@guandata/guanetl 0.1.28 → 0.1.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/README.md +5 -0
- package/binaries/guanetl-darwin-arm64 +0 -0
- package/binaries/guanetl-darwin-x64 +0 -0
- package/binaries/guanetl-linux-arm64 +0 -0
- package/binaries/guanetl-linux-x64 +0 -0
- package/binaries/guanetl-win32-x64.exe +0 -0
- package/package.json +1 -1
- package/skills/guanetl/SKILL.md +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
package/skills/guanetl/SKILL.md
CHANGED
|
@@ -32,7 +32,7 @@ compatibility: "Requires Node.js 14+. Install via npm link --foreground-scripts
|
|
|
32
32
|
|
|
33
33
|
### 0. 先确认前置条件
|
|
34
34
|
|
|
35
|
-
- 确认底层 CLI
|
|
35
|
+
- 确认底层 CLI 认证正常:普通 guancli profile 先执行 `guancli auth use <profile>`;上游托管 OIDC Token 时在当前进程同时设置 `GUANCLI_OIDC_BASE_URL`/`GUANCLI_OIDC_ACCESS_TOKEN`,无需本地 profile;guancli-lite 设置 `GUANCLI_BASE_URL`/`GUANCLI_TOKEN`。
|
|
36
36
|
- 如果用户指定的资源(目录、数据集、ETL)搜索不到,先用 `guancli auth list` 列出所有可用环境,提示用户确认是否需要切换环境。
|
|
37
37
|
|
|
38
38
|
### Artifact contract(本地可测契约)
|