1.安装Code-Push的命令行工具:
npm install -g code-push-cli
2.注册
code-push register
3.若已经注册过，则直接登录
code-push login
4.创建应用
code-push app add  
如 :code-push app add MyApp ios react-native
也可以到code-push 后台管理:https://appcenter.ms/apps/create进行创建，
5.查看所有应用
code-push app ls //code-push app list
6.查看你的deployment key
code-push deployment ls Delivery  -k (Delivery为app名称)



https://www.huaweicloud.com/articles/e3f0c7252e7ad2e54c61aac8a86ed64e.html

