Skip to main content

Command Reference

Complete reference for all Boltic CLI commands.

Core Commands

CommandDescriptionOptions
boltic loginAuthenticate with Boltic platform--token, --account-id
boltic logoutClear stored credentials
boltic versionDisplay CLI version
boltic helpShow comprehensive help

Integration Commands

CommandDescription
boltic integration createCreate a new integration
boltic integration editEdit an existing integration
boltic integration syncSync local changes to Boltic Cloud
boltic integration pullPull latest changes from Boltic Cloud
boltic integration submitSubmit integration for publishing review
boltic integration statusCheck integration status
boltic integration helpShow integration command help

Serverless Commands

CommandDescriptionKey Options
boltic serverless createCreate a new serverless function--type, --name, --language, --directory
boltic serverless testTest function locally--port, --language, --directory
boltic serverless publishDeploy to Boltic Cloud--directory
boltic serverless pullPull an existing function--path
boltic serverless listList all serverless functions
boltic serverless statusCheck function status--name, --watch
boltic serverless buildsList builds for a function--name
boltic serverless logsView runtime logs--name, --follow, --lines
boltic serverless build logsView build logs--name, --build
boltic serverless helpShow serverless command help

MCP Commands

CommandDescriptionKey Options
boltic mcp setupConfigure MCP for an AI client--client, --name
boltic mcp helpShow MCP command help

Global Options

# Enable verbose output for any command
boltic --verbose <command>