Greg Anderson
Greg Anderson
Try again with `-n` on the latest dev version of Terminus. Potentially fixed by https://github.com/pantheon-systems/terminus/pull/1700
What version of Terminus are you using? There have been some changes / improvements in I/O handling recently. Try 1.4.0 or `master` if you are on something earlier.
Does your CI environment that is running Terminus have the [Posix extension](https://www.php.net/manual/en/book.posix.php)?
Terminus itself seems to work fine with php 7.3.
Terminus does not return output on Windows. Returning `$output` here might introduce double output on Linux and Mac machines. You are correct though that it is odd that this method...
@umandalroald This is already being tracked as [BUGS-3343](https://getpantheon.atlassian.net/browse/BUGS-3343).
@ari: @ataylorme meant @ari-gold
The suggestion I put in #2081 (`build:env:push` from the [Terminus Build Tools plugin](https://github.com/pantheon-systems/terminus-build-tools-plugin)) won't work for env:commit. There's some code in the Terminus Build Tools plugin that waits for a...
Cannot reproduce; suspect installation error. Ensure that all of Terminus' dependencies are up-to-date. I get the following dependencies with both the Composer installation (`composer require`) and a `git clone; composer...
Terminus is not designed to be installed as part of a Drupal site. Please install it standalone; the .phar is preferred.