CLI version 1.1 released
CLI version 1.1 released
This post was originally published on the Platform.sh blog and reflects information from the time of publication.
Version 1.1.0 has been released. Many new features are now available.
Here are some of the new commands:
project:clean
: clean one or more prior builds of the local project.environment:ssh
: SSH in to a Platform.sh environment.project:fix-aliases
: regenerate stale Drush aliases.environment:relationships
: see the services relationships of a Platform.sh environment. (E.g. MySQL, Redis, Solr).domain:add
anddomain:delete
: manage your domains on a project.platform drush
: run Drush commands remotely for the current environment.
For more information, read the on Github.
How to upgrade
Go to your platform-cli
repository and run git pull
to get the latest version. Next, run composer global update
to update to the latest version.
Last updated on