1
0
mirror of https://github.com/go-task/task.git synced 2024-12-04 10:24:45 +02:00
A task runner / simpler Make alternative written in Go https://taskfile.dev/
Go to file
Valentin Maerten 4b6c79aca5
feat: experiment taskfile envs take precedence over os envs (#1633)
* feat: experiment taskfile envs take precedence over os envs

* fix test

* fix typo

Co-authored-by: Andrey Nering <andrey@nering.com.br>

* docs: add p about default

---------

Co-authored-by: Andrey Nering <andrey@nering.com.br>
2024-07-16 23:44:34 +01:00
.github ci: add new workflow to check if versioned_docs has been modified (#1719) 2024-07-16 21:03:50 +01:00
.vscode fix: update references to website directory 2024-03-21 01:04:07 +00:00
args feat: pass ast.Call by reference 2024-02-22 14:58:24 -06:00
bin Fix behavior of interrupt (SIGINT, SIGTERM) signals 2022-06-11 22:43:22 -03:00
cmd feat(remote): add a command to clear the cache (#1639) 2024-06-28 17:42:16 +01:00
completion chore(completions): support tilde home directory for zsh (#1613) 2024-04-24 01:57:43 +00:00
errors feat: better yaml parsing and error handling (#1619) 2024-05-16 01:24:02 +00:00
internal feat: experiment taskfile envs take precedence over os envs (#1633) 2024-07-16 23:44:34 +01:00
taskfile feat(remote): add a command to clear the cache (#1639) 2024-06-28 17:42:16 +01:00
testdata feat: experiment taskfile envs take precedence over os envs (#1633) 2024-07-16 23:44:34 +01:00
website feat: experiment taskfile envs take precedence over os envs (#1633) 2024-07-16 23:44:34 +01:00
.editorconfig Improved fish shell completions 2022-10-15 00:24:11 +03:00
.gitattributes chore: make github detect task as a go project again 2024-05-22 18:28:37 -03:00
.gitignore feat: dag reader 2024-04-09 12:37:18 +01:00
.golangci.yml feat: ability to resolve refs using templating syntax (#1612) 2024-04-24 19:47:24 +00:00
.goreleaser.yml chore(goreleaser): release riscv64 binaries on linux (#1699) 2024-06-27 14:19:54 +00:00
.mockery.yaml feat: use mockery/testify for mocking instead of mockgen/gomock (#1118) 2023-04-15 17:27:14 -03:00
.nvmrc Website: Upgrade Docusaurus (#956) 2022-12-17 11:43:43 -03:00
.prettierrc.yml Configure Prettier for Markdown formatting (#1112) 2023-04-15 16:13:29 -03:00
CHANGELOG.md chore: changelog for #1719 2024-07-16 20:07:02 +00:00
concurrency.go Adding a --concurrency (-C) flag 2021-03-07 09:49:57 -03:00
go.mod chore: update go-task/template to tagged version 2024-07-16 17:51:55 +00:00
go.sum chore: update go-task/template to tagged version 2024-07-16 17:51:55 +00:00
hash.go fix: run once in shared dependencies (#1655) 2024-06-28 16:50:02 +01:00
help.go fix: list-task with multiline desc (#1656) 2024-06-28 17:59:46 +01:00
init.go feat: custom error codes (#1114) 2023-04-15 17:22:25 -03:00
install-task.sh revert changes, add fix for arm downloads 2022-10-17 09:25:26 +02:00
LICENSE MIT LICENS file 2017-02-28 09:15:25 -03:00
package-lock.json v3.38.0 2024-06-30 14:50:47 +00:00
package.json v3.38.0 2024-06-30 14:50:47 +00:00
precondition.go refactor: taskfile/ast package (#1450) 2023-12-29 20:32:03 +00:00
README.md fix: update references to website directory 2024-03-21 01:04:07 +00:00
requires.go feat: pass ast.Call by reference 2024-02-22 14:58:24 -06:00
setup.go feat(remote): global tempDir when the path is absolute (#1661) 2024-06-28 17:01:11 +01:00
signals_test.go fix: signal and watch tests 2023-08-09 21:12:50 -03:00
signals.go refactor: remove newlines from formatter print functions (#1137) 2023-04-26 21:20:06 -03:00
status.go feat(remote): global tempDir when the path is absolute (#1661) 2024-06-28 17:01:11 +01:00
task_test.go feat: experiment taskfile envs take precedence over os envs (#1633) 2024-07-16 23:44:34 +01:00
task.go feat(remote): global tempDir when the path is absolute (#1661) 2024-06-28 17:01:11 +01:00
Taskfile.yml feat: better release task 2024-05-15 21:32:33 -03:00
variables.go feat(remote): global tempDir when the path is absolute (#1661) 2024-06-28 17:01:11 +01:00
watch_test.go fix: address compilation error on watch_test.go 2024-04-08 21:45:44 -03:00
watch.go fix: address compilation error on watch_test.go 2024-04-08 21:45:44 -03:00

Task

Task is a task runner / build tool that aims to be simpler and easier to use than, for example, GNU Make.

Installation | Documentation | Twitter | Mastodon | Discord