legacy-cli
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
### Features * Adds Gitpod development environment * Ready to run tests * Environment configured on deploy * e.g. `composer install` * semi-auto-configured `PLATFORM_CLI_TOKEN`. Contributor prompted to provide token the...
--pg-namespace=PG-NAMESPACE translate to -n, --schema=SCHEMA dump the named schema(s) only --pg-exclude-namespace=PG-EXCLUDE-NAMESPACE translate to -N, --exclude-schema=SCHEMA do NOT dump the named schema(s)
We run automated scripts on a Windows machine to populate a database and then switch environment variables to switch between them (a sort of cursory green/blue style workflow). Unfortunately, the...
Major possible changes: - [x] Symfony 4 - [x] Require PHP >= 7.1 (at least because of Symfony 4) - [x] New libraries for OAuth 2.0 support (#641) - [x]...
The Fish Shell (http://fishshell.com/) is used by many developers instead of Bash or ZSH. Currently the Platform app makes some Linux System crash on startup when the platform CLI is...
I'd like the command: ``` platform checkout [branch] ``` to pull the latest repo from platform as an option or by default. ``` platform checkout [branch] --pull ``` and/or ```...
Funnily enough, the `self:update` command seems to allow the user to override the current version, but it does not allow her to specify a specific version to upgrade (or downgrade)...
Currently the configuration files, binary, cache files etc are placed in a hidden folder in the user's home directory: `~/.platformsh`. This is not following the XDG standard which is used...