This release introduces a few account management features. It is available now on NPM and can be installed by running npm i -g code-push-cli@latest
.
New Features
- CodePush accounts can now use both Microsoft and GitHub credentials to login We introduced a new
code-push link
command that allows you to link an additional identity provider to an existing CodePush account. So if you registered with MS and want to link GitHub, or vice-versa, you now can. - We introduced a new
code-push whoami
command that allows you to display the e-mail address of the account you are currently logged in to the CLI as, as well as the list of identity providers your account is currently linked to (see above)