pantheon-systems / terminus-drupal-console-plugin
Drupal Console - A Terminus plugin for running Drupal Console commands on a Pantheon site
Installs: 49 046
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 45
Forks: 3
Open Issues: 1
Language:Shell
Type:terminus-plugin
README
Terminus Plugin to run Drupal Console commands on Pantheon sites.
Adds a command 'drupal' to Terminus 1.x which you can use just like 'drush' or 'wp'. For a version that works with Terminus 0.x, see the 0.x branch.
This project is based on the drush
and wp
commands from Terminus core.
Configuration
In order for the Terminus Drupal Console plugin to work, you must add Drupal Console to your Drupal site. Drupal Console is already included if you are using the Example Drops-8 Composer repository (recommended).
Examples
terminus drupal my-site.dev -- list
terminus drupal my-site.dev -- theme:debug
Installation
For help installing, see Manage Plugins
mkdir -p ~/.terminus/plugins
composer create-project --no-dev -d ~/.terminus/plugins pantheon-systems/terminus-drupal-console-plugin:~1
Help
Run terminus help drupal
for help.