Skip to content

Commit

Permalink
Merge pull request #157 from Microsoft/readme_updates
Browse files Browse the repository at this point in the history
Small doc tweaks
  • Loading branch information
lostintangent committed Mar 8, 2016
2 parents c20c08a + ef31bf5 commit 706d6dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ Inversely, that means that an app collaborator cannot do any of the following:
1. Rename or delete the app
1. Transfer ownership of the app
1. Create, rename or delete new deployments within the app
1. Clear a deployment's release history
1. Add or remove collaborators from the app (*)

*NOTE: A developer can remove him/herself as a collaborator from an app that was shared with them.*
Expand Down Expand Up @@ -434,4 +435,4 @@ You can clear the release history associated with a deployment using the followi
code-push deployment clear <appName> <deploymentName>
```

After running this command, client devices configured to receive updates from this deployment using its associated deployment key will no longer receive those updates that have been cleared. This command is irreversible, and therefore should not be used in a production deployment.
After running this command, client devices configured to receive updates using its associated deployment key will no longer receive the updates that have been cleared. This command is irreversible, and therefore should not be used in a production deployment.
2 changes: 2 additions & 0 deletions sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ The `code-push` module exports a single class (typically referred to as `CodePus

- __addDeployment(appName: string, deploymentName: string): Promise&lt;Deployment&gt;__ - Creates a new deployment with the specified name, and associated with the specified app.

- __clearDeploymentHistory(appName: string, deploymentName: string): Promise&lt;void&gt;__ - Clears the release history associated with the specified app deployment.

- __getAccessKey(accessKey: string): Promise&lt;AccessKey&gt;__ - Retrieves the metadata about the specific access key.

- __getAccessKeys(): Promise&lt;AccessKey[]&gt;__ - Retrieves the list of access keys associated with your CodePush account.
Expand Down

0 comments on commit 706d6dc

Please sign in to comment.