You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> `--app-version` should be greater than `--binary-version` (SemVer comparison).
395
395
396
+
-`--rollout`: The rollout percentage for the update. (0~100, inclusive)
396
397
397
398
#### `update-history`
398
399
399
400
Update the release history for a specific CodePush update.
400
401
- Use the `--enable` option to disable a specific release for rollback. (or enable it)
401
402
- Use the `--mandatory` option to make the update as mandatory or optional.
403
+
- Use the `--rollout` option to change the rollout percentage of the update. (0~100, inclusive)
404
+
- If the rollout percentage is reduced, users who fall outside the new target will have their rollout canceled and rollback to the previous latest version.
402
405
403
406
**Example:**
404
407
- Rollback the CodePush update `1.0.1` (targeting the binary app version `1.0.0`).
0 commit comments