Releases: Automattic/vip-cli
Releases · Automattic/vip-cli
v1.6.0
v1.5.0
- Added
--yes
flag for WP-CLI commands to skip confirmation on production environments. - We fixed the character limit errors raised when running long WP-CLI commands.
- We've added Rollbar to allow us to monitor and address errors
- We updated third party dependencies to newer, more secure versions.
1.4.1
- No changes, 1.4.0 had previously been tagged on NPM in error, so using 1.4.1. See 1.4.0 for changes - https://github.com/Automattic/vip/releases/tag/1.4.0
1.4.0
- Added support for WP-CLI commands 🎉
- Added "environment alias" support (vip @my-site.env sync)
- Misc. dependency updates
1.3.0
1.2.1
1.2.0
What's new
(This is a broken version, please use 1.2.1
instead)
- We now display a preview of the sync feature with the backup time and the search/replace taking place in your database.
- We now display your mapped domain instead of the placeholder go-vip.co domain in vip app and vip app list.
- We now display a better message when an app does not have any non-production environments.
- We fixed a bug where the help menu was not showing until you're logged in.
- We updated third party dependencies to newer, more secure versions.
1.1.1
Updates dependencies to fix a bug introduced by sub-dependencies.
1.1.0
What's New
- We now correctly report errors when
vip sync
fails. Previously, this would incorrectly report that a sync was run previously. - We fixed permissions issues for some users with
admin
access for repos. They were unable to properly view and access applications. - We now display more applications in
vip app list
(up to 100!) and have made it easier to browse through a large list thanks to ($PAGER
|less
) support. Previously you would only see the first 10 applications in your account.