New:Socket for Asana Is Now Available.Learn more
Sign In

@kmfe/devflow

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kmfe/devflow - npm Package Compare versions

Comparing version
0.3.0
to
0.3.1
+5
-0
dist/index.mjs

@@ -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",

@@ -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