Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 587 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 587 Bytes

Run tasks thru Drush commands.

Examples: bash trigger -t releases -r 0001 Runs the release 0001 tasks.

Options:
-t [task] The task to be run. e.g. "releases".

-r [release] The release to be run. Depends on -t [task] to be set to "releases"

 Options:
 [release] a specific release number.
 [all] runs all release scripts after the last logged release script ran. Will run all during the first installation.
 [status] provides information, such the last logged release script ran.

-h [help] Provides a list of supported options.