xano_cli_docs
Access Xano CLI documentation to learn local development setup, authentication, and command usage for workspaces, branches, functions, releases, and more.
Instructions
Get documentation for the Xano CLI. Use this to understand how to use the CLI for local development, code sync, and XanoScript execution.
Topics
auth: Xano CLI - Authentication
start: Xano CLI - Getting Started
profile: Xano CLI - Profile Management
workspace: Xano CLI - Workspace Operations
branch: Xano CLI - Branch Management
function: Xano CLI - Function Management
release: Xano CLI - Release Management
tenant: Xano CLI - Tenant Management
unit_test: Xano CLI - Unit Test Management
workflow_test: Xano CLI - Workflow Test Management
sandbox: Xano CLI - Sandbox Environment
platform: Xano CLI - Platform Management
static_host: Xano CLI - Static Hosting
update: Xano CLI - Update
integration: Xano CLI + Meta API Integration Guide
Usage
Start with "start" topic for installation and setup
Use "auth" or "profile" to understand authentication options
Use "integration" to understand when to use CLI vs Meta API
Use specific topics for command reference (workspace, sandbox, branch, release, tenant, function, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | Documentation topic to retrieve. Start with 'start' for installation and setup. Example: topic='function' for function management commands, topic='sandbox' for the personal dev environment. | |
| detail_level | No | Level of detail to return. 'overview' = brief summary of commands and their purpose. 'detailed' = full command reference with flags and arguments. 'examples' = includes usage examples for each command. Default: 'detailed'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| documentation | Yes | The CLI documentation content for the requested topic. |