@capgo/cli 8.12.6 → 8.14.0

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capgo/cli",
3
3
  "type": "module",
4
- "version": "8.12.6",
4
+ "version": "8.14.0",
5
5
  "description": "A CLI to upload to capgo servers",
6
6
  "author": "Martin martin@capgo.app",
7
7
  "license": "Apache 2.0",
@@ -154,10 +154,11 @@
154
154
  "test:ios-verify-app": "bun test/test-ios-verify-app.mjs",
155
155
  "test:platform-flow-contract": "bun test/test-platform-flow-contract.mjs",
156
156
  "test:tail-engine-shared": "bun test/test-tail-engine-shared.mjs",
157
- "test": "bun run build && bun run test:helper-dce && bun run test:version-detection:setup && bun run test:bundle && bun run test:functional && bun run test:semver && bun run test:version-edge-cases && bun run test:regex && bun run test:upload && bun run test:fail-on-incompatible && bun run test:credentials && bun run test:credentials-validation && bun run test:android-service-account-validation && bun run test:build-zip-filter && bun run test:checksum && bun run test:build-needed && bun run test:ci-prompts && bun run test:ci-secrets && bun run test:android-onboarding-progress && bun run test:onboarding-telemetry && bun run test:v2-event-migration && bun run test:analytics && bun run test:analytics-error-category && bun run test:analytics-org-resolver && bun run test:supabase-perf && bun run test:preview-qr && bun run test:mcp-analytics && bun run test:mcp-instructions && bun run test:mcp-live-update-onboarding && bun run test:mcp-stdout-guard && bun run test:mcp-platform-select && bun run test:mcp-explain-scopes && bun run test:mcp-oauth-reopen && bun run test:mcp-broker-oauth && bun run test:mcp-broker-session && bun run test:mcp-credentials-manage && bun run test:mcp-resume-prompt && bun run test:mcp-build-job && bun run test:mcp-build-tools && bun run test:app-created-source && bun run test:doctor-analytics && bun run test:posthog-exception && bun run test:build-platform-selection && bun run test:onboarding-recovery && bun run test:onboarding-progress && bun run test:onboarding-run-targets && bun run test:run-device-command && bun run test:init-app-conflict && bun run test:init-guardrails && bun run test:init-replay && bun run test:prompt-preferences && bun run test:esm-sdk && bun run test:mcp && bun run test:auth-session && bun run test:version-detection && bun run test:platform-paths && bun run test:project-type-detection && bun run test:payload-split && bun run test:manifest-path-encoding && bun run test:macos-signing && bun run test:asc-key-protocol && bun run test:apple-api-import-helpers && bun run test:apple-api-verify-key && bun run test:bundle-id-detector && bun run test:apple-api-app-list && bun run test:app-verification && bun run test:pbxproj-parser && bun run test:ai-log-capture && bun run test:ai-analyze-flow && bun run test:ai-sse-parser && bun run test:ai-render-markdown && bun run test:ai-stream-markdown && bun run test:ai-onboarding-mode && bun run test:ai-fit && bun run test:platform-layout && bun run test:frame-fit && bun run test:onboarding-min-size && bun run test:min-size-gate && bun run test:shell-size-gate && bun run test:build-log-sanitize && bun run test:build-output-viewport && bun run test:diff-viewer-viewport && bun run test:build-complete-exit && bun run test:ai-analyze-stream && bun run test:support-mailto && bun run test:support-redact && bun run test:support-internal-log && bun run test:support-help-menu && bun run test:support-contact && bun run test:support-bundle-files && bun run test:self-update && bun run test:update-prompt && bun run test:apple-api-cert-create && bun run test:android-tail-engine && bun run test:android-tail-render && bun run test:android-tail-routing && bun run test:dev-gate-stripped && bun run test:frame-fit-ios-shared && bun run test:ios-confirm-app-id && bun run test:ios-create-new && bun run test:ios-e2e && bun run test:ios-flow-contract && bun run test:ios-import-discovery && bun run test:ios-import-export && bun run test:ios-import-pickers && bun run test:ios-import-recovery && bun run test:ios-recovery && bun run test:ios-resume && bun run test:ios-tail-handoff && bun run test:ios-tui-render && bun run test:p8-error && bun run test:ios-tui-routing && bun run test:ios-updater-sync-validation && bun run test:ios-verify-app && bun run test:platform-flow-contract && bun run test:tail-engine-shared",
157
+ "test": "bun run build && bun run test:helper-dce && bun run test:version-detection:setup && bun run test:bundle && bun run test:functional && bun run test:semver && bun run test:version-edge-cases && bun run test:regex && bun run test:upload && bun run test:fail-on-incompatible && bun run test:credentials && bun run test:credentials-validation && bun run test:android-service-account-validation && bun run test:build-zip-filter && bun run test:checksum && bun run test:build-needed && bun run test:ci-prompts && bun run test:ci-secrets && bun run test:android-onboarding-progress && bun run test:onboarding-telemetry && bun run test:v2-event-migration && bun run test:analytics && bun run test:analytics-error-category && bun run test:analytics-org-resolver && bun run test:supabase-perf && bun run test:preview-qr && bun run test:mcp-analytics && bun run test:mcp-instructions && bun run test:mcp-live-update-onboarding && bun run test:mcp-stdout-guard && bun run test:mcp-platform-select && bun run test:mcp-explain-scopes && bun run test:mcp-oauth-reopen && bun run test:mcp-broker-oauth && bun run test:mcp-broker-session && bun run test:mcp-credentials-manage && bun run test:mcp-resume-prompt && bun run test:mcp-build-job && bun run test:mcp-build-tools && bun run test:app-created-source && bun run test:doctor-analytics && bun run test:posthog-exception && bun run test:build-platform-selection && bun run test:onboarding-recovery && bun run test:onboarding-progress && bun run test:onboarding-run-targets && bun run test:run-device-command && bun run test:init-app-conflict && bun run test:init-guardrails && bun run test:init-replay && bun run test:prompt-preferences && bun run test:esm-sdk && bun run test:mcp && bun run test:auth-session && bun run test:version-detection && bun run test:platform-paths && bun run test:project-type-detection && bun run test:payload-split && bun run test:manifest-path-encoding && bun run test:macos-signing && bun run test:asc-key-protocol && bun run test:apple-api-import-helpers && bun run test:apple-api-verify-key && bun run test:bundle-id-detector && bun run test:apple-api-app-list && bun run test:app-verification && bun run test:pbxproj-parser && bun run test:ai-log-capture && bun run test:ai-analyze-flow && bun run test:cicd-failure-help && bun run test:ai-sse-parser && bun run test:ai-render-markdown && bun run test:ai-stream-markdown && bun run test:ai-onboarding-mode && bun run test:ai-fit && bun run test:platform-layout && bun run test:frame-fit && bun run test:onboarding-min-size && bun run test:min-size-gate && bun run test:shell-size-gate && bun run test:build-log-sanitize && bun run test:build-output-viewport && bun run test:diff-viewer-viewport && bun run test:build-complete-exit && bun run test:ai-analyze-stream && bun run test:support-mailto && bun run test:support-redact && bun run test:support-internal-log && bun run test:support-help-menu && bun run test:support-contact && bun run test:support-bundle-files && bun run test:self-update && bun run test:update-prompt && bun run test:apple-api-cert-create && bun run test:android-tail-engine && bun run test:android-tail-render && bun run test:android-tail-routing && bun run test:dev-gate-stripped && bun run test:frame-fit-ios-shared && bun run test:ios-confirm-app-id && bun run test:ios-create-new && bun run test:ios-e2e && bun run test:ios-flow-contract && bun run test:ios-import-discovery && bun run test:ios-import-export && bun run test:ios-import-pickers && bun run test:ios-import-recovery && bun run test:ios-recovery && bun run test:ios-resume && bun run test:ios-tail-handoff && bun run test:ios-tui-render && bun run test:p8-error && bun run test:ios-tui-routing && bun run test:ios-updater-sync-validation && bun run test:ios-verify-app && bun run test:platform-flow-contract && bun run test:tail-engine-shared",
158
158
  "test:build-platform-selection": "bun test/test-build-platform-selection.mjs",
159
159
  "test:ai-log-capture": "bun test/test-ai-log-capture.mjs",
160
160
  "test:ai-analyze-flow": "bun test/test-ai-analyze-flow.mjs",
161
+ "test:cicd-failure-help": "bun test/test-cicd-failure-help.mjs",
161
162
  "test:ai-analyze-stream": "bun test/test-ai-analyze-stream.mjs",
162
163
  "test:ai-sse-parser": "bun test/test-ai-sse-parser.mjs",
163
164
  "test:ai-render-markdown": "bun test/test-ai-render-markdown.mjs",
@@ -4,6 +4,23 @@ export interface DecideInput {
4
4
  aiAnalyticsFlag: boolean;
5
5
  }
6
6
  export declare function decideAnalyzeBehavior(input: DecideInput): AnalyzeBehavior;
7
+ export declare const CI_FAILURE_TIP = "Build failed. Tip: re-run with --ai-analytics for an AI-powered diagnosis, or --send-logs to upload the build logs to Capgo support.";
8
+ export interface CiFailureActionsInput {
9
+ aiAnalyticsFlag: boolean;
10
+ sendLogsFlag: boolean;
11
+ }
12
+ export interface CiFailureActions {
13
+ runAiAnalysis: boolean;
14
+ sendLogs: boolean;
15
+ tip: string | null;
16
+ }
17
+ export declare function decideCiFailureActions(input: CiFailureActionsInput): CiFailureActions;
18
+ export interface ShouldPrintCiTipInput {
19
+ isTTY: boolean;
20
+ aiAnalytics: boolean;
21
+ sendLogs: boolean;
22
+ }
23
+ export declare function shouldPrintCiTip(input: ShouldPrintCiTipInput): boolean;
7
24
  export declare function writeLocalAiFile(jobId: string): Promise<string>;
8
25
  export interface PostAnalyzeInput {
9
26
  apiHost: string;
@@ -14,6 +14,9 @@ interface SaveCredentialsOptions {
14
14
  appleIssuerId?: string;
15
15
  appleTeamId?: string;
16
16
  iosDistribution?: 'app_store' | 'ad_hoc';
17
+ appleId?: string;
18
+ appleAppSpecificPassword?: string;
19
+ appleAppId?: string;
17
20
  keystore?: string;
18
21
  keystoreAlias?: string;
19
22
  keystoreKeyPassword?: string;
@@ -7,6 +7,9 @@ export declare const buildCredentialsSchema: z.ZodObject<{
7
7
  APPLE_ISSUER_ID: z.ZodOptional<z.ZodString>;
8
8
  APPLE_KEY_CONTENT: z.ZodOptional<z.ZodString>;
9
9
  APP_STORE_CONNECT_TEAM_ID: z.ZodOptional<z.ZodString>;
10
+ FASTLANE_USER: z.ZodOptional<z.ZodString>;
11
+ FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD: z.ZodOptional<z.ZodString>;
12
+ APPLE_APP_ID: z.ZodOptional<z.ZodString>;
10
13
  CAPGO_IOS_PROVISIONING_MAP: z.ZodOptional<z.ZodString>;
11
14
  ANDROID_KEYSTORE_FILE: z.ZodOptional<z.ZodString>;
12
15
  KEYSTORE_KEY_ALIAS: z.ZodOptional<z.ZodString>;
@@ -37,6 +40,9 @@ export declare const buildRequestOptionsSchema: z.ZodObject<{
37
40
  appleIssuerId: z.ZodOptional<z.ZodString>;
38
41
  appleKeyContent: z.ZodOptional<z.ZodString>;
39
42
  appStoreConnectTeamId: z.ZodOptional<z.ZodString>;
43
+ appleId: z.ZodOptional<z.ZodString>;
44
+ appleAppSpecificPassword: z.ZodOptional<z.ZodString>;
45
+ appleAppId: z.ZodOptional<z.ZodString>;
40
46
  iosScheme: z.ZodOptional<z.ZodString>;
41
47
  iosTarget: z.ZodOptional<z.ZodString>;
42
48
  iosDistribution: z.ZodOptional<z.ZodEnum<{
@@ -59,6 +65,7 @@ export declare const buildRequestOptionsSchema: z.ZodObject<{
59
65
  playstoreUpload: z.ZodOptional<z.ZodBoolean>;
60
66
  verbose: z.ZodOptional<z.ZodBoolean>;
61
67
  aiAnalytics: z.ZodOptional<z.ZodBoolean>;
68
+ sendLogs: z.ZodOptional<z.ZodBoolean>;
62
69
  aiAnalysisMode: z.ZodOptional<z.ZodEnum<{
63
70
  skip: "skip";
64
71
  "auto-prompt": "auto-prompt";
@@ -134,6 +141,9 @@ export declare const savedCredentialsSchema: z.ZodObject<{
134
141
  APPLE_ISSUER_ID: z.ZodOptional<z.ZodOptional<z.ZodString>>;
135
142
  APPLE_KEY_CONTENT: z.ZodOptional<z.ZodOptional<z.ZodString>>;
136
143
  APP_STORE_CONNECT_TEAM_ID: z.ZodOptional<z.ZodOptional<z.ZodString>>;
144
+ FASTLANE_USER: z.ZodOptional<z.ZodOptional<z.ZodString>>;
145
+ FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD: z.ZodOptional<z.ZodOptional<z.ZodString>>;
146
+ APPLE_APP_ID: z.ZodOptional<z.ZodOptional<z.ZodString>>;
137
147
  CAPGO_IOS_PROVISIONING_MAP: z.ZodOptional<z.ZodOptional<z.ZodString>>;
138
148
  ANDROID_KEYSTORE_FILE: z.ZodOptional<z.ZodOptional<z.ZodString>>;
139
149
  KEYSTORE_KEY_ALIAS: z.ZodOptional<z.ZodOptional<z.ZodString>>;
@@ -150,6 +160,9 @@ export declare const savedCredentialsSchema: z.ZodObject<{
150
160
  APPLE_ISSUER_ID: z.ZodOptional<z.ZodOptional<z.ZodString>>;
151
161
  APPLE_KEY_CONTENT: z.ZodOptional<z.ZodOptional<z.ZodString>>;
152
162
  APP_STORE_CONNECT_TEAM_ID: z.ZodOptional<z.ZodOptional<z.ZodString>>;
163
+ FASTLANE_USER: z.ZodOptional<z.ZodOptional<z.ZodString>>;
164
+ FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD: z.ZodOptional<z.ZodOptional<z.ZodString>>;
165
+ APPLE_APP_ID: z.ZodOptional<z.ZodOptional<z.ZodString>>;
153
166
  CAPGO_IOS_PROVISIONING_MAP: z.ZodOptional<z.ZodOptional<z.ZodString>>;
154
167
  ANDROID_KEYSTORE_FILE: z.ZodOptional<z.ZodOptional<z.ZodString>>;
155
168
  KEYSTORE_KEY_ALIAS: z.ZodOptional<z.ZodOptional<z.ZodString>>;
@@ -169,6 +182,9 @@ export declare const allCredentialsSchema: z.ZodRecord<z.ZodString, z.ZodObject<
169
182
  APPLE_ISSUER_ID: z.ZodOptional<z.ZodOptional<z.ZodString>>;
170
183
  APPLE_KEY_CONTENT: z.ZodOptional<z.ZodOptional<z.ZodString>>;
171
184
  APP_STORE_CONNECT_TEAM_ID: z.ZodOptional<z.ZodOptional<z.ZodString>>;
185
+ FASTLANE_USER: z.ZodOptional<z.ZodOptional<z.ZodString>>;
186
+ FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD: z.ZodOptional<z.ZodOptional<z.ZodString>>;
187
+ APPLE_APP_ID: z.ZodOptional<z.ZodOptional<z.ZodString>>;
172
188
  CAPGO_IOS_PROVISIONING_MAP: z.ZodOptional<z.ZodOptional<z.ZodString>>;
173
189
  ANDROID_KEYSTORE_FILE: z.ZodOptional<z.ZodOptional<z.ZodString>>;
174
190
  KEYSTORE_KEY_ALIAS: z.ZodOptional<z.ZodOptional<z.ZodString>>;
@@ -185,6 +201,9 @@ export declare const allCredentialsSchema: z.ZodRecord<z.ZodString, z.ZodObject<
185
201
  APPLE_ISSUER_ID: z.ZodOptional<z.ZodOptional<z.ZodString>>;
186
202
  APPLE_KEY_CONTENT: z.ZodOptional<z.ZodOptional<z.ZodString>>;
187
203
  APP_STORE_CONNECT_TEAM_ID: z.ZodOptional<z.ZodOptional<z.ZodString>>;
204
+ FASTLANE_USER: z.ZodOptional<z.ZodOptional<z.ZodString>>;
205
+ FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD: z.ZodOptional<z.ZodOptional<z.ZodString>>;
206
+ APPLE_APP_ID: z.ZodOptional<z.ZodOptional<z.ZodString>>;
188
207
  CAPGO_IOS_PROVISIONING_MAP: z.ZodOptional<z.ZodOptional<z.ZodString>>;
189
208
  ANDROID_KEYSTORE_FILE: z.ZodOptional<z.ZodOptional<z.ZodString>>;
190
209
  KEYSTORE_KEY_ALIAS: z.ZodOptional<z.ZodOptional<z.ZodString>>;
@@ -263,6 +263,9 @@ export declare const requestBuildOptionsSchema: z.ZodObject<{
263
263
  APPLE_ISSUER_ID: z.ZodOptional<z.ZodString>;
264
264
  APPLE_KEY_CONTENT: z.ZodOptional<z.ZodString>;
265
265
  APP_STORE_CONNECT_TEAM_ID: z.ZodOptional<z.ZodString>;
266
+ FASTLANE_USER: z.ZodOptional<z.ZodString>;
267
+ FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD: z.ZodOptional<z.ZodString>;
268
+ APPLE_APP_ID: z.ZodOptional<z.ZodString>;
266
269
  CAPGO_IOS_PROVISIONING_MAP: z.ZodOptional<z.ZodString>;
267
270
  ANDROID_KEYSTORE_FILE: z.ZodOptional<z.ZodString>;
268
271
  KEYSTORE_KEY_ALIAS: z.ZodOptional<z.ZodString>;