Command Reference
Complete reference for all Boltic CLI commands.
Core Commands
| Command | Description | Options |
|---|---|---|
boltic login | Authenticate with Boltic platform | --token, --account-id |
boltic logout | Clear stored credentials | — |
boltic version | Display CLI version | — |
boltic help | Show comprehensive help | — |
Integration Commands
| Command | Description |
|---|---|
boltic integration create | Create a new integration |
boltic integration edit | Edit an existing integration |
boltic integration sync | Sync local changes to Boltic Cloud |
boltic integration pull | Pull latest changes from Boltic Cloud |
boltic integration submit | Submit integration for publishing review |
boltic integration status | Check integration status |
boltic integration help | Show integration command help |
Serverless Commands
| Command | Description | Key Options |
|---|---|---|
boltic serverless create | Create a new serverless function | --type, --name, --language, --directory |
boltic serverless test | Test function locally | --port, --language, --directory |
boltic serverless publish | Deploy to Boltic Cloud | --directory |
boltic serverless pull | Pull an existing function | --path |
boltic serverless list | List all serverless functions | — |
boltic serverless status | Check function status | --name, --watch |
boltic serverless builds | List builds for a function | --name |
boltic serverless logs | View runtime logs | --name, --follow, --lines |
boltic serverless build logs | View build logs | --name, --build |
boltic serverless help | Show serverless command help | — |
MCP Commands
| Command | Description | Key Options |
|---|---|---|
boltic mcp setup | Configure MCP for an AI client | --client, --name |
boltic mcp help | Show MCP command help | — |
Global Options
# Enable verbose output for any command
boltic --verbose <command>