PHPCI-Drush
Drush plugin for PHPCI, (*1)
Usage
Add to PHPCI
Add the package to your PHPCI's composer required projects., (*2)
composer require mglaman/phpci-drush
Use in projects
Output the current Drush version., (*3)
\mglaman\PhpciPlugins\DrushPlugin:
command: "version"
Enable specific modules., (*4)
\mglaman\PhpciPlugins\DrushPlugin:
command: "pm-enable"
arguments:
- "ctools"
- "panels"
- "page_manager"
options:
- "yes"
Run a makefile., (*5)
\mglaman\PhpciPlugins\DrushPlugin:
command: "make"
arguments:
- "drupal-org.make.yml"
options:
- "verbose"
- "no-cache"
- "no-core"
- "contrib-destination=."
- "yes"