yg-team-cli 2.1.0 → 2.1.1
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/dist/cli.js +3 -3
- package/dist/cli.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5211,7 +5211,6 @@ init_logger();
|
|
|
5211
5211
|
import { Command as Command14 } from "commander";
|
|
5212
5212
|
import inquirer10 from "inquirer";
|
|
5213
5213
|
import chalk2 from "chalk";
|
|
5214
|
-
var configCommand = new Command14("config").description("\u7BA1\u7406 GitLab \u914D\u7F6E").addCommand(setTokenCommand).addCommand(showConfigCommand).addCommand(removeConfigCommand).addCommand(validateTokenCommand);
|
|
5215
5214
|
var setTokenCommand = new Command14("set-token").description("\u8BBE\u7F6E GitLab Access Token").option("-t, --token <token>", "Access Token").option("-u, --url <url>", "GitLab Base URL", "https://gitlab.com").action(async (options) => {
|
|
5216
5215
|
try {
|
|
5217
5216
|
logger.header("GitLab Access Token \u914D\u7F6E");
|
|
@@ -5378,6 +5377,7 @@ var validateTokenCommand = new Command14("validate").alias("test").description("
|
|
|
5378
5377
|
process.exit(1);
|
|
5379
5378
|
}
|
|
5380
5379
|
});
|
|
5380
|
+
var configCommand = new Command14("config").description("\u7BA1\u7406 GitLab \u914D\u7F6E").addCommand(setTokenCommand).addCommand(showConfigCommand).addCommand(removeConfigCommand).addCommand(validateTokenCommand);
|
|
5381
5381
|
|
|
5382
5382
|
// src/commands/diff.ts
|
|
5383
5383
|
init_esm_shims();
|
|
@@ -5674,7 +5674,7 @@ var Table = class {
|
|
|
5674
5674
|
|
|
5675
5675
|
// src/index.ts
|
|
5676
5676
|
var program = new Command16();
|
|
5677
|
-
program.name("team-cli").description("AI-Native \u56E2\u961F\u7814\u53D1\u811A\u624B\u67B6").version("2.
|
|
5677
|
+
program.name("team-cli").description("AI-Native \u56E2\u961F\u7814\u53D1\u811A\u624B\u67B6").version("2.1.1");
|
|
5678
5678
|
program.option("-v, --verbose", "\u8BE6\u7EC6\u8F93\u51FA\u6A21\u5F0F").option("--debug", "\u8C03\u8BD5\u6A21\u5F0F");
|
|
5679
5679
|
program.addCommand(initCommand);
|
|
5680
5680
|
program.addCommand(splitPrdCommand);
|