phptaskman/drupal

Drupal tasks for PHP Taskman

Installs: 1 775

Dependents: 3

Suggesters: 1

Security: 0

Stars: 2

Watchers: 4

Forks: 0

Open Issues: 0

Type:robo-tasks

1.0.5 2019-09-29 19:15 UTC

README

Installation

composer require phptaskman/drupal

Usage

./vendor/bin/taskman

Taskman dev-master

Usage:
  command [options] [arguments]

Options:
  -h, --help                           Display this help message
  -q, --quiet                          Do not output any message
  -V, --version                        Display this application version
      --ansi                           Force ANSI output
      --no-ansi                        Disable ANSI output
  -n, --no-interaction                 Do not ask any interactive question
      --simulate                       Run in simulated mode (show what would have happened).
      --progress-delay=PROGRESS-DELAY  Number of seconds before progress bar is displayed in long-running task collections. Default: 2s. [default: 2]
  -D, --define=DEFINE                  Define a configuration item value. (multiple values allowed)
      --working-dir=WORKING-DIR        Working directory, defaults to current working directory. [default: "/home/ec2-user/environment/phptaskman/drupal"]
  -v|vv|vvv, --verbose                 Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

Available commands:
  help                      Displays help for a command
  list                      Lists commands
 drupal
  drupal:disable-cache      Disable aggregation and clear cache.
  drupal:drush-setup        Write Drush configuration files to given directories.
  drupal:permissions-setup  Setup Drupal permissions.
  drupal:run-server         [drupal:rs] Run PHP server.
  drupal:settings-setup     Setup Drupal settings overrides.
  drupal:site-install       [drupal:si|dsi] Install target site.
  drupal:site-post-install  Run Drupal post-install commands.
  drupal:site-pre-install   Run Drupal pre-install commands.