File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 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.
355355- Release a CodePush update ` 1.0.1 ` targeting the binary app version ` 1.0.0 ` .
356356
357357```
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 \
359359 --platform ios --identifier staging --entry-file index.js \
360360 --mandatory true
361361```
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.
363363- ` --app-version ` : The version of the CodePush update itself.
364364
365365> [ !IMPORTANT]
366- > ` --app-version ` should be greater than ` --target- binary-version ` (SemVer comparison).
366+ > ` --app-version ` should be greater than ` --binary-version ` (SemVer comparison).
367367
368368
369369#### ` update-history `
@@ -376,7 +376,7 @@ Update the release history for a specific CodePush update.
376376- Rollback the CodePush update ` 1.0.1 ` (targeting the binary app version ` 1.0.0 ` ).
377377
378378```
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 \
380380 --platform ios --identifier staging \
381381 --enable false
382382```
You can’t perform that action at this time.
0 commit comments