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
- Quickstart, Auth, and Command Model
- login flow, command shape, config and env precedence.
- App, Draft, and Version Commands
- authoring and release lifecycle commands.
- Invoke, Execution, Build, and Models
- runtime calls, execution visibility, build flows, and model commands.
- Secrets, Config, and Troubleshooting
- secret commands, config commands, and common failure diagnosis.
- 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 listTop-Level Command Groups
app(aliases:function,fn)draftversioninvoke(alias:call)executionbuildmodelssecretmcpconfigloginrun-once(currently unsupported by runtime)
For end-to-end practical sequences, see 06-workflows.md.