Skip to main content

CLI Reference

Global Flags

FlagDescriptionExample
--profileSelect runtime profileaios --profile prod infra cluster status
--outputSet output formataios --output json agent run list
--helpShow helpaios infra --help
--versionShow versionaios --version

Infrastructure Commands

CommandDescriptionExample
infra cluster upCreate/adopt clusteraios infra cluster up
infra app deployDeploy applicationaios infra app deploy my-api --namespace dev-ai --replicas 2
infra app logsStream app logsaios infra app logs my-api --follow

Agent Commands

CommandDescriptionExample
agent tool addRegister tool adapteraios agent tool add codex --token $CODEX_TOKEN
agent runSubmit task runaios agent run --tool codex --task "Add API tests"
agent run listList recent runsaios agent run list --limit 20
agent run logsFetch run logsaios agent run logs <run-id>