@capgo/cli 7.75.1 → 7.76.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/README.md +1 -1
- package/dist/index.js +135 -135
- package/dist/package.json +1 -1
- package/dist/src/sdk.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1097,7 +1097,7 @@ The build will be processed and sent directly to app stores.
|
|
|
1097
1097
|
🔒 SECURITY: Credentials are never stored on Capgo servers. They are auto-deleted
|
|
1098
1098
|
after build completion. Build outputs may optionally be uploaded for time-limited download links.
|
|
1099
1099
|
📋 PREREQUISITE: Save credentials first with:
|
|
1100
|
-
npx @capgo/cli build credentials save --appId <app-id> --platform <ios|android
|
|
1100
|
+
`npx @capgo/cli build credentials save --appId <app-id> --platform <ios|android>`
|
|
1101
1101
|
|
|
1102
1102
|
**Example:**
|
|
1103
1103
|
|