task icon indicating copy to clipboard operation
task copied to clipboard

A task runner / simpler Make alternative written in Go

Results 308 task issues
Sort by recently updated
recently updated
newest added

Hello, and thanks for this great tool! I was writing a task today and wished for a better way to express it: - I want to execute a command to...

state: needs triage

I tried looking to see if this was already an issue but did not find anything. Also, wasn't sure if this is a bug or a feature request. ``` helm-diff:...

state: needs triage

Life cycle of a task is somewhat like this: compile(generates cmds) -> run deps -> fingerprint(on sources) -> run Cmds generated by 'for', and based on sources, are calculated at...

# Problem Very often, when we use __Taskfile__, we want to call commands from some directive, required for this commands. # Current Solution Currently, we can do this this way:...

type: feature

Contribution relating to #608 Allows a task to be skipped if a precondition, with attribute skip=true, fails.

The line: ``` task: Task "" is up to date ``` is not using the complete name overridden by `prefix` so if a lot are running in parallel and all,...

state: needs triage

As stated in the title, when doing loop, we override VAR/variable `PROJECT` already defined in root. This VAR is correctly overridden in the direct task of the for loop, but...

state: needs triage

As a default task I wish to call `task --list`. This will display the builtin summary of all available tasks. Unfortuantly, some distros (eg. Arch) package `task` as `go-task`, so...

state: needs triage

When label is used the prefix has no effect. OVERLAY is passed in from the calling task. ``` update-cluster-secret: label: overlay-update-secret-{{.SECRET}} sources: - "{{.ROOT_DIR}}/base/.env" cmds: - create-sealedsecret --secret={{.SECRET}}.yaml prefix: '{{.OVERLAY}}...

state: needs triage

Actually the task temp dir is configurable only by setting an env variable (TASK_TEMP_DIR) on the machine, but this is a bit in contrast with this assertion in the documentation:...

type: enhancement
good first issue
area: env