跳转到主要内容

CLI 参考

全局参数

参数说明示例
--profile指定配置环境aios --profile prod infra cluster status
--output输出格式aios --output json agent run list
--help查看帮助aios infra --help
--version查看版本aios --version

Infrastructure 子命令

命令说明示例
infra cluster up创建/接管集群aios infra cluster up
infra app deploy发布应用aios infra app deploy my-api --namespace dev-ai --replicas 2
infra app logs查看应用日志aios infra app logs my-api --follow

Agent 子命令

命令说明示例
agent tool add注册工具aios agent tool add codex --token $CODEX_TOKEN
agent run提交任务aios agent run --tool codex --task "补齐接口测试"
agent run list查看历史运行aios agent run list --limit 20
agent run logs查看运行日志aios agent run logs <run-id>

相关页面