@capgo/cli 7.88.1 → 7.88.2

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
@@ -69,7 +69,7 @@ Follow the documentation here: https://capacitorjs.com/docs/getting-started/
69
69
  - [Set](#organisation-set)
70
70
  - [Delete](#organisation-delete)
71
71
  - 🔹 [Build](#build)
72
- - [Onboarding](#build-onboarding)
72
+ - [Init](#build-init)
73
73
  - [Request](#build-request)
74
74
  - [Credentials](#build-credentials)
75
75
  - 🔹 [Probe](#probe)
@@ -1118,10 +1118,12 @@ npx @capgo/cli@latest organisation delete
1118
1118
  npx @capgo/cli build credentials save --appId <your-app-id> --platform ios
1119
1119
  npx @capgo/cli build credentials save --appId <your-app-id> --platform android
1120
1120
 
1121
- ### <a id="build-onboarding"></a> 🔹 **Onboarding**
1121
+ ### <a id="build-init"></a> 🚀 **Init**
1122
+
1123
+ **Alias:** `onboarding`
1122
1124
 
1123
1125
  ```bash
1124
- npx @capgo/cli@latest build onboarding
1126
+ npx @capgo/cli@latest build init
1125
1127
  ```
1126
1128
 
1127
1129
  Set up iOS build credentials interactively (creates certificates and profiles automatically)