Skip to content

Commit a2f816d

Browse files
committed
Update CLI documentation to include new parameters for direct upload and publishing introduced in version 1.44.2, enhancing user guidance on specifying version name, description, and meta information.
1 parent c22855e commit a2f816d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

site/pages/docs/cli.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ $ npm install -g react-native-update-cli
2727
- expo: 指定使用 expo 的命令行打包 (需 cli 版本 1.40.0+)
2828
- taro: 指定使用 taro 的命令行打包 (需 cli 版本 1.40.0+)
2929

30+
从 v1.44.2 版本开始,新增了以下直接上传发布的参数(等同于打包完成后连续调用 `pushy publish` 命令):
31+
- name: 指定热更新版本的名字(版本号)
32+
- description: 指定热更新版本的描述信息,可以对用户进行展示
33+
- metaInfo: 指定热更新版本的元信息,可以用来保存一些额外信息,具体用法可参考[场景实践](bestpractice#%E5%85%83%E4%BF%A1%E6%81%AFmeta-info%E7%9A%84%E4%BD%BF%E7%94%A8)
34+
3035
---
3136

3237
#### pushy parseIpa [ipaFile]

0 commit comments

Comments
 (0)