forked from microsoft/code-push
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Proxy to mobile center (microsoft#442)
* Removed these features deprecated post Mobile Center integration: (microsoft#431) code-push app transfer code-push collaborator code-push session access key rename / change TTL showing auth types for whoami * Added OS and platform arguments for the app add command (microsoft#432) * Updated deployment defaults. Now... (microsoft#437) * "code-push add add" does NOT add any default deployments * "code-push deployment add" has a --default option to add default deployments * "code-push release" outputs a more descriptive error if no deployments exists * Updated CLI text around login/register/link. Also fixed... (microsoft#439) link to go directly to mobile.azure.com, in order to not show the token at the end. * Added .vscode settings file, to exclude generated bin directories (microsoft#440) * Added back the collabor CLI command since the... (microsoft#441) proxy service now supports it. It was commented out before, but I just undid that.
- Loading branch information
1 parent
86578c8
commit 19c6f24
Showing
9 changed files
with
155 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
// Place your settings in this file to overwrite default and user settings. | ||
{ | ||
"files.exclude": { | ||
"cli/bin/": true, | ||
"sdk/bin/": true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.