1.发布更新
code-push release GitHubPopular ./bundles/index.android.bundle 1.0.6 --deploymentName Production --description "1.支持文章缓存。" --mandatory true
2.查看发布详情与此次更新的安装情况
code-push deployment ls 名字
3.code-push相关常见命令如下:
Usage: code-pushapp
命令:
add创建一个新的App
remove删除App
rm删除App
rename重命名已经存在App
list列出与你账户关联的所有App
ls列出与你账户关联的所有App
transfer 将一个App的所有权转让给另一个帐户
http://bbs.reactnative.cn/topic/725/code-push-%E7%83%AD%E6%9B%B4%E6%96%B0%E4%BD%BF%E7%94%A8%E8%AF%A6%E7%BB%86%E8%AF%B4%E6%98%8E%E5%92%8C%E6%95%99%E7%A8%8B
生成bundles:
react-native bundle --platform android --entry-file index.js --bundle-output ./bundles/index.android.bundle --assets-dest ./bundles --dev false