v1.2.3-beta
lostintangent
released this
03 Dec 00:11
·
818 commits
to master
since this release
This is a bug-fix release which adds better error logging when releasing an update and improves the output of various commands. You can update your global code-push-cli
installation from NPM immediately to take advantage of these improvements.
Bug fixes (App management)
- The
ID
column was removed from the output of theapp ls
command. This value was completely internal and didn't make any sense being displayed to users. - A new
Deployments
column has been added to theapp ls
command which displays a comma-separated list of deployments that each app has. - The
Package
column has been removed from the list of deployments that are auto-created when adding a new app via theapp add
command. This column was always blank since a newly created deployment obviously couldn't have had any releases made to it yet.
Bug fixes (Releasing updates)
- The
release
command now reports an error when theappStoreVersion
parameter isn't semver compliant. This has always been a requirement on the server, but the CLI didn't enforce it. - The
release
command now rejects specifying a zip file via thepackage
parameter. This has always been a requirement on the server, but the CLI didn't enforce it. - The
deployment history
command now sorts the releases in ascending order so that the most recent update is at the bottom. This makes it easier to use since most terminals will automatically scroll you to the bottom of a command's output.