Commands and options
Commands and options you can run directly from your terminal.
Commands
| Command | Action |
|---|---|
blaze | Launch the interactive screen |
blaze "message" | Ask the AI once and print the result |
blaze login | Log in |
blaze logout | Log out |
blaze init | Initialize the current folder as a Salesforce project |
blaze update | Update Blaze CLI to the latest version |
Common options
| Option | Action |
|---|---|
--org <name> | Specify which Salesforce org to use |
--model <name> | Specify which AI model to use |
--resume | Launch and resume the previous session |
--approval-mode | Launch in approval mode (only confirms destructive Salesforce commands) |
--trusts-everything | Launch in trust mode (auto-approves every tool; for CI/CD) |
--json | Output in JSON Lines format (for tool integration) |
--verbose | Show detailed activity logs (for troubleshooting) |
--help | Show help |
--version | Show 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