From e21d3dee360e2a793b081b5344a9371689412a77 Mon Sep 17 00:00:00 2001 From: Huawei Date: Mon, 20 Jul 2026 09:07:31 +0000 Subject: [PATCH] docs: update for GIS Actions 4.0 --- suites-help/系统使用手册/GIS-Actions-本地部署.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/suites-help/系统使用手册/GIS-Actions-本地部署.md b/suites-help/系统使用手册/GIS-Actions-本地部署.md index 66f96bf..7f2acda 100644 --- a/suites-help/系统使用手册/GIS-Actions-本地部署.md +++ b/suites-help/系统使用手册/GIS-Actions-本地部署.md @@ -59,11 +59,18 @@ agc run /tmp/output --suite-id 2c99a1cb-84a5-42dd-9147-1c8e8f7f2941 --input buff ## 包结构 +**Linux(deb 包):** ``` /usr/bin/agc # CLI 入口 /usr/share/gis-actions/cli.py # CLI 逻辑 /usr/share/gis-actions/download_and_run.py # 下载+执行 -/usr/share/gis-actions/steps_executor.py # 步骤执行器 +/usr/share/gis-actions/local_executor.py # 本地步骤执行器 +/usr/share/gis-actions/steps_executor.py # Docker 步骤执行器 +``` + +**Windows(zip 包):** +``` +%LOCALAPPDATA%\AgentGIS\gis-actions\agc.exe # CLI 入口 ``` ## 执行流程