Skip to content

Taskfile

Nicholas Wilde edited this page Feb 21, 2021 · 2 revisions

My Docker repositories use a Task to perform common commands.

The repos are currently being converted over to using task because of its user friendliness.

Installation

# From the chart directory
$ sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b .bin

task.env

The Taskfile uses the task.env file to pass arguments to the task targets.

Helper Targets

# List the Makefile variables
$ task vars

# List the Makefile targets
$ task

Troubleshooting

See Troubleshooting

Clone this wiki locally