The Xano CLI (@xano/cli) is a terminal-based tool that lets developers push and pull their entire Xano workspace as XanoScript files, manage branches, and work from their local IDE and existing git workflows. It's the foundation for code-first Xano development and the integration layer that connects AI coding tools like Claude Code, Codex, Copilot, and others directly to your Xano backend.
Key capabilities:
Push and pull workspace schemas as human-readable XanoScript files.
Full dry-run preview on every push showing exactly what will be created, updated, or deleted—including destructive schema changes—before prompting for confirmation.
Full git workflow integration so teams can version control their backend logic, run diffs, and commit known-good snapshots before any schema change.
Full tenant support enabling enterprise teams to manage tenant deployments and releases via CLI.
Audit log tagging for changes made via CLI and Metadata API so teams can track what changed, by whom, and how.
You can find more info about the Xano CLI in the Xano documentation.