chromatichq / drush-build-commands
Drush commands to aid in the build process.
Installs: 5 069
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:drupal-drush
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