Global options
These options work with all commands:| Option | Description |
|---|---|
--help, -h | Show help for a command |
--version, -v | Show version |
--config | Path to config file |
--verbose | Enable verbose output |
--quiet, -q | Suppress non-error output |
Authentication
airstore login
Authenticate with Airstore.
airstore logout
Log out and clear credentials.
airstore whoami
Show current authenticated user.
Sources
airstore connect <source>
Connect a data source via OAuth.
| Option | Description |
|---|---|
--reauth | Force re-authentication |
airstore disconnect <source>
Disconnect a source.
airstore sources list
List connected sources.
Smart folders
airstore create <path> --query "<query>"
Create a smart folder with a natural language query.
| Option | Description |
|---|---|
--query, -q | Natural language query (required) |
airstore update <path> --query "<query>"
Update a smart folder’s query.
airstore delete <path>
Delete a smart folder.
airstore sync <path>
Force sync a smart folder.
Mounting
airstore mount <path>
Mount the Airstore filesystem.
| Option | Description |
|---|---|
--token | Authentication token (for cloud) |
--foreground | Run in foreground |
--sources | Comma-separated list of sources to mount |
--tools-readonly | Mount tools in read-only mode |
airstore unmount <path>
Unmount the filesystem.
airstore status
Show mount status.
MCP servers
airstore mcp add
Add a custom MCP server.
| Option | Description |
|---|---|
--name | Server identifier (required) |
--command | Command to start server (required) |
--env | Environment variable (repeatable) |
--args | Additional arguments |
airstore mcp remove <name>
Remove an MCP server.
airstore mcp list
List configured MCP servers.
airstore mcp test <name>
Test an MCP server connection.
Tools
airstore tools list
List available tools.
| Option | Description |
|---|---|
--verbose | Show command-level status |
airstore tools enable <tool>
Enable a tool.
airstore tools disable <tool>
Disable a tool.
| Option | Description |
|---|---|
--command | Disable specific command only |
airstore tools readonly
Enable read-only mode for all tools.
Permissions
airstore hide <path>
Hide a folder from agents.
| Option | Description |
|---|---|
--temporary | Hide for current session only |
airstore show <path>
Show a hidden folder to agents.
airstore hidden list
List hidden folders.
Tokens
airstore token create
Create a mount token.
| Option | Description |
|---|---|
--name | Token name (required) |
--readonly | Create read-only token |
--sources | Limit to specific sources |
--expires | Token expiration (e.g., “24h”, “7d”) |
airstore token list
List tokens.
airstore token revoke <name>
Revoke a token.
Logs
airstore logs
View audit logs.
| Option | Description |
|---|---|
--since | Start time (e.g., “1 hour ago”) |
--until | End time |
--type | Filter by event type |
--path | Filter by path pattern |
--agent | Filter by agent |
--format | Output format (text, json, csv) |
--follow, -f | Follow log output |