nexo_update
Pull latest NEXO code, backup databases, run migrations, and verify. Automatically rolls back on failure.
Instructions
Pull latest NEXO code, backup DBs, run migrations, verify. Rolls back on failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| remote | No | Git remote name (default: origin) | origin |
| branch | No | Git branch to pull (default: main) | main |
| progress_fn | No | ||
| include_clis | No | When True (default), auto-update external terminal CLIs (Claude Code, Codex). Pass False (``nexo update --no-clis``) to keep the third-party CLIs at their current version. |