Andrew Taylor

Results 217 comments of Andrew Taylor
trafficstars

`terminus self:config:dump` shows: ``` - key: options env: TERMINUS_OPTIONS value: decorated: true interactive: true progress-delay: 2 simulate: false help: false quiet: false verbose: false version: false ansi: false no-ansi: false...

@danielbachhuber that works for me. If there isn't an easy fix here we can continue to check for both the config and environment variables in Build Tools

I am running into a similar issue when updating WordPress plugins via Terminus and wp-cli then doing a code commit with Terminus. Steps to reproduce: 1) Choose a WordPress site...

@danielbachhuber For what it's worth I ended up using `--yes` in Terminus when making a code commit to force the commit even though Terminus doesn't think there is a change.

> If I don't load the environment's dashboard page first, Terminus usually doesn't notice that there are changes. I can confirm this in Terminus `1.x` as well. @TeslaDethray this is...

This has now been causing timeouts on the script in CircleCI. See [build #338](https://circleci.com/gh/ataylorme/wordpress-at-scale-auto-update/338). Plugin updates exist on the server from running WP-CLI in SFTP mode but the code commit...

@ari Loading the dashboard works but doesn't solve the issue in the context of scripting as the next commands in the script (like code commit) fail due to the change...

@TeslaDethray [here](https://circleci.com/gh/ataylorme/wordpress-at-scale-auto-update/390) are the logs for the update script we reviewed via screen share. Seems this only happens to site where the site dashboard hasn't been visited in some time...

@greg-1-anderson I was thinking more specifically better help text in Terminus itself and perhaps some practical examples, like filtering `org:site:list`, on the Terminus docs page. Both of those are much...

> I was merely providing a resource for drafting that information. 👍 in that context, it is very useful, thanks for the link!