We are proud to announce the latest release of the Platform.sh CLI. To install or upgrade, you can use Composer:Documentation Index
Fetch the complete documentation index at: https://developer.upsun.com/llms.txt
Use this file to discover all available pages before exploring further.
- Toolstack-based detection and building: this means that both Symfony and Drupal projects can now be built locally in the same way they are built onPlatform.sh.
- A much more colorful interface: the commands in
platform listare color-coded according to whether they run locally or require a connection. - There is a new
platform urlcommand, which gets the public URL to your Platform.sh environment and opens it in your browser. - All of the more risky commands now have confirm steps to protect against accidents.
- The frequently used
platform checkoutcommand has been improved, for a faster experience. - Drupal users will benefit from a new
platform drush-aliasescommand, which lets you see your project’s Drush aliases. It also lets you customize the alias group name - if you type:
platform drush-aliases -g myproject
you will then have aliases such as@myproject.masterinstead of@l0ngpr0j3ct1d.master.