react-native-code-push icon indicating copy to clipboard operation
react-native-code-push copied to clipboard

Add deployment key creation via CLI to the docs

Open christian-hess-94 opened this issue 4 years ago • 0 comments

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.

christian-hess-94 avatar Apr 17 '21 14:04 christian-hess-94