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 方式) ``` ## 二、手动发布