@kmfe/devflow
Advanced tools
+5
-0
@@ -10,2 +10,7 @@ #!/usr/bin/env node | ||
| `);return e.command(`login`).description(`Interactively validate and save a token; human use only`).option(`--dry-run`,`Validate without saving configuration`).addHelpText(`after`,` | ||
| Prerequisite: | ||
| Create a Personal Access Token in company GitLab. At minimum, select the "api" | ||
| scope; this tool does not require additional scopes: | ||
| https://gitlab.kanjian.com/-/profile/personal_access_tokens | ||
| Security: | ||
@@ -12,0 +17,0 @@ The token is read from a hidden interactive prompt. It cannot be supplied by |
+1
-1
| { | ||
| "name": "@kmfe/devflow", | ||
| "version": "0.3.0", | ||
| "version": "0.3.1", | ||
| "description": "A CLI toolkit for Kanjian Music's development workflows", | ||
@@ -5,0 +5,0 @@ "type": "module", |
+3
-3
@@ -26,6 +26,6 @@ # @kmfe/devflow | ||
| ```bash | ||
| nvm exec 24 npx --yes @kmfe/devflow gitlab project get | ||
| nvm exec --silent 24.18.0 -- npx --yes @kmfe/devflow -h | ||
| ``` | ||
| `nvm exec` 不会修改项目的 Node.js 版本,也不会切换当前 shell;命令仍在当前项目目录执行,因此可以正常读取 Git `origin`。 | ||
| `nvm exec` 只影响本次调用,不会切换当前 shell 的 Node.js 版本。 | ||
@@ -52,3 +52,3 @@ ## 命令发现 | ||
| 首次使用前,由用户在交互式终端登录: | ||
| 首次使用前,先在公司 GitLab 的 [Personal Access Tokens](https://gitlab.kanjian.com/-/profile/personal_access_tokens) 页面创建 Token,并在“选择范围”中至少勾选 `api`;当前工具不要求其他 scope。然后由用户在交互式终端登录: | ||
@@ -55,0 +55,0 @@ ```bash |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
41177
0.88%210
1.94%4
-20%