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

Hi! The main problem that when you call platform push, and during the process something fails, this script doesn't throw error. As you can see on the screenshots, usually, scripts...

This is more a FR kind of how `vset` worked before. It's useful to have a single command that can take care of creating/updating a variable if it already exists....

I assume this requires support on the API first or possibly even the underlying systems, but I thought I'd bring it up. Adding a domain is in most cases not...

In my instance I'm trying to restore a backup from the `master` environment into a new environment I've spun up. When I run `platform backup:restore --target={new-env} {backup-hash}` I am prompted...

We occasionally get customers that destroy their data by renaming a container. It's documented, but it gets missed. This PR adds a new `platform commit:validate` method that can check the...

These changes make the config file generated a bit cleaner in some cases. It's also now possible to determine that no config need be generated at all.

When using MongoDB Compass GUI to connect to the mongodb service on Platform.sh, it will connect to the first node in the connection string from the relationships. However, the first...

I'm working on a fork of this awesome how-to article I found at https://community.platform.sh/t/how-to-back-up-environment-variables/430 I noticed that the scripts used in that article don't take into account that the variable...