@capgo/cli 8.50.3 → 8.51.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capgo/cli",
3
3
  "type": "module",
4
- "version": "8.50.3",
4
+ "version": "8.51.1",
5
5
  "description": "A CLI to upload to capgo servers",
6
6
  "author": "Martin martin@capgo.app",
7
7
  "license": "Apache 2.0",
@@ -126,11 +126,14 @@
126
126
  "test:channel-add-exists": "bun test/test-channel-add-exists.mjs",
127
127
  "test:wait-log": "bun test/test-wait-log.mjs",
128
128
  "test:init-guardrails": "bun test/test-init-guardrails.mjs",
129
+ "test:init-upload-recovery": "bun test/test-init-upload-error-gate.mjs && bun test/test-init-upload-monorepo-recovery.mjs",
129
130
  "test:init-replay": "bun test/test-init-replay.mjs",
130
131
  "test:init-telemetry": "bun test/test-init-telemetry.mjs",
131
132
  "test:capacitor-config-target": "bun test/test-capacitor-config-target.mjs",
133
+ "test:capacitor-config-typescript7": "bun test/test-capacitor-config-typescript7.mjs",
134
+ "test:capacitor-config-native-import": "bun test/test-capacitor-config-native-import.mjs",
132
135
  "test:cli-user-error-config": "bun test/test-cli-user-error-config.mjs",
133
- "test:init-monorepo-targeting": "bun run test:capacitor-config-target && bun run test:cli-user-error-config && bun test/test-init-monorepo-targeting.mjs",
136
+ "test:init-monorepo-targeting": "bun run test:capacitor-config-target && bun run test:capacitor-config-typescript7 && bun run test:capacitor-config-native-import && bun run test:cli-user-error-config && bun test/test-init-monorepo-targeting.mjs",
134
137
  "test:prompt-preferences": "bun test/test-prompt-preferences.mjs",
135
138
  "test:esm-sdk": "node test/test-sdk-esm.mjs",
136
139
  "test:auth-session": "bun test/test-auth-session.mjs",
@@ -178,7 +181,7 @@
178
181
  "test:android-version": "bun test/test-android-version.mjs",
179
182
  "test:platform-flow-contract": "bun test/test-platform-flow-contract.mjs",
180
183
  "test:tail-engine-shared": "bun test/test-tail-engine-shared.mjs",
181
- "test": "bun run build && bun run test:helper-dce && bun run test:version-detection:setup && bun run test:bundle && bun run test:bundle-validation && bun run test:functional && bun run test:semver && bun run test:auto-bump-version && bun run test:auto-bump-ai-diff && bun run test:version-edge-cases && bun run test:regex && bun run test:upload && bun run test:fail-on-incompatible && bun run test:native-dependencies && bun run test:package-json-guard && bun run test:credentials && bun run test:credentials-export && bun run test:ios-provisioning-map && bun run test:ios-provisioning-command && 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:cli-help && bun run test:build-cache-payload && bun run test:build-cancellation && 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:cli-headers && bun run test:min-cli-version && bun run test:authenticated-command-invocation && 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:app-set-options && 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:app-add-exists && bun run test:app-list-output-text && bun run test:doctor-analytics && bun run test:posthog-exception && bun run test:cli-recovery && bun run test:create-supabase-client && bun run test:build-platform-selection && bun run test:builder-project-discovery && 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-monorepo-targeting && bun run test:init-app-conflict && bun run test:channel-add-exists && bun run test:wait-log && bun run test:init-guardrails && bun run test:init-replay && bun run test:init-telemetry && bun run test:prompt-preferences && bun run test:esm-sdk && bun run test:mcp && bun run test:mcp-no-key-handshake && 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-upload-prompt && 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:ios-marketing-version && bun run test:android-version && bun run test:platform-flow-contract && bun run test:tail-engine-shared && bun run test:prescan && bun run test:android-reporting-api && bun run test:android-gcp && bun run test:android-app-verification && bun run test:android-rename && bun run test:appflow-auth && bun run test:appflow-api-map && bun run test:appflow-validate && bun run test:appflow-flow && bun run test:appflow-gapfill && bun run test:appflow-engine && bun run test:appflow-tail && bun run test:appflow-fetch && bun run test:appflow-sa-decode && bun run test:app-permission-helper && bun run test:2fa-compliance-network && bun run test:organization-set-api-host && bun run test:trial-warning && bun run test:plan-validation",
184
+ "test": "bun run build && bun run test:helper-dce && bun run test:version-detection:setup && bun run test:bundle && bun run test:bundle-validation && bun run test:functional && bun run test:semver && bun run test:auto-bump-version && bun run test:auto-bump-ai-diff && bun run test:version-edge-cases && bun run test:regex && bun run test:upload && bun run test:fail-on-incompatible && bun run test:native-dependencies && bun run test:package-json-guard && bun run test:credentials && bun run test:credentials-export && bun run test:ios-provisioning-map && bun run test:ios-provisioning-command && 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:cli-help && bun run test:build-cache-payload && bun run test:build-cancellation && 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:cli-headers && bun run test:min-cli-version && bun run test:authenticated-command-invocation && 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:app-set-options && 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:app-add-exists && bun run test:app-list-output-text && bun run test:doctor-analytics && bun run test:posthog-exception && bun run test:cli-recovery && bun run test:create-supabase-client && bun run test:build-platform-selection && bun run test:builder-project-discovery && 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-monorepo-targeting && bun run test:init-app-conflict && bun run test:channel-add-exists && bun run test:wait-log && bun run test:init-guardrails && bun run test:init-upload-recovery && bun run test:init-replay && bun run test:init-telemetry && bun run test:prompt-preferences && bun run test:esm-sdk && bun run test:mcp && bun run test:mcp-no-key-handshake && 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-upload-prompt && 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:ios-marketing-version && bun run test:android-version && bun run test:platform-flow-contract && bun run test:tail-engine-shared && bun run test:prescan && bun run test:android-reporting-api && bun run test:android-gcp && bun run test:android-app-verification && bun run test:android-rename && bun run test:appflow-auth && bun run test:appflow-api-map && bun run test:appflow-validate && bun run test:appflow-flow && bun run test:appflow-gapfill && bun run test:appflow-engine && bun run test:appflow-tail && bun run test:appflow-fetch && bun run test:appflow-sa-decode && bun run test:app-permission-helper && bun run test:2fa-compliance-network && bun run test:organization-set-api-host && bun run test:trial-warning && bun run test:plan-validation",
182
185
  "test:build-platform-selection": "bun test/test-build-platform-selection.mjs",
183
186
  "test:builder-project-discovery": "bun test/test-builder-project-discovery.mjs",
184
187
  "test:ai-log-capture": "bun test/test-ai-log-capture.mjs",
@@ -62,6 +62,18 @@ export interface BuildJobCachePayload {
62
62
  }
63
63
  /** Builder job API cache fields: omit cache_enabled when enabled (default), send false when opted out. */
64
64
  export declare function buildJobCachePayload(input?: BuildJobCachePayloadInput): BuildJobCachePayload;
65
+ export declare const FAILED_BUILD_CACHE_HINT = "Tip: if this looks cache-related (stale artifacts between RC/PROD or branches), retry with --cache-key <env> to isolate compilation cache, or --no-cache to skip cache restore.";
66
+ /**
67
+ * Cache isolation tip after a failed native build.
68
+ * Skip it in caller-handled (Ink onboarding) mode: the TUI streams log.info into
69
+ * FullscreenBuildOutput, the extra line overflows the golden viewport, and
70
+ * --cache-key / --no-cache are not how the wizard retries.
71
+ */
72
+ export declare function shouldLogFailedBuildCacheHint(options: {
73
+ cache?: boolean;
74
+ cacheKey?: string;
75
+ aiAnalysisMode?: 'auto-prompt' | 'caller-handled' | 'skip';
76
+ }): boolean;
65
77
  /**
66
78
  * Extract native node_modules roots that contain platform folders.
67
79
  */
@@ -5,7 +5,7 @@ export interface CapacitorCliConfig {
5
5
  extConfigFilePath: string;
6
6
  };
7
7
  }
8
- export declare const requireTS: (typescript: unknown, filePath: string) => Record<string, unknown>;
8
+ export declare const requireTS: (typescript: unknown, filePath: string) => Record<string, unknown> | Promise<Record<string, unknown>>;
9
9
  export declare const formatJSObject: (value: unknown) => string;
10
10
  export declare const loadConfig: () => Promise<CapacitorCliConfig>;
11
11
  export declare const writeConfig: (extConfig: CapacitorConfig, extConfigFilePath: string) => Promise<void>;
@@ -0,0 +1,9 @@
1
+ import type { SupabaseClient } from '@supabase/supabase-js';
2
+ import type { Database } from '../types/supabase.types';
3
+ interface ChannelSelectionPrompts {
4
+ reuseChannel: (name: string) => Promise<boolean>;
5
+ chooseName: (existingNames: string[]) => Promise<string>;
6
+ createChannel: (name: string) => Promise<void>;
7
+ }
8
+ export declare function selectOnboardingChannel(supabase: SupabaseClient<Database>, appId: string, preferredName: string, prompts: ChannelSelectionPrompts): Promise<string>;
9
+ export {};
@@ -51,11 +51,12 @@ export declare function getNativePlatformAvailability(config?: CapacitorConfigSn
51
51
  android: boolean;
52
52
  };
53
53
  export declare function getGitRepoStatus(startDir?: string): GitRepoStatus;
54
- export declare function getInitUpdaterPluginConfig(appId: string, directInstall: boolean): {
54
+ export declare function getInitUpdaterPluginConfig(appId: string, directInstall: boolean, channelName?: string): {
55
55
  autoSplashscreen?: boolean | undefined;
56
+ autoUpdate: string;
57
+ defaultChannel?: string | undefined;
56
58
  version: string;
57
59
  appId: string;
58
- autoUpdate: string;
59
60
  };
60
61
  export declare function getInitOtaVersionBase(pkgVersion: string): string;
61
62
  export declare function getInitSuggestedOtaVersion(pkgVersion: string): string;
@@ -0,0 +1,28 @@
1
+ export declare const MONOREPO_ROOT_PATHS_NOTE = "These must be the monorepo/workspace root paths \u2014 the workspace package.json and the hoisted node_modules folder \u2014 not the app package under apps/ or packages/.";
2
+ export declare const MONOREPO_UPLOAD_RETRY_HINT = "If this app lives in a monorepo, retry the upload with the monorepo root package.json and the monorepo root node_modules paths (not the app package folder).";
3
+ export type BundleUploadRecoveryChoice = 'retry' | 'retry-with-monorepo-paths';
4
+ export declare function getBundleUploadFailureRecoveryOptions(): {
5
+ value: BundleUploadRecoveryChoice;
6
+ label: string;
7
+ hint?: string;
8
+ }[];
9
+ export declare function joinUniqueUploadPaths(...paths: Array<string | undefined>): string | undefined;
10
+ export declare function resolveUploadPaths(paths: string | undefined, baseDir: string): string | undefined;
11
+ export declare function mergeMonorepoRootUploadPaths(prompted: {
12
+ packageJson?: string;
13
+ nodeModules?: string;
14
+ }, current: {
15
+ packageJson?: string;
16
+ nodeModules?: string;
17
+ }, promptCwd: string): {
18
+ packageJson?: string;
19
+ nodeModules?: string;
20
+ };
21
+ export declare function formatBundleUploadRunnerCommand(runner: string, appId: string, options: {
22
+ bundle?: string;
23
+ channel?: string;
24
+ deltaOnly?: boolean;
25
+ packageJson?: string;
26
+ nodeModules?: string;
27
+ }): string;
28
+ export declare function withMonorepoUploadRetryHint(error: string): string;