|
2 | 2 | Usage: gulp [options] tasks
|
3 | 3 |
|
4 | 4 | Options:
|
5 |
| - --help, -h Show this help. [boolean] |
6 |
| - --version, -v Print the global and local gulp versions. [boolean] |
7 |
| - --require Will require a module before running the gulpfile. This is useful for transpilers but also has other applications. [string] |
8 |
| - --gulpfile, -f Manually set path of gulpfile. Useful if you have multiple gulpfiles. This will set the CWD to the gulpfile directory as well. [string] |
9 |
| - --cwd Manually set the CWD. The search for the gulpfile, as well as the relativity of all requires will be from here. [string] |
10 |
| - --verify Will verify plugins referenced in project's package.json against the plugins blacklist. |
11 |
| - --tasks, -T Print the task dependency tree for the loaded gulpfile. [boolean] |
12 |
| - --tasks-simple Print a plaintext list of tasks for the loaded gulpfile. [boolean] |
13 |
| - --tasks-json Print the task dependency tree, in JSON format, for the loaded gulpfile. |
14 |
| - --tasks-depth, --depth Specify the depth of the task dependency tree. |
15 |
| - --compact-tasks Reduce the output of task dependency tree by printing only top tasks and their child tasks. [boolean] |
16 |
| - --sort-tasks Will sort top tasks of task dependency tree. [boolean] |
17 |
| - --color Will force gulp and gulp plugins to display colors, even when no color support is detected. [boolean] |
18 |
| - --no-color Will force gulp and gulp plugins to not display colors, even when color support is detected. [boolean] |
19 |
| - --silent, -S Suppress all gulp logging. [boolean] |
20 |
| - --continue Continue execution of tasks upon failure. [boolean] |
21 |
| - --log-level, -L Set the loglevel. -L for least verbose and -LLLL for most verbose. -LLL is default. [count] |
| 5 | + --help, -h Show this help. [boolean] |
| 6 | + --version, -v Print the global and local gulp versions. [boolean] |
| 7 | + --require Will require a module before running the gulpfile. |
| 8 | + This is useful for transpilers but also has other |
| 9 | + applications. [string] |
| 10 | + --gulpfile, -f Manually set path of gulpfile. Useful if you have |
| 11 | + multiple gulpfiles. This will set the CWD to the |
| 12 | + gulpfile directory as well. [string] |
| 13 | + --cwd Manually set the CWD. The search for the gulpfile, as |
| 14 | + well as the relativity of all requires will be from |
| 15 | + here. [string] |
| 16 | + --verify Will verify plugins referenced in project's |
| 17 | + package.json against the plugins blacklist. |
| 18 | + --tasks, -T Print the task dependency tree for the loaded |
| 19 | + gulpfile. [boolean] |
| 20 | + --tasks-simple Print a plaintext list of tasks for the loaded |
| 21 | + gulpfile. [boolean] |
| 22 | + --tasks-json Print the task dependency tree, in JSON format, for |
| 23 | + the loaded gulpfile. |
| 24 | + --tasks-depth, --depth Specify the depth of the task dependency tree.[number] |
| 25 | + --compact-tasks Reduce the output of task dependency tree by printing |
| 26 | + only top tasks and their child tasks. [boolean] |
| 27 | + --sort-tasks Will sort top tasks of task dependency tree. [boolean] |
| 28 | + --color Will force gulp and gulp plugins to display colors, |
| 29 | + even when no color support is detected. [boolean] |
| 30 | + --no-color Will force gulp and gulp plugins to not display |
| 31 | + colors, even when color support is detected. [boolean] |
| 32 | + --silent, -S Suppress all gulp logging. [boolean] |
| 33 | + --continue Continue execution of tasks upon failure. [boolean] |
| 34 | + --log-level, -L Set the loglevel. -L for least verbose and -LLLL for |
| 35 | + most verbose. -LLL is default. [count] |
22 | 36 |
|
0 commit comments