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
When you use the httpaccess function for example, a message informs you that you need to rebuild the environment by pushing new commits. Would it be possible to have a...
When I set `PLATFORMSH_CLI_SHELL_CONFIG_FILE` to an empty string when running on CircleCI, I receive a non-zero exit code and thus the deploy fails. I expected a zero exit code just...
[ZD45776](https://platformsh.zendesk.com/tickets/45776) https://github.com/platformsh/platformsh-cli/blob/a2ed37839800ede6e76413542f99bd8abbe26290/src/Command/Tunnel/TunnelCommandBase.php#L222-L239 from `man 1 ssh`: > -L [bind_address:]port:host:hostport > -L [bind_address:]port:remote_socket > -L local_socket:host:hostport > -L local_socket:remote_socket > Specifies that connections to the given TCP port or Unix socket...
I am trying to install using the curl command on windows 8. I am using GIT. Nothing happens after I paste the command and press Enter. I left it for...
I have a simple config file like this: ``` name: app type: "python:3.7" dependecies: python: pipenv: '*' hooks: build: | pipenv install --system disk: 1024 web: commands: start: python server.py...
Drush 9 defaults to --local, which means that drush will normally only discover aliases and command files within the current codebase. Drush won't auto-discover global aliases and command files. The...
Hey, sometimes I'd just like to add a new var or integration to all platforms... it's pretty hard to do that, an `--all` flag or a way to loop through...
Drush9 dropped remote to remote connections for sql-sync and rsync. So for syncing dbs and so on we need to connect to the remote first on run the commands from...
Major possible changes: * Symfony 4 * Require PHP >= 7.1 (at least because of Symfony 4) * Use of SymfonyStyle to format output * Use DI autowiring for commands...
When running platform merge into master, I think it's a nice thing to also have a question about making a snapshot first. I am not sure on the default, but...