Skip to content

Command line options

enygma edited this page Jan 2, 2012 · 2 revisions

Below is a list of the command line options currently supported in usher:

  • --config = /path/to/config.json

Path to the config.json file for your usher execution.

  • --help

Display the "help" text including the current command line options

  • --quiet

Suppress the output of the execution (discards at the end, no file written by default)

  • --log = /path/to/output.log

Path to file to log execution to (does not suppress output, use --quiet as well for that)

  • --customdir = /path/to/custom-task-dir

Path to a custom tasks directory (namespacing must match, ex. \Usher\Lib\Task)

  • --buildcomposer

Builds a composer.json file in the directory set in the project's projectBase based on the composerConfig settings in usher's config.json file

Clone this wiki locally