@capgo/cli 7.55.0 → 7.56.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 +6 -3
- package/dist/index.js +264 -252
- package/dist/package.json +1 -1
- package/dist/src/build/credentials-command.d.ts +9 -1
- package/dist/src/build/credentials-command.d.ts.map +1 -1
- package/dist/src/build/credentials.d.ts +15 -6
- package/dist/src/build/credentials.d.ts.map +1 -1
- package/dist/src/build/request.d.ts +1 -1
- package/dist/src/build/request.d.ts.map +1 -1
- package/dist/src/sdk.d.ts +2 -2
- package/dist/src/sdk.js +177 -177
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -895,7 +895,7 @@ npx @capgo/cli@latest organisation delete ORG_ID
|
|
|
895
895
|
⚠️ This feature is currently in PUBLIC BETA and cannot be used by anyone at this time.
|
|
896
896
|
🔒 SECURITY GUARANTEE:
|
|
897
897
|
Build credentials are NEVER stored on Capgo servers.
|
|
898
|
-
They are used only during the build and auto-deleted after
|
|
898
|
+
They are used only during the build and auto-deleted after.
|
|
899
899
|
Builds sent directly to app stores - Capgo keeps nothing.
|
|
900
900
|
📋 BEFORE BUILDING:
|
|
901
901
|
Save your credentials first:
|
|
@@ -959,10 +959,13 @@ npx @capgo/cli@latest build credentials
|
|
|
959
959
|
|
|
960
960
|
Manage build credentials stored locally on your machine.
|
|
961
961
|
🔒 SECURITY:
|
|
962
|
-
- Credentials saved to ~/.capgo-credentials/credentials.json (
|
|
962
|
+
- Credentials saved to ~/.capgo-credentials/credentials.json (global) or .capgo-credentials.json (local)
|
|
963
963
|
- When building, sent to Capgo but NEVER stored permanently
|
|
964
|
-
-
|
|
964
|
+
- Deleted from Capgo immediately after build
|
|
965
965
|
- Builds sent directly to app stores - Capgo keeps nothing
|
|
966
|
+
📚 DOCUMENTATION:
|
|
967
|
+
iOS setup: https://capgo.app/docs/cli/cloud-build/ios/
|
|
968
|
+
Android setup: https://capgo.app/docs/cli/cloud-build/android/
|
|
966
969
|
|
|
967
970
|
|
|
968
971
|
|