Skip to content

Commit

Permalink
Updated version, readme for release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Tavares committed Apr 13, 2017
1 parent 13ce565 commit 27bed0b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,17 @@ Below is the list of commands currently supported by Mobile Center CLI:
| | |
| `mobile-center crashes upload-symbols` | Upload the crash symbols for the application |
| | |
| `mobile-center distribute release` | Upload release binary and trigger distribution |
| `mobile-center distribute groups create` | Create new distribution group |
| `mobile-center distribute groups delete` | Deletes the distribution group |
| `mobile-center distribute groups download` | Download release package for the distribution group |
| `mobile-center distribute groups list` | Lists all distribution groups of the app |
| `mobile-center distribute groups show` | Shows information about the distribution group |
| `mobile-center distribute groups update` | Update existing distribution group |
| `mobile-center distribute releases delete` | Deletes the release |
| `mobile-center distribute releases list` | Shows the list of all releases for the application |
| `mobile-center distribute releases show` | Shows full details about release |
| | |
| `mobile-center profile list` | Get information about logged in user |
| `mobile-center profile update` | Update user information |
| | |
Expand All @@ -73,7 +84,6 @@ Below is the list of commands currently supported by Mobile Center CLI:
| `mobile-center tokens delete` | Delete an API token |
| `mobile-center tokens list` | Get a list of API tokens |


Please use the `mobile-center help` command to get more information about each one.

# Contributing
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobile-center-cli",
"version": "0.7.0",
"version": "0.8.0",
"description": "Command line tool for Microsoft Mobile Center",
"keywords": [
"microsoft",
Expand Down

0 comments on commit 27bed0b

Please sign in to comment.