我一直在向我的团队展示我在Staging
钥匙方面的进步。当我这样做时code-push deployment ls APP_NAME_HERE -k
,它会给我一个带有信息Staging
的Production
表格。Production
No updates released
我一直在用code-push release-react APP_NAME_HERE ios
更新。谁能指导我我需要发送哪些选项Production
而不是Staging
?
我一直在向我的团队展示我在Staging
钥匙方面的进步。当我这样做时code-push deployment ls APP_NAME_HERE -k
,它会给我一个带有信息Staging
的Production
表格。Production
No updates released
我一直在用code-push release-react APP_NAME_HERE ios
更新。谁能指导我我需要发送哪些选项Production
而不是Staging
?
您可以使用 --deploymentName 指定要更新的部署。
code-push release-react APP_NAME_HERE ios --deploymentName Production
您还可以将您的版本从登台推广到生产(文档):
code-push promote APP_NAME_HERE Staging Production