task go-task [arg...]
A task runner / simpler Make alternative written in Go
Arguments
Options
Name | Description |
---|
-a, --list-all | Lists tasks with or without a description |
-c, --color <color> | |
-C, --concurrency <number> | Limit number tasks to run concurrently |
-d, --dir <path> | Sets directory of execution |
--dry | Compiles and prints tasks in the order that they would be run, without executing them |
-f, --force | Forces execution even when the task is up-to-date |
-h, --help | Shows Task usage |
-i, --init | Creates a new Taskfile.yml in the current folder |
-l, --list | Lists tasks with description of current Taskfile |
-o, --output <output> | Sets output style |
-p, --parallel | Executes tasks provided on command line in parallel |
-s, --silent | Disables echoing |
--status | Exits with non-zero exit code if any of the given tasks is not up-to-date |
--summary | Show summary about a task |
-t, --taskfile <taskfile> | Choose which Taskfile to run |
-v, --verbose | Enables verbose mode |
--version | Show Task version |
-w, --watch | Enables watch of the given task |
-- <variables...> | Pass variables to the task |