@capgo/cli 7.54.0 → 7.56.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 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 (max 24 hours).
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 (local machine only)
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
- - Auto-deleted from Capgo after build (max 24 hours)
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