chromatichq / drush_build_commands
Drush commands to aid in the build process.
Installs: 14 392
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
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: 2021-12-27 20:18:46 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