Skip to content

Task

Task is used to help automate tasks, such as make.

๐Ÿ›  Installation

apt install task
curl https://installer.l.nicholaswilde.io/go-task/task! | bash

โš™ Config

Most apps should have Taskfiles.yml in their directories to help manage the apps.

๐Ÿ“ Usage

Change to app directory

cd pve/<appname>

List available commands

task

Run task

task restart

๐Ÿงน Common Tasks

Task Description
serve Start a web server
up Start a Docker container
restart Restart a systemd service
upgrade Update the repo and update the running Docker container
update Update the running Docker container
mklinks Make symlinks to config files
deps Install dependencies

๐Ÿ”— References