File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -355,15 +355,15 @@ Release a CodePush update for a specific binary app version.
355
355
- Release a CodePush update ` 1.0.1 ` targeting the binary app version ` 1.0.0 ` .
356
356
357
357
```
358
- npx code-push release --target- binary-version 1.0.0 --app-version 1.0.1 \
358
+ npx code-push release --binary-version 1.0.0 --app-version 1.0.1 \
359
359
--platform ios --identifier staging --entry-file index.js \
360
360
--mandatory true
361
361
```
362
- - ` --target- binary-version ` : The version of the binary app that the CodePush update is targeting.
362
+ - ` --binary-version ` : The version of the binary app that the CodePush update is targeting.
363
363
- ` --app-version ` : The version of the CodePush update itself.
364
364
365
365
> [ !IMPORTANT]
366
- > ` --app-version ` should be greater than ` --target- binary-version ` (SemVer comparison).
366
+ > ` --app-version ` should be greater than ` --binary-version ` (SemVer comparison).
367
367
368
368
369
369
#### ` update-history `
@@ -376,7 +376,7 @@ Update the release history for a specific CodePush update.
376
376
- Rollback the CodePush update ` 1.0.1 ` (targeting the binary app version ` 1.0.0 ` ).
377
377
378
378
```
379
- npx code-push update-history --target- binary-version 1.0.0 --app-version 1.0.1 \
379
+ npx code-push update-history --binary-version 1.0.0 --app-version 1.0.1 \
380
380
--platform ios --identifier staging \
381
381
--enable false
382
382
```
You can’t perform that action at this time.
0 commit comments