@capgo/cli 7.33.1 → 7.34.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
@@ -932,7 +932,7 @@ npx @capgo/cli@latest build request com.example.app --platform ios --path .
932
932
  | **--build-certificate-base64** | <code>string</code> | iOS: Base64-encoded .p12 certificate |
933
933
  | **--build-provision-profile-base64** | <code>string</code> | iOS: Base64-encoded provisioning profile |
934
934
  | **--build-provision-profile-base64-prod** | <code>string</code> | iOS: Base64-encoded production provisioning profile |
935
- | **--p12-password** | <code>string</code> | iOS: Certificate password |
935
+ | **--p12-password** | <code>string</code> | iOS: Certificate password (optional if cert has no password) |
936
936
  | **--apple-id** | <code>string</code> | iOS: Apple ID email |
937
937
  | **--apple-app-specific-password** | <code>string</code> | iOS: App-specific password |
938
938
  | **--apple-key-id** | <code>string</code> | iOS: App Store Connect API Key ID |