agents pro update
Install the latest complete AIBlueprint Premium configuration.
agents pro update fetches and installs the latest complete Premium
configuration. It requires Premium to be activated already.
Usage
Terminal
npx aiblueprint-cli@latest agents pro update
Unlike agents pro sync, update does not offer a file
selection step. Use it when you want all current Premium configuration files.
Folder options
Place inherited folder options before pro update.
| Option | Description |
|---|---|
-f, --folder <path> | Root containing .claude, .codex, and .agents (default: $HOME). |
--claudeCodeFolder <path> | Override the Claude Code folder. |
--codexFolder <path> | Override the Codex folder. |
--agentsFolder <path> | Override the shared agents folder. |
Examples
Terminal
# Update the default installation
npx aiblueprint-cli@latest agents pro update
# Update a custom configuration root
npx aiblueprint-cli@latest agents --folder ~/my-config pro update
If the CLI reports that no token is present, run
agents pro activate first.