Files
Biohazard/.taskfiles
tinfoild[bot] 90f84ea276 feat(oci/flux-manifests): update v2.2.3 ➼ v2.5.1 (#1518)
Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com>
Co-authored-by: JJGadgets <git@jjgadgets.tech>
2025-04-17 20:01:26 +08:00
..
2024-11-17 17:16:37 +08:00
2024-11-17 17:16:37 +08:00
2025-02-17 12:32:17 +08:00
2023-07-22 02:22:41 +08:00
2024-11-17 17:16:37 +08:00
2023-06-02 06:28:15 +08:00

Taskfiles

Similar to shell scripts and functions, but potentially lesser OS dependencies (has an embedded sh interpreter in the single Go binary task) and easy to have directory/project-specific tasks/aliases/functions.

{{.var}} replaces sh/bash ${var} for Task-managed variables (within cmds, ${var} can sometimes still be used for shell-managed variables depending on how it's done)

Pairs well with: yq, envsubst, and other CLI tools.