@capgo/cli 7.92.1 → 7.93.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 -0
- package/dist/index.js +388 -384
- package/dist/package.json +3 -2
- package/dist/src/build/onboarding/command.d.ts +4 -1
- package/dist/src/build/onboarding/recovery.d.ts +7 -0
- package/dist/src/build/onboarding/types.d.ts +1 -1
- package/dist/src/build/onboarding/ui/app.d.ts +2 -0
- package/dist/src/onboarding-support.d.ts +18 -0
- package/dist/src/runner-command.d.ts +5 -0
- package/dist/src/sdk.js +1 -1
- package/dist/src/utils.d.ts +1 -0
- package/package.json +3 -2
- package/skills/native-builds/SKILL.md +5 -0
- package/skills/usage/SKILL.md +2 -2
package/README.md
CHANGED
|
@@ -1128,6 +1128,12 @@ npx @capgo/cli@latest build init
|
|
|
1128
1128
|
|
|
1129
1129
|
Set up iOS build credentials interactively (creates certificates and profiles automatically)
|
|
1130
1130
|
|
|
1131
|
+
**Options:**
|
|
1132
|
+
|
|
1133
|
+
| Param | Type | Description |
|
|
1134
|
+
| -------------- | ------------- | -------------------- |
|
|
1135
|
+
| **-a,** | <code>string</code> | API key to link to your account |
|
|
1136
|
+
|
|
1131
1137
|
### <a id="build-request"></a> 🔹 **Request**
|
|
1132
1138
|
|
|
1133
1139
|
```bash
|