terminus
terminus copied to clipboard
The Pantheon CLI — a standalone utility for performing operations on the Pantheon Platform
### Issue Just some outdated language that needs updating. ### List of instances * [x] `BLACKLIST` constant in [PluginDiscovery.php](https://github.com/pantheon-systems/terminus/blob/f4b6fcdf31787423cebd9b55ec520cbae21bed1c/src/Plugins/PluginDiscovery.php#L21 ) (this should be the simplest to fix) * commit #0e66abe...
### Expected behavior Running `terminus plan:info ` expected relevant output ### Actual behavior Error: ```Notice: Trying to get property of non-object in /Users//terminus/vendor/pantheon-systems/terminus/src/Friends/SiteTrait.php on line 45 [error] Client error: `GET...
### Expected behavior When adding a team member to a site with a specific role, the member should be added. ### Actual behavior When adding a member without a role,...
I have two branches in this codebase `2020` and `2020b`. Terminus confuses them when merging: ### Expected behavior ```sh terminus multidev:merge-from-dev "bcj.2020b" 1/3 [=========>------------------] Merging code from master into "2020b"...
### Expected behavior In our Behat test, we call Terminus 1.9.1 to generate the one time login URL for certain user: `$uli = shell_exec("terminus drush $project_name.$site_name uli $user_name");` Expect $uli...
### Expected behavior When running the `remote:wp` I should be able to see the output from an interactive terminal: ```bash $ terminus remote:wp --quiet example.dev -- core version 5.0.2 ```...
`terminus plan:info --help` shows `rackspace` so I [searched within this repo](https://github.com/pantheon-systems/terminus/search?q=rackspace&unscoped_q=rackspace) and found a few [including plan:info](https://github.com/pantheon-systems/terminus/blob/b953f0d469ece2b4d4fbd525a3ad01d8ad613021/src/Commands/Plan/InfoCommand.php#L36) added bug label, but not sure it's that big a deal
https://github.com/pantheon-systems/terminus/blob/7a337955a512d94480b2227cb1b7b7fbc7cc028d/src/Commands/Remote/SSHBaseCommand.php#L84 Why doesn't this function `return $output;`? I've been banging my head against the wall for months trying to figure out why I couldn't get a remote drush call to...
### Expected behavior `git push` `terminus remote:drush site.dev cim` Should always import the latest configuration changes that are pushed. ### Actual behavior There's a race condition, as `git push` kicks...
### Expected behavior env:commit should finish/exit once the workflow has succeeded. ### Actual behavior env:commit finishes/exits too soon while workflow is still running ### Steps to reproduce the behavior ```...