npm code-push 1.6.0-beta
v1.6.0-beta

latest releases: 4.2.1, 4.2.0, 4.1.3...
8 years ago

The release introduces the highly-requested app collaborator feature, which adds support for the following two scenarios:

  1. Sharing a CodePush-created app with other developers, so that you can all release/promote/rollback updates to it (without needing to rely on a shared access key or user session file!).
  2. Transferring the ownership of an app to another developer (in the event that you're not working on it anymore), while still maintaining all of its release history, deployments and collaborators.

This update is available now on NPM and can be installed by running npm i -g code-push-cli@latest. Refer to the App Collaborator section in the CLI docs for more information on how to start using it.

Bug Fixes

  1. The Update metadata column, within the output of the code-push deployment ls command, now displays a message to indicate if it hasn't had any updates release to it yet ("No updates released"), as opposed to simply being blank.

Don't miss a new code-push release

NewReleases is sending notifications on new releases.