@capgo/cli 8.15.0 → 8.17.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/README.md +2 -1
- package/dist/index.js +623 -620
- package/dist/package.json +3 -2
- package/dist/src/ai/analyze.d.ts +1 -1
- package/dist/src/build/prescan/command.d.ts +7 -1
- package/dist/src/schemas/build.d.ts +1 -0
- package/dist/src/sdk.js +306 -303
- package/dist/src/support/support-upload-prompt.d.ts +17 -0
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -1303,7 +1303,8 @@ npx @capgo/cli@latest build request com.example.app --platform ios --path .
|
|
|
1303
1303
|
| **--no-prescan** | <code>boolean</code> | Skip the automatic pre-build scan |
|
|
1304
1304
|
| **--prescan-ignore-fatal** | <code>boolean</code> | Run the pre-build scan but never block the build (report only) |
|
|
1305
1305
|
| **--fail-on-warnings** | <code>boolean</code> | Treat prescan warnings as fatal |
|
|
1306
|
-
| **--send-logs** | <code>boolean</code> | On a CI/CD build failure, automatically upload the build logs to Capgo support (no email required). Capgo support is notified and will follow up by email. Additive to --ai-analytics
|
|
1306
|
+
| **--send-logs-to-support** | <code>boolean</code> | On a CI/CD build failure, automatically upload the build logs to Capgo support (no email required). Capgo support is notified and will follow up by email. Additive to --ai-analytics. |
|
|
1307
|
+
| **--send-logs** | <code>boolean</code> | Deprecated alias for --send-logs-to-support |
|
|
1307
1308
|
| **-a** | <code>string</code> | API key to link to your account |
|
|
1308
1309
|
| **--supa-host** | <code>string</code> | Custom Supabase host URL (for self-hosting or Capgo development) |
|
|
1309
1310
|
| **--supa-anon** | <code>string</code> | Custom Supabase anon key (for self-hosting) |
|