Back to Docs
CLI Reference
Complete reference for all claudeBase CLI commands, flags, and exit codes.
Global Options
--version, -V Show version number
--help, -h Show help
Catalog Commands
claudebase catalog refresh
Fetch the latest catalog from the server
--catalog-url <url>--offline
claudebase catalog status
Show catalog cache status
--catalog-url <url>
claudebase catalog clear
Clear the catalog cache
--catalog-url <url>
claudebase catalog list
List available plugins in the catalog
--catalog-url <url>
Plugin Commands
claudebase plugin add <name>
Install a plugin from the catalog
--allow-unlisted--allow-downgrade--refresh-catalog--offline--force--catalog-url <url>
claudebase plugin remove <name>
Remove an installed plugin
claudebase plugin list
List installed plugins
claudebase plugin verify [name]
Verify installed plugin integrity
claudebase plugin info <name>
Show detailed plugin information
--catalog-url <url>
Cache Commands
claudebase cache status
Show package cache status
claudebase cache clear
Clear the package cache
Exit Codes
| Code | Meaning |
|---|---|
| 0 | Success |
| 1 | General error |
| 2 | Network error |
| 3 | Validation error |
| 4 | Security error (revoked, symlink, etc.) |
| 5 | Not found |
Environment Variables
CLAUDEBASE_CATALOG_URLCustom catalog API URL