docs: 修正全部 CLI 语法 — --inputs to --input key=value

This commit is contained in:
Ubuntu
2026-07-13 17:01:53 +08:00
parent 4066bf7d06
commit fe0ca95d5f
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ print(json.dumps(result))
tar czf scripts.tar.gz workflow.yaml scripts/
# 发布后执行
agc run <suite-id> --inputs '{"message": "你好,AgentGIS!"}'
agc run /tmp/output --suite-id <suite-id> --input key=val
```
完整代码参考:`SuiteHub/hello-world-suite`