全局安装code-push命令行
npm install -g code-push-cli
微软热更新账户登录
code-push login
注册/添加 App
code-push app add <appName> windows react-native
推送
code-push release-react <appName> android --t 1.0.0 --dev false --d Production --des "版本描述" --m true
查看账号下面的所有app
code-push app list
查看当前APP打包记录
code-push deployment h <appName> Production
删除App
code-push app remove <appName>