Skip to content

Commit

Permalink
docs: add CLI_SILENT and CLI_VERBOSE in the docs (#1717)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmaerten authored Jul 8, 2024
1 parent 9ee4f21 commit cdafc67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/docs/reference/templating.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,11 @@ engine. If you define a variable with the same name as a special variable, the
special variable will be overridden.

| Var | Description |
| ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
|--------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|
| `CLI_ARGS` | Contain all extra arguments passed after `--` when calling Task through the CLI. |
| `CLI_FORCE` | A boolean containing whether the `--force` or `--force-all` flags were set. |
| `CLI_SILENT` | A boolean containing whether the `--silent` flag was set. |
| `CLI_VERBOSE` | A boolean containing whether the `--verbose` flag was set. |
| `TASK` | The name of the current task. |
| `TASK_EXE` | The Task executable name or path. |
| `ROOT_TASKFILE` | The absolute path of the root Taskfile. |
Expand Down

0 comments on commit cdafc67

Please sign in to comment.