@gpc-cli/cli 0.9.86 → 0.9.87

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/README.md CHANGED
@@ -33,7 +33,7 @@ gpc doctor # 22 setup checks
33
33
 
34
34
  | | **GPC** | Fastlane supply |
35
35
  | ------------------------------- | ------------------------------ | --------------- |
36
- | API coverage | **217 endpoints** | ~20 |
36
+ | API coverage | **227 endpoints** | ~20 |
37
37
  | Runtime | Node.js or binary | Ruby + Bundler |
38
38
  | Cold start | <500ms | 2-3s |
39
39
  | Reviews & Vitals | Yes | No |
@@ -97,7 +97,7 @@ curl -fsSL https://raw.githubusercontent.com/yasserstudio/gpc/main/scripts/insta
97
97
  - [Commands reference](https://yasserstudio.github.io/gpc/commands/)
98
98
  - [CI/CD recipes](https://yasserstudio.github.io/gpc/ci-cd/)
99
99
 
100
- Free to use. 2,380 tests. 90%+ coverage. Every write operation supports `--dry-run`.
100
+ Free to use. 2,413 tests. 90%+ coverage. Every write operation supports `--dry-run`.
101
101
 
102
102
  ## Licensing
103
103
 
package/dist/bin.js CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  createProgram,
4
4
  handleCliError,
5
5
  loadPlugins
6
- } from "./chunk-7WCPDN6F.js";
6
+ } from "./chunk-E2NRW3TQ.js";
7
7
  import {
8
8
  checkForUpdate,
9
9
  formatUpdateNotification
@@ -57,7 +57,7 @@ if (!_isJsonMode && !_isQuiet && !_isSetupCommand && !existsSync(getUserConfigPa
57
57
  }
58
58
  await setupNetworking();
59
59
  initAudit(getConfigDir());
60
- var currentVersion = "0.9.86";
60
+ var currentVersion = "0.9.87";
61
61
  var isUpdateCommand = process.argv[2] === "update";
62
62
  var isCompletionProvider = process.argv[2] === "__complete";
63
63
  var updateCheckPromise = isUpdateCommand || isCompletionProvider ? Promise.resolve(null) : checkForUpdate(currentVersion);
@@ -59,19 +59,19 @@ function registerPluginCommands(program, manager) {
59
59
  import { Command } from "commander";
60
60
  async function createProgram(pluginManager) {
61
61
  const program = new Command();
62
- program.name("gpc").description("GPC \u2014 Google Play Console CLI").version("0.9.86", "-V, --version").option("-o, --output <format>", "Output format: table, json, yaml, markdown, csv, tsv, junit").option("-v, --verbose", "Enable debug logging").option("-q, --quiet", "Suppress non-essential output").option("-a, --app <package>", "App package name").option("-p, --profile <name>", "Auth profile name").option("--no-color", "Disable colored output").option("--no-interactive", "Disable interactive prompts").option("-y, --yes", "Skip confirmation prompts").option("--dry-run", "Preview changes without executing").option("--notify [target]", "Send webhook notification on completion (slack, discord, custom)").option("--ci", "Force CI mode (JSON output, no prompts, strict exit codes)").option("-j, --json", "Shorthand for --output json").option("--apps <csv>", "Comma-separated package names for multi-app operations").showSuggestionAfterError(false);
62
+ program.name("gpc").description("GPC \u2014 Google Play Console CLI").version("0.9.87", "-V, --version").option("-o, --output <format>", "Output format: table, json, yaml, markdown, csv, tsv, junit").option("-v, --verbose", "Enable debug logging").option("-q, --quiet", "Suppress non-essential output").option("-a, --app <package>", "App package name").option("-p, --profile <name>", "Auth profile name").option("--no-color", "Disable colored output").option("--no-interactive", "Disable interactive prompts").option("-y, --yes", "Skip confirmation prompts").option("--dry-run", "Preview changes without executing").option("--notify [target]", "Send webhook notification on completion (slack, discord, custom)").option("--ci", "Force CI mode (JSON output, no prompts, strict exit codes)").option("-j, --json", "Shorthand for --output json").option("--apps <csv>", "Comma-separated package names for multi-app operations").showSuggestionAfterError(false);
63
63
  const commandLoaders = {
64
64
  auth: async () => {
65
65
  (await import("./auth-C6K563I5.js")).registerAuthCommands(program);
66
66
  },
67
67
  config: async () => {
68
- (await import("./config-4NLR5X3R.js")).registerConfigCommands(program);
68
+ (await import("./config-7SLPBJI3.js")).registerConfigCommands(program);
69
69
  },
70
70
  doctor: async () => {
71
- (await import("./doctor-PF5TLBJU.js")).registerDoctorCommand(program);
71
+ (await import("./doctor-3MJZSIGX.js")).registerDoctorCommand(program);
72
72
  },
73
73
  update: async () => {
74
- (await import("./update-NCQITHSD.js")).registerUpdateCommand(program);
74
+ (await import("./update-UMNA6KMP.js")).registerUpdateCommand(program);
75
75
  },
76
76
  docs: async () => {
77
77
  (await import("./docs-ADZRT76Y.js")).registerDocsCommand(program);
@@ -96,7 +96,7 @@ async function createProgram(pluginManager) {
96
96
  (await import("./releases-YJCNQHY7.js")).registerReleasesCommands(program);
97
97
  },
98
98
  tracks: async () => {
99
- (await import("./tracks-N7KPBVPC.js")).registerTracksCommands(program);
99
+ (await import("./tracks-E7RUNA3C.js")).registerTracksCommands(program);
100
100
  },
101
101
  status: async () => {
102
102
  (await import("./status-32AJ7A6O.js")).registerStatusCommand(program);
@@ -129,7 +129,7 @@ async function createProgram(pluginManager) {
129
129
  (await import("./users-EKXLDY2Y.js")).registerUsersCommands(program);
130
130
  },
131
131
  testers: async () => {
132
- (await import("./testers-YQZ2XHI6.js")).registerTestersCommands(program);
132
+ (await import("./testers-OQNP43O6.js")).registerTestersCommands(program);
133
133
  },
134
134
  validate: async () => {
135
135
  (await import("./validate-RHWEZYD2.js")).registerValidateCommand(program);
@@ -191,13 +191,13 @@ async function createProgram(pluginManager) {
191
191
  (await import("./verify-O2PSBTIC.js")).registerVerifyCommand(program);
192
192
  },
193
193
  version: async () => {
194
- (await import("./version-DTYPZ53P.js")).registerVersionCommand(program);
194
+ (await import("./version-PFYWZWJC.js")).registerVersionCommand(program);
195
195
  },
196
196
  cache: async () => {
197
197
  (await import("./cache-FGNP7Y37.js")).registerCacheCommand(program);
198
198
  },
199
199
  feedback: async () => {
200
- (await import("./feedback-KGFRUWPX.js")).registerFeedbackCommand(program);
200
+ (await import("./feedback-TXDXWK7N.js")).registerFeedbackCommand(program);
201
201
  },
202
202
  setup: async () => {
203
203
  (await import("./setup-XC4X323X.js")).registerSetupCommand(program);
@@ -206,7 +206,7 @@ async function createProgram(pluginManager) {
206
206
  (await import("./quickstart-FOWM3OKT.js")).registerQuickstartCommand(program);
207
207
  },
208
208
  grants: async () => {
209
- (await import("./grants-Q3FWJYGR.js")).registerGrantsCommands(program);
209
+ (await import("./grants-ANDUST7O.js")).registerGrantsCommands(program);
210
210
  },
211
211
  train: async () => {
212
212
  (await import("./train-N4TPYUTB.js")).registerTrainCommands(program);
@@ -471,4 +471,4 @@ export {
471
471
  createProgram,
472
472
  handleCliError
473
473
  };
474
- //# sourceMappingURL=chunk-7WCPDN6F.js.map
474
+ //# sourceMappingURL=chunk-E2NRW3TQ.js.map
@@ -78,7 +78,7 @@ Configuration file created: ${path}`);
78
78
  });
79
79
  console.log("\nVerifying setup...");
80
80
  try {
81
- const { registerDoctorCommand } = await import("./doctor-PF5TLBJU.js");
81
+ const { registerDoctorCommand } = await import("./doctor-3MJZSIGX.js");
82
82
  const { Command } = await import("commander");
83
83
  const doctorProgram = new Command();
84
84
  doctorProgram.option("-o, --output <format>", "Output format").option("-j, --json", "JSON mode");
@@ -107,4 +107,4 @@ Configuration file created: ${path}`);
107
107
  export {
108
108
  registerConfigCommands
109
109
  };
110
- //# sourceMappingURL=config-4NLR5X3R.js.map
110
+ //# sourceMappingURL=config-7SLPBJI3.js.map
@@ -144,7 +144,7 @@ function checkCiEnvironment() {
144
144
  };
145
145
  }
146
146
  async function checkGpcVersion() {
147
- const currentVersion = "0.9.86";
147
+ const currentVersion = "0.9.87";
148
148
  if (currentVersion === "0.0.0") {
149
149
  return { name: "version", status: "info", message: "GPC development build" };
150
150
  }
@@ -1138,4 +1138,4 @@ export {
1138
1138
  checkVerificationDeadline,
1139
1139
  registerDoctorCommand
1140
1140
  };
1141
- //# sourceMappingURL=doctor-PF5TLBJU.js.map
1141
+ //# sourceMappingURL=doctor-3MJZSIGX.js.map
@@ -9,7 +9,7 @@ import { execFile } from "child_process";
9
9
  import { listAuditEvents } from "@gpc-cli/core";
10
10
  function registerFeedbackCommand(program) {
11
11
  program.command("feedback").description("Open a pre-filled GitHub issue with system diagnostics").option("--title <title>", "Issue title").option("--print", "Print the report to stdout instead of opening a browser").action(async (opts) => {
12
- const version = "0.9.86";
12
+ const version = "0.9.87";
13
13
  let lastCommand = "";
14
14
  try {
15
15
  const events = await listAuditEvents({ limit: 3 });
@@ -67,4 +67,4 @@ ${url}`);
67
67
  export {
68
68
  registerFeedbackCommand
69
69
  };
70
- //# sourceMappingURL=feedback-KGFRUWPX.js.map
70
+ //# sourceMappingURL=feedback-TXDXWK7N.js.map