legacy-cli icon indicating copy to clipboard operation
legacy-cli copied to clipboard

This is the legacy version of Platform.sh's command-line interface. The new version is at: https://github.com/platformsh/cli

Results 133 legacy-cli issues
Sort by recently updated
recently updated
newest added

Would be nice to have a `--default` flag for `domain:add` and `domain:update` to promote a domain to be the default domain.

new feature

Hey guys, Awesome work, really loving this tool! Can you guys add more notifications to the health.slack / health.email integrations? The 20% and 10% warnings are fine for most cases,...

A user reports that `ssh:add` does not always store a newly generated key in the same search path that's used by `environment:ssh`. This is particularly confusing in Lando environments that...

Is it possible to do more than one commands on the single request? Basically I'd like to deploy a merge as well as setting and environment variable, all on the...

Hi This is based on my experience with the [magento-cloud cli tool](http://devdocs.magento.com/guides/v2.2/cloud/reference/cli-ref-topic.html), which seems to be a clone of this tool, but I can't find a public repo to report...

atm I use platformsh/cli as a "global composer" dependency. in my setup platformsh/cli is the only package which hard depends on symfony 3.x. because of this hard-dependency on sf 3.x...

Issuing a `platform drush-aliases -r` command generates the aliases for my project, but the docroot directory is created incorrectly in ~/.drush/panalign.site.yml and ~/.drush/panalign.aliases.drushrc.php. In *.site.yml ```_local: root: /var/www/html/panalign-composer/_www ``` instead...

If you pass on -W to environment:delete, it doesn't ask for the remove remote branch question. I would expect it to behave the same as without -W

Hey, I am trying to run platform from within https://gitpod.io. The first hurdle is the browser login which [restricts access to localhost](https://github.com/platformsh/platformsh-cli/blob/master/src/Command/Auth/BrowserLoginCommand.php#L102). Would be good to allow external access either...

It seems that sorting environments by created or updated date is not possible, whereas it works with title or id. $ platform --version Platform.sh CLI 3.39.0 This works: ``` $...