From 841ee2bf6c5346df768279933ec0d91df90d558c Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 13 Jul 2026 09:40:39 +0000 Subject: [PATCH] =?UTF-8?q?fix(#8):=20=E4=BF=AE=E6=AD=A3=20--inputs=20JSON?= =?UTF-8?q?=20=E8=AF=AD=E6=B3=95=E4=B8=BA=20--input=20key=3Dval?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- suite-user/AGENTS.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/suite-user/AGENTS.md b/suite-user/AGENTS.md index f18272a..9aaf33a 100644 --- a/suite-user/AGENTS.md +++ b/suite-user/AGENTS.md @@ -15,9 +15,10 @@ 3. 准备本地的数据文件 → 文件在你的硬盘上 记下文件路径 4. 执行套件 → gis-actions 从市场拉取脚本包 - agc run /tmp/output --suite-id --input key=val → 启动本地 Docker 容器 - --inputs '{"input_path": → 将你的路径挂载到容器内 - "/data/myfile.shp"}' → 脚本在容器中处理你的文件 + agc run /tmp/output → 启动本地 Docker 容器 + --suite-id → 从市场拉取脚本包 + --input input_path= → 将你的路径挂载到容器内 + /data/myfile.shp → 脚本在容器中处理你的文件 → 结果写入 /tmp/output/ 5. 查看结果 → 你的机器上的文件 ```