pantheon-systems/terminus-drupal-console-plugin

Drupal Console - A Terminus plugin for running Drupal Console commands on a Pantheon site

Installs: 46 827

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 46

Forks: 3

Open Issues: 1

Language:Shell

Type:terminus-plugin

1.1.0 2019-02-22 16:32 UTC

This package is auto-updated.

Last update: 2024-04-12 21:00:04 UTC


README

CircleCI Terminus v1.x Compatible Terminus v0.x Compatible

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.