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

As far as I know you can nest dynamic variables in each other, but this behavior is depends on declaration order. Looks like a bit confusing. I didn't find this...

area: docs

- Task version: v3.24.0 (h1:0DKsGTmqYbEaACffm9H2BOm8pTcuSnb5SRUl7TCilQ4=) - Operating System: Windows Server 2022 Version 21H2 - Bash: GNU bash, version 5.2.12(1)-release (x86_64-pc-msys) First of all, thanks for the great effort of building...

area: watcher

Given the following Taskfiles: ```yaml # test/Taskfile.yaml --- version: 3 includes: foo: taskfile: lib/foo.yaml dir: ./ tasks: pwd: cmds: - echo $PWD toplevel:foo-bar-pwd: cmds: - task: foo:bar:pwd ``` ```yaml #...

Following https://discord.com/channels/974121106208354339/1210203447979155518 Adding the Taskfile binary executable absolute path could be beneficial in cases where the default `task` command is either not in the $PATH or has a different name...

type: feature

Hello, I would like to be able to turn off stdout for a task using an option in the taskfile, I have not found such functionality or existing proposals. It...

type: feature

- Task version: Task version: v3.36.0 (h1:XVJ5hQ5hdzTAulHpAGzbUMUuYr9MUOEQFOFazI3hUsY=) - Operating system: MacOS 14.1.2 - Experiments enabled… ``` * GENTLE_FORCE: off * REMOTE_TASKFILES: off * ANY_VARIABLES: off ``` Following the example in...

state: needs triage

When using task in larger setups it would be more convenient to pass some of the configuration options via the environment variable so as not to update every line containing...

state: needs triage

Currently the docs for available template functions are split between three places: 1. Some are listed directly at https://taskfile.dev/usage/#gos-template-engine 2. Some are incorporated by reference to "All functions by the...

area: docs

- Task version: Task version: v3.36.0 (h1:XVJ5hQ5hdzTAulHpAGzbUMUuYr9MUOEQFOFazI3hUsY=) - Operating system: Linux/Kubuntu - Experiments enabled: no #### Vars can be included in other vars ```yaml version: '3' vars: SECRET_NAME: MySecret AZURE_APPLICATION_CLIENT_ID:...

state: needs triage

.CONTEXT in CONTEXT .NAMESPACE in NAMESPACE is ok but in WORKLOAD splitList is error, using other variable is ok

state: needs triage