Skip to content

Instantly share code, notes, and snippets.

@robdecker
Last active February 23, 2021 20:59
Show Gist options
  • Save robdecker/ff343120d783d98b0c4b to your computer and use it in GitHub Desktop.
Save robdecker/ff343120d783d98b0c4b to your computer and use it in GitHub Desktop.
[Pantheon commands] #d8

Displays the list of all sites accessible to the currently logged-in [terminus] user.

$ terminus site:list
$ terminus site:list | rg 'filter'

Lists a site's Multidev environments.

$ terminus multidev:list 'site-name'

Runs a Drush command remotely on a site's environment.

$ terminus remote:drush -- <site>.<env> uli
$ terminus remote:drush -y -- <site>.<env> cim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment