CodePush-CLI is deprecated and no longer supported!
来源:2-5 ES6,ES7,ES8学习指南-1
慕田峪5474215
2021-12-16
使用codepush提示我使用AppCenter-CLI,之前使用codepush打包部署的完整命令是:
code-push release-react GitHubRN android --t 1.0.0 --dev false --d Production --des “修改最热导航” --m true,codepush命令中可以指明是部署Android还是ios,但是在使用appcenter时,并没找到指明Android还是ios的命令,所以我着用codepush的方式部署:
但是报错,所以想问一下用appcenter部署Android和ios的完整命令是什么呢?
写回答
1回答
-
appcenter codepush release-react -a <ownerName>/<appName>
appcenter codepush release-react -a <ownerName>/MyApp-iOS
appcenter codepush release-react -a <ownerName>/MyApp-Androidhttps://github.com/microsoft/react-native-code-push#releasing-updates
下周回更新到这块的内容。012021-12-17
相似问题