Skip to content

Commit 5efbdde

Browse files
authored
Merge pull request Soomgo-Mobile#66 from 11t518s/fix/update-readme
chore: update readme
2 parents 2340068 + fdc4b94 commit 5efbdde

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)