v1.4.0-beta
lostintangent
released this
29 Dec 01:41
·
773 commits
to master
since this release
This is largely a bug fix release that also introduces a feature enhancement to the existing rollback
command. You can update your global code-push-cli
installation from NPM immediately to take advantage of these improvements.
New Features
- The
rollback
command accepts a new optional flag called--targetRelease
(or-r
) that allows you to roll back to an arbitrary version within the deployment, as opposed to simply the previous release. This change was made after lots of customer feedback, and we're happy to unblock this scenario!
Bug fixes
- The
description
parameter of therelease
command now correctly parses whitespace characters (e.g. \n, \t), so you can add newlines/etc. to your release descriptions. - The
Package Hash
field has been removed from thePackage Metadata
column that is displayed when runningcode-push deployment ls
. This field required the table to be unnecessarily wide in order to render correctly, and it also wasn't adding a lot of value to users anyways.