Skip to content

Commit

Permalink
Update CLI documentation with new packaging method flags
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnylqm committed Feb 13, 2025
1 parent 2697e94 commit 6146647
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions site/pages/docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ $ npm install -g react-native-update-cli
- dev: 是否打包开发版本
- sourcemap: 是否生成 sourcemap(需 cli 版本 1.11.0+)
- no-interactive: 不进行交互式提示
- rncli: 指定使用官方命令行打包 (需 cli 版本 1.40.0+)
- expo: 指定使用 expo 的命令行打包 (需 cli 版本 1.40.0+)
- taro: 指定使用 taro 的命令行打包 (需 cli 版本 1.40.0+)

---

Expand Down Expand Up @@ -122,15 +125,15 @@ $ npm install -g react-native-update-cli

上传 ipa 文件到开放平台。

- note: 备注(cli 需 1.24.0 或更高版本
- note: 备注(cli 需 1.24.0 +

---

#### pushy uploadApk [apkFile]

上传 apk 文件到开放平台。

- note: 备注(cli 需 1.24.0 或更高版本
- note: 备注(cli 需 1.24.0 +

---

Expand Down

0 comments on commit 6146647

Please sign in to comment.