Terminus plugin to run a terminus command against multiple sites.
Ever wanted to do something to all of your Pantheon sites? Maybe you want to add a team member, change your upstream, or even run a Drush or WP-CLI command against all of them. This plugin allows you to do this without needing to run a command against each site individually or writing your own scripts.
$ terminus genie -- site:info
$ terminus genie --owner=me -- site:info
$ terminus genie --env=dev -- lock:enable username password
For help installing, see Manage Plugins
mkdir -p ~/.terminus/plugins
composer create-project -d ~/.terminus/plugins terminus-plugin-project/terminus-genie-plugin:~1
Run terminus list site:update
for a complete list of available commands. Use terminus help <command>
to get help on one command.