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

Hi! I want to include taskfiles by dotenv var. For now I see that it is not possible because dotenv read when files already included... .env: ``` TASKFILE_PATH=./child ``` Taskfile.yml:...

feature
v4

Hi, it'd be cool to do something like this: ```bash generate_taskfile.sh | task --taskfile - lorem ```

feature
v4

- Task version: v3.10.0 (h1:vOAyD9Etsz9ibedBGf1Mu0DpD6V0T1u3VG6Nwh89lDY=) - Operating System: macOS Monterey 12.1 Taskfile.yml: ```yaml version: '3' vars: ACCOUNT: test dotenv: [ ".env.{{.ACCOUNT}}" ] tasks: print: cmds: - echo $TEST_VAR ``` .env.test:...

bug
v4

This issue is a mix of #338 and #612 -- an empty task causes a crash, but only if the empty task is in an included taskfile. - Task version:...

bug

- Task version: v3.9.0 - Operating System: ubuntu 20.04 Very similar issue: https://github.com/go-task/task/issues/618 Hi, first thank you for the great tool. I would like to report what my team and...

v4

- Task version: `v3.12.0 (h1:viFy8kdDZ2iTcpTuxzzJCeKtTGt9U+5iXMVIpLjvIro=)` - Operating System: `Linux wks 5.10.102.1-microsoft-standard-WSL2 #1 x86_64 GNU/Linux` Running this command: ```console $ task --parallel frontend debug --watch --taskfile task-test.yaml ``` And the below...

v4

- Task version: 3.9.0 - Operating System: macOS 11.6 (Big Sur) ### Example Taskfile showing the issue When a task invokes another task as part of its `cmds` block, the...

enhancement
v4

Add ARM64 testing via Github Actions (just in case): https://github.com/uraimo/run-on-arch-action also need to watch this for support for M1 Mac support: https://github.com/actions/virtual-environments/issues/2187

This PR is in response to a series of issues: #141, #204 and #344. This code adds "hooks" as a feature, with the initial implementation containing 5 hooks. I've added...

feature
proposal
v4

Like described here: https://github.com/go-task/task/issues/524#issuecomment-1112900798 There's a very interesting use case to have what may be referred to is "uncacheable variables". Essentially a variable that is re-evaluated everytime it's used. In...

v4