Skip to content

Commit 2118cf4

Browse files
committed
Fix product editing logic
1 parent a8b2316 commit 2118cf4

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

src/content/docs/developer-cli/developer-cli-reference.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -220,12 +220,8 @@ This command replaces all product fields. All required flags must be provided, e
220220
| Flag | Required | Description |
221221
|---|---|---|
222222
| `--app` | Yes | App ID (UUID) |
223-
| `--title` | Yes | Product title |
224-
| `--access-level-id` | Yes | [Access level](access-level) ID (UUID) this product unlocks |
225-
| `--period` | Yes | Subscription period: `weekly`, `monthly`, `2_months`, `3_months`, `6_months`, `yearly`, `lifetime` |
226-
| `--ios-product-id` | At least one platform required | Product ID from App Store Connect |
227-
| `--android-product-id` | At least one platform required | Product ID from Google Play Console |
228-
| `--android-base-plan-id` | Required with `--android-product-id` unless `--period lifetime` | Base plan ID from Google Play Console |
223+
| `--title` | No | Product title |
224+
| `--access-level-id` | No | [Access level](access-level) ID (UUID) this product unlocks |
229225

230226
## Paywalls
231227

0 commit comments

Comments
 (0)