task
Taskrunner / build tool alternative to GNU Make (https://taskfile.dev)
To initialize a new Taskfile.yml in the current directory
To initialize a new Taskfile.yml in a specific directory
To initialize a taskfile with a custom filename
To execute a task in a specific directory
task --dir <directory> <task_name>
To read a Taskfile from stdin
task -t - < <taskfile_path>
To pass variables to a task via environment variables
<variable_name>=<value> task <task_name>