命令:
1、登陆:code-push login
2、查看所有app:code-push app ls
3、新建app:code-push app add <appName>
4、重命名app:code-push app rename <appName> <newAppName>
5、移除app:code-push app rm <appName>
6、查看app的部署:code-push deployment ls <appName> [--displayKeys|-k]
7、查看app的某个部署的发布更新的历史记录:code-push deployment history <appName> <deploymentName> [--displayAuthor|-a]
8、发布更新:code-push release-react <appName> <platform>
9、debug:code-push debug <platform>
10、发布历史记录 code-push deployment history MyProjectIOS Staging
11、删除 code-push deployment rm
例子:
1、code-push release-react pwcAndroid android -d production
1、热更新
2、TypeScript
3、splash screen
4、react-navigation
5、react-native-vector-icons
- 项目中涉及到logo的图片或其它涉及版权或隐私的信息,请勿使用,谢谢!
This project is licensed under the MIT License - see the LICENSE file for details