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 CHANGED
@@ -5295,7 +5295,7 @@ var init_update = __esm({
5295
5295
  import { Command as Command14 } from "commander";
5296
5296
  import inquirer10 from "inquirer";
5297
5297
  import chalk2 from "chalk";
5298
- var configCommand, setTokenCommand, showConfigCommand, removeConfigCommand, validateTokenCommand;
5298
+ var setTokenCommand, showConfigCommand, removeConfigCommand, validateTokenCommand, configCommand;
5299
5299
  var init_config = __esm({
5300
5300
  "src/commands/config.ts"() {
5301
5301
  "use strict";
@@ -5303,7 +5303,6 @@ var init_config = __esm({
5303
5303
  init_user_config();
5304
5304
  init_gitlab_api();
5305
5305
  init_logger();
5306
- configCommand = new Command14("config").description("\u7BA1\u7406 GitLab \u914D\u7F6E").addCommand(setTokenCommand).addCommand(showConfigCommand).addCommand(removeConfigCommand).addCommand(validateTokenCommand);
5307
5306
  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) => {
5308
5307
  try {
5309
5308
  logger.header("GitLab Access Token \u914D\u7F6E");
@@ -5470,6 +5469,7 @@ var init_config = __esm({
5470
5469
  process.exit(1);
5471
5470
  }
5472
5471
  });
5472
+ configCommand = new Command14("config").description("\u7BA1\u7406 GitLab \u914D\u7F6E").addCommand(setTokenCommand).addCommand(showConfigCommand).addCommand(removeConfigCommand).addCommand(validateTokenCommand);
5473
5473
  }
5474
5474
  });
5475
5475
 
@@ -5854,7 +5854,7 @@ var init_index = __esm({
5854
5854
  init_config();
5855
5855
  init_diff();
5856
5856
  program = new Command16();
5857
- program.name("team-cli").description("AI-Native \u56E2\u961F\u7814\u53D1\u811A\u624B\u67B6").version("2.0.0");
5857
+ program.name("team-cli").description("AI-Native \u56E2\u961F\u7814\u53D1\u811A\u624B\u67B6").version("2.1.1");
5858
5858
  program.option("-v, --verbose", "\u8BE6\u7EC6\u8F93\u51FA\u6A21\u5F0F").option("--debug", "\u8C03\u8BD5\u6A21\u5F0F");
5859
5859
  program.addCommand(initCommand);
5860
5860
  program.addCommand(splitPrdCommand);