From 915a415661233910f4b7de5ddd53d713afcb384f Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Mon, 13 Jul 2026 16:43:18 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20TOOLS.md=20=E7=89=88=E6=9C=AC=203.0.2?= =?UTF-8?q?=20+=20=E5=88=A0=E9=99=A4=20registry=20=E7=99=BB=E5=BD=95=20+?= =?UTF-8?q?=20=E6=B8=85=E7=90=86=E6=97=A7=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- suite-developer/TOOLS.md | 14 ++++++-------- suite-user/TOOLS.md | 4 ++-- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/suite-developer/TOOLS.md b/suite-developer/TOOLS.md index fbdf019..aa63264 100644 --- a/suite-developer/TOOLS.md +++ b/suite-developer/TOOLS.md @@ -2,11 +2,11 @@ ## 安装 -### agentgis-cli(命令行工具) +### gis-actions(CLI + 执行引擎) ```bash -# v0.2.0(推荐) -pip install https://git.mercator.cn/api/packages/SuiteHub/generic/agentgis-cli/0.2.0/agentgis_cli-0.2.0.tar.gz +curl -sLO https://git.mercator.cn/api/packages/SuiteHub/generic/gis-actions/3.0.2/gis-actions_3.0.2_all.deb +sudo dpkg -i gis-actions_3.0.2_all.deb # 查看版本 agc --version @@ -21,7 +21,7 @@ pip install https://git.mercator.cn/api/packages/SuiteHub/generic/agentgis-sdk/0 ### gis-actions(本地执行器,`agc run` 必需) -`agc run` 在 v0.2.0 中改为本地执行,需要 gis-actions 在本地运行: +`agc run` 需要 gis-actions 在本地运行: ```bash # 安装依赖(Docker) @@ -30,11 +30,9 @@ sudo usermod -aG docker $USER newgrp docker # 安装 gis-actions -curl -OJ https://git.mercator.cn/api/packages/SuiteHub/generic/gis-actions/3.0.1/gis-actions_3.0.1_all.deb -sudo dpkg -i gis-actions_3.0.1_all.deb +curl -OJ https://git.mercator.cn/api/packages/SuiteHub/generic/gis-actions/3.0.2/gis-actions_3.0.2_all.deb +sudo dpkg -i gis-actions_3.0.2_all.deb -# 登录 Docker Registry(拉取 gis-base 镜像) -echo "agw_readonly_2026" | docker login registry.mercator.cn -u agentgis-worker --password-stdin ``` --- diff --git a/suite-user/TOOLS.md b/suite-user/TOOLS.md index 1051777..9bb7d5a 100644 --- a/suite-user/TOOLS.md +++ b/suite-user/TOOLS.md @@ -12,10 +12,10 @@ https://suites.mercator.cn ```bash # 下载 -curl -sLO https://git.mercator.cn/api/packages/SuiteHub/generic/gis-actions/3.0.1/gis-actions_3.0.1_all.deb +curl -sLO https://git.mercator.cn/api/packages/SuiteHub/generic/gis-actions/3.0.2/gis-actions_3.0.2_all.deb # 安装 -sudo dpkg -i gis-actions_3.0.1_all.deb +sudo dpkg -i gis-actions_3.0.2_all.deb ``` 安装后可用 `agc` 命令(已内置在包中)。