Greg Anderson

Results 380 comments of Greg Anderson

Could you be more specific about the Pantheon API you are attempting to call? (This doesn't look like a Terminus issue)

Unfamiliar with this code. This doesn't look like a Terminus issue.

I deleted the tag for that release through the GitHub UI but have not tested to see if that was sufficient to correct the problem.

This is being tracked internally as AL-1691

Using the latest Terminus 2.3.1 dev: ``` php -r '$url = rtrim(shell_exec("terminus drush site.dev uli admin -- --browser=0")); print ">>> $url

Do you have the POSIX extensions available in your PHP? Try: ``` php -r 'var_export(function_exists("posix_isatty"));' ``` If this returns `false`, try installing the POSIX extensions per https://www.php.net/manual/en/posix.installation.php n.b. Posix should...

@carolyn-shannon n.b. also that the package name `php73-process.x86_64` will vary depending on your O.S. and PHP version.

You could try and see if the [Terminus Rsync Plugin](https://github.com/pantheon-systems/terminus-rsync-plugin) can do this for you, e.g. if you rsync an empty directory to files with a delete option. You could...

This is caused by Pantheon SSH, which rejects any command where the command string contains certain characters (e.g. `&` or `;` among others) anywhere on the commandline. Workarounds are therefore...

Can't reproduce this. Tried today's HEAD of master and the tag 1.9.0 on php 7.2 and php 7.3 on MacOS Mojave (four permutations). I've seen similar reports for Windows systems,...