My Terminus Drupal 7 cheat sheet

May 31, 2018


The Terminus documentation is amazing. However, I tend to only use a couple commands over and over so I created this post so I can continually reference it and have some "copy/paste" ready commands to use on my projects.

Get a URL to the latest snapshot of my production database

terminus backup:create <site>.live --element db terminus backup:get <site>.live --element db

Adding a new module and committing it to dev

terminus connection:set <site>.dev sftp terminus drush <site>.dev -- en paragraphs terminus env:commit --message "message" <site>.dev\[/bash\]