Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.
This repository was archived by the owner on May 21, 2019. It is now read-only.

Usage of "cmd" and "cwd" #15

@ternary-Operator

Description

@ternary-Operator

Please correct the documentation for the settings "cmd" and "cwd" as they are options, or correct the code. :)
The above settings are not recognized outside of the "options" key.

Would you mind adding the following example for "drush cr"? (Drupal 8.x)

module.exports = {
  "cache-clear": {
    options: {
      cmd: "../vendor/bin/drush",  // Path to the Drush binary in your project
      cwd: "../web/"               // Path to your projects Document-Root
    },
    args: ["cr"]
  }
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions