Download the PHP package boedah/robo-drush without Composer
On this page you can find all versions of the php package boedah/robo-drush. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download boedah/robo-drush
More information about boedah/robo-drush
Files in boedah/robo-drush
Download boedah/robo-drush
More information about boedah/robo-drush
Files in boedah/robo-drush
Vendor boedah
Package robo-drush
Short Description Drush CommandStack for Robo Task Runner
License MIT
Package robo-drush
Short Description Drush CommandStack for Robo Task Runner
License MIT
Please rate this library. Is it a good library?
Informations about the package robo-drush
Robo Drush Extension
Extension to execute Drush commands in Robo.
Runs Drush commands in stack. You can define global options for all commands (like Drupal root and uri).
The option -y assumed by default but can be overridden on calls to exec()
by passing false
as the second parameter.
Table of contents
- Versions
- Installation
- Testing
- Usage
- Examples
Installation
For new projects (and Robo >= 1.0.0-RC1), just do:
composer require --dev boedah/robo-drush
For older versions of Robo, use:
~1.0
: Robo <= 0.4.5~2.1
: Robo >= 0.5.2
Testing
composer test
Usage
Use the trait (according to your used version) in your RoboFile:
Examples
Site update
This executes pending database updates and reverts all features (from code to database):
Site install
All versions of robo-drush with dependencies
PHP Build Version
Package Version
The package boedah/robo-drush contains the following files
Loading the files please wait ....