react-native-code-push
react-native-code-push copied to clipboard
Add deployment key creation via CLI to the docs
When me and my team were following the guide, we didn't have a deployment key setup to our account.
After some search we found a solution for creating a deployment key within the cli, the command:
appcenter codepush deployment add -a {UserName}/{ProjectNameInAppCenter} DEPLOYMENT_ENV
Adding this line to show the usage of this command can help someone that doesn't have any previuous experience with CodePush or similar services
We suggest using the Staging | Production | Development to specify the environtment for which the key will be added, but we are not sure if this has to be enforced or the user is free to name the environment as they will.