From 81e1238fcc5fda0b528ada18210cd95548c86985 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Mon, 13 Jul 2026 17:03:43 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=A0=87=E8=AE=B0=E4=B8=8D=E5=AD=98?= =?UTF-8?q?=E5=9C=A8=E7=9A=84=20agc=20config/publish=20=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- suites-help/开发者指南/套件发布指南.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/suites-help/开发者指南/套件发布指南.md b/suites-help/开发者指南/套件发布指南.md index df4e8aa..338dd2c 100644 --- a/suites-help/开发者指南/套件发布指南.md +++ b/suites-help/开发者指南/套件发布指南.md @@ -12,10 +12,10 @@ # gis-actions 安装后自带 agc 命令(见 TOOLS.md) # 配置 API Key -agc config set api-key mk_xxxxxxxxxxxxx +# agc config set api-key mk_xxxxxxxxxxxxx(当前 CLI 暂不支持此命令) # 发布 -agc publish ./my-suite +# agc publish ./my-suite(当前 CLI 暂不支持,见下文 API 方式) ``` ## 二、手动发布