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.

Installs: 5 069

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:drupal-drush

dev-master 2018-06-06 02:15 UTC

This package is auto-updated.

Last update: 2020-07-17 19:41:02 UTC


README

Drush commands to aid in the build process.

Build Status

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