Blaze

Commands and options

Commands and options you can run directly from your terminal.

Commands

CommandAction
blazeLaunch the interactive screen
blaze "message"Ask the AI once and print the result
blaze loginLog in
blaze logoutLog out
blaze initInitialize the current folder as a Salesforce project
blaze updateUpdate Blaze CLI to the latest version

Common options

OptionAction
--org <name>Specify which Salesforce org to use
--model <name>Specify which AI model to use
--resumeLaunch and resume the previous session
--approval-modeLaunch in approval mode (only confirms destructive Salesforce commands)
--trusts-everythingLaunch in trust mode (auto-approves every tool; for CI/CD)
--jsonOutput in JSON Lines format (for tool integration)
--verboseShow detailed activity logs (for troubleshooting)
--helpShow help
--versionShow version

See File operation approval for details on approval modes.

Examples

# Launch the interactive screen
blaze

# Ask once and print the result
blaze "List the fields on Account with Japanese labels"

# Launch with a specific org and model
blaze --org prod --model "Opus 4.6"

# Resume the previous session
blaze --resume