Skip to Content
We are live but in Staging 🎉
CLI GuideIgnite CLI Guide (Dodil CLI Plugin)

Ignite CLI Guide (Dodil CLI Plugin)

Last validated: 2026-05-20

This CLI guide is split by command domain. Examples use dodil with the Ignite plugin.

Read by Domain

  1. Quickstart, Auth, and Command Model
    • login flow, command shape, config and env precedence.
  2. App, Draft, and Version Commands
    • authoring and release lifecycle commands.
  3. Invoke, Execution, Build, and Models
    • runtime calls, execution visibility, build flows, and model commands.
  4. Secrets, Config, and Troubleshooting
    • secret commands, config commands, and common failure diagnosis.
  5. CLI vs API Coverage
    • surface parity map and API fallback guidance.

Minimal Quickstart

dodil login <service_account_id> <service_account_secret> dodil ignite app list dodil ignite models list

Top-Level Command Groups

  • app (aliases: function, fn)
  • draft
  • version
  • invoke (alias: call)
  • execution
  • build
  • models
  • secret
  • mcp
  • config
  • login
  • run-once (currently unsupported by runtime)

For end-to-end practical sequences, see 06-workflows.md.