chromatichq / drush-build-commands
This package is abandoned and no longer maintained.
The author suggests using the drush_build_commands package instead.
Drush commands to aid in the build process.
Package info
github.com/ChromaticHQ/drush_build_commands
Type:drupal-drush
pkg:composer/chromatichq/drush-build-commands
dev-master
2018-06-06 02:15 UTC
Requires
- php: >=5.6.0
- drush/drush: ^9.0
Requires (Dev)
This package is auto-updated.
Last update: 2020-07-17 19:41:02 UTC
README
Drush commands to aid in the build process.
Requirements
- Drush 9
- Drupal 8
Installation
composer require chromatichq/drush-build-commands
Commands
drush build:full
Runs a number of commands that are needed once new code has been pulled into an
environment including composer install, database updates, imports
configuration, and clears caches.
Aliases: build