docs: update for GIS Actions 4.0
This commit is contained in:
@@ -59,11 +59,18 @@ agc run /tmp/output --suite-id 2c99a1cb-84a5-42dd-9147-1c8e8f7f2941 --input buff
|
|||||||
|
|
||||||
## 包结构
|
## 包结构
|
||||||
|
|
||||||
|
**Linux(deb 包):**
|
||||||
```
|
```
|
||||||
/usr/bin/agc # CLI 入口
|
/usr/bin/agc # CLI 入口
|
||||||
/usr/share/gis-actions/cli.py # CLI 逻辑
|
/usr/share/gis-actions/cli.py # CLI 逻辑
|
||||||
/usr/share/gis-actions/download_and_run.py # 下载+执行
|
/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 入口
|
||||||
```
|
```
|
||||||
|
|
||||||
## 执行流程
|
## 执行流程
|
||||||
|
|||||||
Reference in New Issue
Block a user