go-task-bin 3.30.1__tar.gz → 3.32.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of go-task-bin might be problematic. Click here for more details.
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/PKG-INFO +1 -1
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/pdm_build.py +1 -1
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/pyproject.toml +1 -1
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/.github/ISSUE_TEMPLATE/config.yml +1 -1
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/CHANGELOG.md +38 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/README.md +0 -14
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/Taskfile.yml +6 -1
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/cmd/task/task.go +13 -4
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/docs/api_reference.md +8 -3
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/docs/changelog.md +38 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/docs/donate.md +3 -1
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/docs/experiments/remote_taskfiles.md +22 -11
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/docs/installation.md +1 -1
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/docs/intro.md +0 -10
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/docs/releasing.md +2 -2
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/docs/usage.md +49 -8
- {go_task_bin-3.30.1/task/docs/i18n/tr-TR → go_task_bin-3.32.0/task/docs/i18n/es-ES}/docusaurus-plugin-content-docs/current/api_reference.md +5 -0
- {go_task_bin-3.30.1/task/docs/i18n/ja-JP → go_task_bin-3.32.0/task/docs/i18n/es-ES}/docusaurus-plugin-content-docs/current/changelog.md +22 -1
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/donate.md +1 -1
- {go_task_bin-3.30.1/task/docs/i18n/fr-FR → go_task_bin-3.32.0/task/docs/i18n/es-ES}/docusaurus-plugin-content-docs/current/experiments/remote_taskfiles.md +8 -5
- {go_task_bin-3.30.1/task/docs/i18n/fr-FR → go_task_bin-3.32.0/task/docs/i18n/es-ES}/docusaurus-plugin-content-docs/current/installation.md +1 -1
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/intro.md +0 -10
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/releasing.md +2 -2
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/usage.md +23 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/docusaurus-plugin-content-blog/authors.yml +1 -1
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/api_reference.md +5 -0
- {go_task_bin-3.30.1/task/docs/i18n/es-ES → go_task_bin-3.32.0/task/docs/i18n/fr-FR}/docusaurus-plugin-content-docs/current/changelog.md +22 -1
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/community.md +1 -1
- go_task_bin-3.32.0/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/deprecations/deprecations.md +12 -0
- go_task_bin-3.32.0/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/deprecations/template.md +17 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/donate.md +1 -1
- go_task_bin-3.32.0/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/experiments/experiments.md +78 -0
- {go_task_bin-3.30.1/task/docs/i18n/pt-BR → go_task_bin-3.32.0/task/docs/i18n/fr-FR}/docusaurus-plugin-content-docs/current/experiments/remote_taskfiles.md +8 -5
- {go_task_bin-3.30.1/task/docs/i18n/es-ES → go_task_bin-3.32.0/task/docs/i18n/fr-FR}/docusaurus-plugin-content-docs/current/installation.md +1 -1
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/intro.md +0 -10
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/releasing.md +2 -2
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/styleguide.md +3 -3
- go_task_bin-3.32.0/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/taskfile_versions.md +240 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/usage.md +23 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/api_reference.md +5 -0
- {go_task_bin-3.30.1/task/docs/i18n/pt-BR → go_task_bin-3.32.0/task/docs/i18n/ja-JP}/docusaurus-plugin-content-docs/current/changelog.md +22 -1
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/donate.md +1 -1
- {go_task_bin-3.30.1/task/docs/i18n/es-ES → go_task_bin-3.32.0/task/docs/i18n/ja-JP}/docusaurus-plugin-content-docs/current/experiments/remote_taskfiles.md +8 -5
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/installation.md +1 -1
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/intro.md +1 -11
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/releasing.md +4 -4
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/taskfile_versions.md +1 -1
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/usage.md +51 -28
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/api_reference.md +5 -0
- {go_task_bin-3.30.1/task/docs/i18n/fr-FR → go_task_bin-3.32.0/task/docs/i18n/pt-BR}/docusaurus-plugin-content-docs/current/changelog.md +22 -1
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/donate.md +1 -1
- {go_task_bin-3.30.1/task/docs/i18n/ja-JP → go_task_bin-3.32.0/task/docs/i18n/pt-BR}/docusaurus-plugin-content-docs/current/experiments/remote_taskfiles.md +8 -5
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/installation.md +1 -1
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/intro.md +1 -11
- {go_task_bin-3.30.1/task/docs/i18n/tr-TR → go_task_bin-3.32.0/task/docs/i18n/pt-BR}/docusaurus-plugin-content-docs/current/releasing.md +2 -2
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/usage.md +23 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/api_reference.md +5 -0
- go_task_bin-3.32.0/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/changelog.md +530 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/donate.md +1 -1
- go_task_bin-3.32.0/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/experiments/remote_taskfiles.md +57 -0
- go_task_bin-3.32.0/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/faq.md +89 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/installation.md +1 -1
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/intro.md +1 -11
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/releasing.md +4 -4
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/taskfile_versions.md +1 -1
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/usage.md +31 -8
- {go_task_bin-3.30.1/task/docs/i18n/es-ES → go_task_bin-3.32.0/task/docs/i18n/tr-TR}/docusaurus-plugin-content-docs/current/api_reference.md +5 -0
- go_task_bin-3.32.0/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/changelog.md +530 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/donate.md +1 -1
- go_task_bin-3.32.0/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/experiments/remote_taskfiles.md +57 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/installation.md +1 -1
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/intro.md +0 -10
- {go_task_bin-3.30.1/task/docs/i18n/pt-BR → go_task_bin-3.32.0/task/docs/i18n/tr-TR}/docusaurus-plugin-content-docs/current/releasing.md +2 -2
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/usage.md +23 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/api_reference.md +19 -14
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/changelog.md +22 -1
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/donate.md +1 -1
- go_task_bin-3.32.0/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/experiments/remote_taskfiles.md +57 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/installation.md +1 -1
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/intro.md +1 -11
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/releasing.md +5 -2
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/taskfile_versions.md +1 -1
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/usage.md +23 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/static/schema.json +30 -2
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/yarn.lock +128 -48
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/errors/errors.go +2 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/errors/errors_taskfile.go +41 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/go.mod +5 -5
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/go.sum +11 -10
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/help.go +27 -14
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/fingerprint/glob.go +13 -4
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/fingerprint/sources_checksum.go +4 -1
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/fingerprint/task_test.go +6 -6
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/goext/meta.go +1 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/logger/logger.go +37 -10
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/templater/templater.go +15 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/package-lock.json +1 -1
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/package.json +1 -1
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/precondition.go +3 -1
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/setup.go +8 -4
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/task.go +54 -37
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/task_test.go +69 -31
- go_task_bin-3.32.0/task/taskfile/glob.go +32 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/taskfile/merge.go +2 -2
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/taskfile/read/taskfile.go +54 -40
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/taskfile/task.go +7 -4
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/checksum/Taskfile.yml +3 -1
- go_task_bin-3.32.0/task/testdata/checksum/ignore_me.txt +1 -0
- go_task_bin-3.32.0/task/testdata/list_desc_interpolation/Taskfile.yml +8 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/platforms/Taskfile.yml +16 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/variables.go +3 -2
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/watch.go +18 -3
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/watch_test.go +19 -0
- go_task_bin-3.30.1/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/changelog.md +0 -509
- go_task_bin-3.30.1/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/experiments/remote_taskfiles.md +0 -54
- go_task_bin-3.30.1/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/changelog.md +0 -509
- go_task_bin-3.30.1/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/experiments/remote_taskfiles.md +0 -54
- go_task_bin-3.30.1/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/faq.md +0 -89
- go_task_bin-3.30.1/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/taskfile_versions.md +0 -240
- go_task_bin-3.30.1/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deprecations/deprecations.md +0 -12
- go_task_bin-3.30.1/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deprecations/template.md +0 -17
- go_task_bin-3.30.1/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/experiments/experiments.md +0 -78
- go_task_bin-3.30.1/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/experiments/remote_taskfiles.md +0 -54
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/LICENSE +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/README.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/go_task_bin/__init__.py +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/.editorconfig +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/.git +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/.gitattributes +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/.github/CODE_OF_CONDUCT.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/.github/CONTRIBUTING.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/.github/FUNDING.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/.github/dependabot.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/.github/pull_request_template.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/.github/workflows/issue-awaiting-response.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/.github/workflows/issue-closed.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/.github/workflows/issue-experiment.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/.github/workflows/issue-needs-triage.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/.github/workflows/lint.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/.github/workflows/release.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/.github/workflows/sync-translated-documents.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/.github/workflows/test.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/.github/workflows/upload-source-documents.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/.gitignore +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/.golangci.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/.goreleaser.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/.mockery.yaml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/.nvmrc +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/.prettierignore +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/.prettierrc.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/.vscode/settings-sample.json +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/LICENSE +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/args/args.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/args/args_test.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/bin/.keep +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/cmd/release/main.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/cmd/sleepit/sleepit.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/completion/bash/task.bash +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/completion/fish/task.fish +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/completion/ps/task.ps1 +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/completion/zsh/_task +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/concurrency.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/.gitignore +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/.nojekyll +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/.prettierignore +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/babel.config.js +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/blog/2023-09-02-introducing-experiments.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/blog/authors.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/constants.js +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/crowdin.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/docs/community.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/docs/contributing.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/docs/deprecations/deprecations.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/docs/deprecations/template.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/docs/deprecations/version_2_schema.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/docs/experiments/experiments.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/docs/experiments/gentle_force.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/docs/experiments/template.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/docs/faq.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/docs/integrations.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/docs/styleguide.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/docs/taskfile_versions.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/docs/translate.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/docusaurus.config.js +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/en/code.json +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/en/docusaurus-plugin-content-docs/current.json +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/en/docusaurus-theme-classic/footer.json +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/en/docusaurus-theme-classic/navbar.json +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/code.json +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-blog/2023-09-02-introducing-experiments.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-blog/authors.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/community.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/contributing.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/deprecations/deprecations.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/deprecations/template.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/deprecations/version_2_schema.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/experiments/experiments.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/experiments/gentle_force.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/experiments/template.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/experiments/workflow.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/faq.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/integrations.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/styleguide.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/taskfile_versions.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/translate.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current.json +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-theme-classic/footer.json +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/es-ES/docusaurus-theme-classic/navbar.json +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/code.json +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/docusaurus-plugin-content-blog/2023-09-02-introducing-experiments.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/contributing.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/deprecations/version_2_schema.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/experiments/gentle_force.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/experiments/template.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/experiments/workflow.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/faq.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/integrations.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/translate.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current.json +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/docusaurus-theme-classic/footer.json +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/fr-FR/docusaurus-theme-classic/navbar.json +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/code.json +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-plugin-content-blog/2023-09-02-introducing-experiments.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-plugin-content-blog/authors.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/community.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/contributing.md +0 -0
- {go_task_bin-3.30.1/task/docs/i18n/fr-FR → go_task_bin-3.32.0/task/docs/i18n/ja-JP}/docusaurus-plugin-content-docs/current/deprecations/deprecations.md +0 -0
- {go_task_bin-3.30.1/task/docs/i18n/fr-FR → go_task_bin-3.32.0/task/docs/i18n/ja-JP}/docusaurus-plugin-content-docs/current/deprecations/template.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/deprecations/version_2_schema.md +0 -0
- {go_task_bin-3.30.1/task/docs/i18n/fr-FR → go_task_bin-3.32.0/task/docs/i18n/ja-JP}/docusaurus-plugin-content-docs/current/experiments/experiments.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/experiments/gentle_force.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/experiments/template.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/experiments/workflow.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/faq.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/integrations.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/styleguide.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/translate.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current.json +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-theme-classic/footer.json +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ja-JP/docusaurus-theme-classic/navbar.json +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/code.json +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-plugin-content-blog/2023-09-02-introducing-experiments.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-plugin-content-blog/authors.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/community.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/contributing.md +0 -0
- {go_task_bin-3.30.1/task/docs/i18n/ja-JP → go_task_bin-3.32.0/task/docs/i18n/pt-BR}/docusaurus-plugin-content-docs/current/deprecations/deprecations.md +0 -0
- {go_task_bin-3.30.1/task/docs/i18n/ja-JP → go_task_bin-3.32.0/task/docs/i18n/pt-BR}/docusaurus-plugin-content-docs/current/deprecations/template.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/deprecations/version_2_schema.md +0 -0
- {go_task_bin-3.30.1/task/docs/i18n/ja-JP → go_task_bin-3.32.0/task/docs/i18n/pt-BR}/docusaurus-plugin-content-docs/current/experiments/experiments.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/experiments/gentle_force.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/experiments/template.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/experiments/workflow.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/faq.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/integrations.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/styleguide.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/taskfile_versions.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/translate.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current.json +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-theme-classic/footer.json +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/pt-BR/docusaurus-theme-classic/navbar.json +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/code.json +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-plugin-content-blog/2023-09-02-introducing-experiments.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-plugin-content-blog/authors.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/community.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/contributing.md +0 -0
- {go_task_bin-3.30.1/task/docs/i18n/pt-BR → go_task_bin-3.32.0/task/docs/i18n/ru-RU}/docusaurus-plugin-content-docs/current/deprecations/deprecations.md +0 -0
- {go_task_bin-3.30.1/task/docs/i18n/pt-BR → go_task_bin-3.32.0/task/docs/i18n/ru-RU}/docusaurus-plugin-content-docs/current/deprecations/template.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/deprecations/version_2_schema.md +0 -0
- {go_task_bin-3.30.1/task/docs/i18n/pt-BR → go_task_bin-3.32.0/task/docs/i18n/ru-RU}/docusaurus-plugin-content-docs/current/experiments/experiments.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/experiments/gentle_force.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/experiments/template.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/experiments/workflow.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/integrations.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/styleguide.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/translate.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current.json +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-theme-classic/footer.json +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/ru-RU/docusaurus-theme-classic/navbar.json +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/code.json +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/docusaurus-plugin-content-blog/2023-09-02-introducing-experiments.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/docusaurus-plugin-content-blog/authors.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/community.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/contributing.md +0 -0
- {go_task_bin-3.30.1/task/docs/i18n/ru-RU → go_task_bin-3.32.0/task/docs/i18n/tr-TR}/docusaurus-plugin-content-docs/current/deprecations/deprecations.md +0 -0
- {go_task_bin-3.30.1/task/docs/i18n/ru-RU → go_task_bin-3.32.0/task/docs/i18n/tr-TR}/docusaurus-plugin-content-docs/current/deprecations/template.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/deprecations/version_2_schema.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/experiments/experiments.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/experiments/gentle_force.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/experiments/template.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/experiments/workflow.md +0 -0
- {go_task_bin-3.30.1/task/docs/i18n/ru-RU → go_task_bin-3.32.0/task/docs/i18n/tr-TR}/docusaurus-plugin-content-docs/current/faq.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/integrations.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/styleguide.md +0 -0
- {go_task_bin-3.30.1/task/docs/i18n/fr-FR → go_task_bin-3.32.0/task/docs/i18n/tr-TR}/docusaurus-plugin-content-docs/current/taskfile_versions.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/translate.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current.json +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/docusaurus-theme-classic/footer.json +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/tr-TR/docusaurus-theme-classic/navbar.json +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/code.json +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-blog/2023-09-02-introducing-experiments.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-blog/authors.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/community.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/contributing.md +0 -0
- {go_task_bin-3.30.1/task/docs/i18n/tr-TR → go_task_bin-3.32.0/task/docs/i18n/zh-Hans}/docusaurus-plugin-content-docs/current/deprecations/deprecations.md +0 -0
- {go_task_bin-3.30.1/task/docs/i18n/tr-TR → go_task_bin-3.32.0/task/docs/i18n/zh-Hans}/docusaurus-plugin-content-docs/current/deprecations/template.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deprecations/version_2_schema.md +0 -0
- {go_task_bin-3.30.1/task/docs/i18n/ru-RU → go_task_bin-3.32.0/task/docs/i18n/zh-Hans}/docusaurus-plugin-content-docs/current/experiments/experiments.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/experiments/gentle_force.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/experiments/template.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/experiments/workflow.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/faq.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/integrations.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/styleguide.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/translate.md +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current.json +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-theme-classic/footer.json +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/i18n/zh-Hans/docusaurus-theme-classic/navbar.json +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/package.json +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/prettier.config.js +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/sidebars.js +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/src/api/crowdin.js +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/src/components/.keep +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/src/css/carbon.css +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/src/css/custom.css +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/src/pages/.keep +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/src/themes/prismDark.js +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/src/themes/prismLight.js +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/static/.nojekyll +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/static/CNAME +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/static/img/appwrite.svg +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/static/img/favicon.ico +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/static/img/logo.png +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/static/img/logo.svg +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/static/img/logo_mono.svg +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/static/img/og-image.png +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/static/img/pix.png +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/static/install.sh +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/docs/static/js/carbon.js +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/errors/errors_task.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/hash.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/init.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/install-task.sh +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/compiler/compiler.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/compiler/env.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/compiler/v2/compiler_v2.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/compiler/v3/compiler_v3.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/deepcopy/deepcopy.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/editors/output.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/env/env.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/execext/devnull.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/execext/exec.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/experiments/experiments.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/filepathext/filepathext.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/fingerprint/checker.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/fingerprint/sources.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/fingerprint/sources_checksum_test.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/fingerprint/sources_none.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/fingerprint/sources_timestamp.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/fingerprint/status.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/fingerprint/task.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/hash/hash.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/mocks/sources_checkable.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/mocks/status_checkable.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/orderedmap/orderedmap.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/orderedmap/orderedmap_test.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/output/group.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/output/interleaved.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/output/output.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/output/output_test.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/output/prefixed.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/slicesext/slicesext.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/sort/sorter.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/sort/sorter_test.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/summary/summary.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/summary/summary_test.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/sysinfo/uid.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/sysinfo/uid_win.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/templater/funcs.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/term/term.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/internal/version/version.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/requires.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/signals.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/signals_test.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/status.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/taskfile/call.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/taskfile/cmd.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/taskfile/dep.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/taskfile/for.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/taskfile/included_taskfile.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/taskfile/location.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/taskfile/output.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/taskfile/platforms.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/taskfile/platforms_test.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/taskfile/precondition.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/taskfile/precondition_test.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/taskfile/read/cache.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/taskfile/read/dotenv.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/taskfile/read/node.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/taskfile/read/node_base.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/taskfile/read/node_file.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/taskfile/read/node_http.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/taskfile/read/taskvars.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/taskfile/requires.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/taskfile/taskfile.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/taskfile/taskfile_test.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/taskfile/tasks.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/taskfile/var.go +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/alias/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/alias/Taskfile2.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/alias/alias-summary.txt +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/alias/alias.txt +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/checksum/.gitignore +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/checksum/source.txt +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/concurrency/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/cyclic/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/deferred/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/deps/.gitignore +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/deps/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/dir/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/dir/dynamic_var/.gitignore +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/dir/dynamic_var/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/dir/dynamic_var/subdirectory/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/dir/dynamic_var_on_created_dir/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/dir/explicit_doesnt_exist/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/dir/explicit_exists/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/dir/explicit_exists/exists/.keep +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/dotenv/.gitignore +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/dotenv/default/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/dotenv/env_var_in_path/.env.testing +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/dotenv/env_var_in_path/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/dotenv/error_included_envs/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/dotenv/include1/.env +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/dotenv/include1/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/dotenv/include1/envs/.env +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/dotenv/local_env_in_path/.env.testing +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/dotenv/local_env_in_path/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/dotenv/local_var_in_path/.env.testing +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/dotenv/local_var_in_path/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/dotenv/missing_env/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/dotenv_task/default/.env +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/dotenv_task/default/.gitignore +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/dotenv_task/default/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/dry/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/dry_checksum/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/dry_checksum/source.txt +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/empty_task/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/env/.gitignore +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/env/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/error_code/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/evaluate_symlinks_in_paths/Taskfile.yaml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/evaluate_symlinks_in_paths/shared/b +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/evaluate_symlinks_in_paths/shared/inner_shared/c +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/evaluate_symlinks_in_paths/src/a +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/exit_immediately/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/expand/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/file_names/.gitignore +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/file_names/Taskfile.dist.yaml/Taskfile.dist.yaml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/file_names/Taskfile.dist.yml/Taskfile.dist.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/file_names/Taskfile.yaml/Taskfile.yaml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/file_names/Taskfile.yml/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/for/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/for/bar.txt +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/for/foo.txt +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/force/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/generates/.gitignore +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/generates/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/generates/sub/.keep +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/ignore_errors/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/ignore_nil_elements/cmds/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/ignore_nil_elements/deps/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/ignore_nil_elements/includes/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/ignore_nil_elements/includes/inc.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/ignore_nil_elements/preconditions/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/ignore_signals/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/include_with_vars/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/include_with_vars/include/Taskfile.include.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/include_with_vars_multi_level/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/include_with_vars_multi_level/bar/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/include_with_vars_multi_level/foo/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/include_with_vars_multi_level/lib/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes/.gitignore +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes/Taskfile2.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes/Taskfile_darwin.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes/Taskfile_linux.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes/Taskfile_windows.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes/included/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes/module1/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes/module2/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_call_root_task/.gitignore +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_call_root_task/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_call_root_task/Taskfile2.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_cycle/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_cycle/one/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_cycle/one/two/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_deps/.gitignore +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_deps/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_deps/Taskfile2.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_empty/.gitignore +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_empty/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_empty/Taskfile2.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_incorrect/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_incorrect/incomplete.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_internal/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_internal/Taskfile2.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_interpolation/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_interpolation/included/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_multi_level/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_multi_level/called_one.txt +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_multi_level/called_three.txt +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_multi_level/called_two.txt +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_multi_level/one/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_multi_level/one/two/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_multi_level/one/two/three/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_optional/.gitignore +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_optional/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_optional_explicit_false/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_optional_implicit_false/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_rel_path/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_rel_path/common/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_rel_path/included/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_shadowed_default/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_shadowed_default/Taskfile2.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_shadowed_default/file.txt +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_unshadowed_default/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_unshadowed_default/Taskfile2.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_unshadowed_default/file.txt +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_yaml/.gitignore +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_yaml/Custom.ext +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_yaml/included/Taskfile.yaml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/includes_yaml/included/custom.yaml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/incorrect_includes/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/incorrect_includes/included/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/init/.gitignore +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/internal_task/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/label_list/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/label_status/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/label_summary/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/label_uptodate/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/label_var/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/list_mixed_desc/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/output_group/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/output_group_error_only/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/params/.gitignore +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/params/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/precondition/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/precondition/foo.txt +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/prompt/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/run/.gitignore +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/run/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/shopts/command_level/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/shopts/global_level/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/shopts/task_level/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/short_task_notation/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/silent/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/single_cmd_dep/.gitignore +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/single_cmd_dep/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/special_vars/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/special_vars/included/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/split_args/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/status/.gitignore +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/status/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/status_vars/.gitignore +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/status_vars/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/status_vars/source.txt +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/summary/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/summary/task-with-summary.txt +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/taskfile_walk/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/taskfile_walk/foo/bar/.gitkeep +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/user_working_dir/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/user_working_dir_with_includes/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/user_working_dir_with_includes/included/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/user_working_dir_with_includes/somedir/.keep +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/vars/v2/.gitignore +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/vars/v2/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/vars/v2/Taskvars.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/vars/v2/multiline/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/vars/v3/.env +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/vars/v3/.gitignore +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/vars/v3/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/version/v1/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/version/v2/Taskfile.yml +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/watcher_interval/.gitignore +0 -0
- {go_task_bin-3.30.1 → go_task_bin-3.32.0}/task/testdata/watcher_interval/Taskfile.yaml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: go-task-bin
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.32.0
|
|
4
4
|
Summary: task - A task runner / simpler Make alternative written in Go
|
|
5
5
|
Keywords: build build-tool devops go make makefile runner task task-runner taskfile tool
|
|
6
6
|
Author-Email: dowon <ks2515@naver.com>
|
|
@@ -4,7 +4,7 @@ contact_links:
|
|
|
4
4
|
url: https://github.com/go-task/vscode-task
|
|
5
5
|
about: Issues related to the Visual Studio Code extension should be opened here.
|
|
6
6
|
- name: Help forum on Discord
|
|
7
|
-
url: https://discord.
|
|
7
|
+
url: https://discord.gg/6TY36E39UK
|
|
8
8
|
about: 'The Discord #help channel is the best way to get help from the community.'
|
|
9
9
|
- name: Questions, Ideas and General Discussions
|
|
10
10
|
url: https://github.com/go-task/task/discussions
|
|
@@ -1,5 +1,43 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v3.32.0 - 2023-11-29
|
|
4
|
+
|
|
5
|
+
- Added ability to exclude some files from `sources:` by using `exclude:` (#225,
|
|
6
|
+
#1324 by @pd93 and @andreynering).
|
|
7
|
+
- The
|
|
8
|
+
[Remote Taskfiles experiment](https://taskfile.dev/experiments/remote-taskfiles)
|
|
9
|
+
now prefers remote files over cached ones by default (#1317, #1345 by @pd93).
|
|
10
|
+
- Added `--timeout` flag to the
|
|
11
|
+
[Remote Taskfiles experiment](https://taskfile.dev/experiments/remote-taskfiles)
|
|
12
|
+
(#1317, #1345 by @pd93).
|
|
13
|
+
- Fix bug where dynamic `vars:` and `env:` were being executed when they should
|
|
14
|
+
actually be skipped by `platforms:` (#1273, #1377 by @andreynering).
|
|
15
|
+
- Fix `schema.json` to make `silent` valid in `cmds` that use `for` (#1385,
|
|
16
|
+
#1386 by @iainvm).
|
|
17
|
+
- Add new `--no-status` flag to skip expensive status checks when running
|
|
18
|
+
`task --list --json` (#1348, #1368 by @amancevice).
|
|
19
|
+
|
|
20
|
+
## v3.31.0 - 2023-10-07
|
|
21
|
+
|
|
22
|
+
- Enabled the `--yes` flag for the
|
|
23
|
+
[Remote Taskfiles experiment](https://taskfile.dev/experiments/remote-taskfiles)
|
|
24
|
+
(#1317, #1344 by @pd93).
|
|
25
|
+
- Add ability to set `watch: true` in a task to automatically run it in watch
|
|
26
|
+
mode (#231, #1361 by @andreynering).
|
|
27
|
+
- Fixed a bug on the watch mode where paths that contained `.git` (like
|
|
28
|
+
`.github`), for example, were also being ignored (#1356 by @butuzov).
|
|
29
|
+
- Fixed a nil pointer error when running a Taskfile with no contents (#1341,
|
|
30
|
+
#1342 by @pd93).
|
|
31
|
+
- Added a new [exit code](https://taskfile.dev/api/#exit-codes) (107) for when a
|
|
32
|
+
Taskfile does not contain a schema version (#1342 by @pd93).
|
|
33
|
+
- Increased limit of maximum task calls from 100 to 1000 for now, as some people
|
|
34
|
+
have been reaching this limit organically now that we have loops. This check
|
|
35
|
+
exists to detect recursive calls, but will be removed in favor of a better
|
|
36
|
+
algorithm soon (#1321, #1332).
|
|
37
|
+
- Fixed templating on descriptions on `task --list` (#1343 by @blackjid).
|
|
38
|
+
- Fixed a bug where precondition errors were incorrectly being printed when task
|
|
39
|
+
execution was aborted (#1337, #1338 by @sylv-io).
|
|
40
|
+
|
|
3
41
|
## v3.30.1 - 2023-09-14
|
|
4
42
|
|
|
5
43
|
- Fixed a regression where some special variables weren't being set correctly
|
|
@@ -13,17 +13,3 @@
|
|
|
13
13
|
<a href="https://taskfile.dev/installation/">Installation</a> | <a href="https://taskfile.dev/usage/">Documentation</a> | <a href="https://twitter.com/taskfiledev">Twitter</a> | <a href="https://fosstodon.org/@task">Mastodon</a> | <a href="https://discord.gg/6TY36E39UK">Discord</a>
|
|
14
14
|
</p>
|
|
15
15
|
</div>
|
|
16
|
-
|
|
17
|
-
## Gold Sponsors
|
|
18
|
-
|
|
19
|
-
<div align="center">
|
|
20
|
-
|
|
21
|
-
| [Appwrite][appwrite] |
|
|
22
|
-
| ------------------------------------------------------ |
|
|
23
|
-
| [][appwrite] |
|
|
24
|
-
|
|
25
|
-
</div>
|
|
26
|
-
|
|
27
|
-
<!-- prettier-ignore-start -->
|
|
28
|
-
[appwrite]: https://appwrite.io/?utm_source=task_github&utm_medium=social&utm_campaign=task_oss_fund
|
|
29
|
-
<!-- prettier-ignore-end -->
|
|
@@ -113,11 +113,16 @@ tasks:
|
|
|
113
113
|
GO_PACKAGES:
|
|
114
114
|
sh: go list ./...
|
|
115
115
|
|
|
116
|
-
test
|
|
116
|
+
goreleaser:test:
|
|
117
117
|
desc: Tests release process without publishing
|
|
118
118
|
cmds:
|
|
119
119
|
- goreleaser --snapshot --clean
|
|
120
120
|
|
|
121
|
+
goreleaser:install:
|
|
122
|
+
desc: Installs goreleaser
|
|
123
|
+
cmds:
|
|
124
|
+
- go install github.com/goreleaser/goreleaser@latest
|
|
125
|
+
|
|
121
126
|
release:
|
|
122
127
|
desc: Prepare the project for a new release
|
|
123
128
|
cmds:
|
|
@@ -53,6 +53,7 @@ var flags struct {
|
|
|
53
53
|
listJson bool
|
|
54
54
|
taskSort string
|
|
55
55
|
status bool
|
|
56
|
+
noStatus bool
|
|
56
57
|
insecure bool
|
|
57
58
|
force bool
|
|
58
59
|
forceAll bool
|
|
@@ -74,6 +75,7 @@ var flags struct {
|
|
|
74
75
|
experiments bool
|
|
75
76
|
download bool
|
|
76
77
|
offline bool
|
|
78
|
+
timeout time.Duration
|
|
77
79
|
}
|
|
78
80
|
|
|
79
81
|
func main() {
|
|
@@ -115,6 +117,7 @@ func run() error {
|
|
|
115
117
|
pflag.BoolVarP(&flags.listJson, "json", "j", false, "Formats task list as JSON.")
|
|
116
118
|
pflag.StringVar(&flags.taskSort, "sort", "", "Changes the order of the tasks when listed. [default|alphanumeric|none].")
|
|
117
119
|
pflag.BoolVar(&flags.status, "status", false, "Exits with non-zero exit code if any of the given tasks is not up-to-date.")
|
|
120
|
+
pflag.BoolVar(&flags.noStatus, "no-status", false, "Ignore status when listing tasks as JSON")
|
|
118
121
|
pflag.BoolVar(&flags.insecure, "insecure", false, "Forces Task to download Taskfiles over insecure connections.")
|
|
119
122
|
pflag.BoolVarP(&flags.watch, "watch", "w", false, "Enables watch of the given task.")
|
|
120
123
|
pflag.BoolVarP(&flags.verbose, "verbose", "v", false, "Enables verbose mode.")
|
|
@@ -148,6 +151,7 @@ func run() error {
|
|
|
148
151
|
if experiments.RemoteTaskfiles {
|
|
149
152
|
pflag.BoolVar(&flags.download, "download", false, "Downloads a cached version of a remote Taskfile.")
|
|
150
153
|
pflag.BoolVar(&flags.offline, "offline", false, "Forces Task to only use local or cached Taskfiles.")
|
|
154
|
+
pflag.DurationVar(&flags.timeout, "timeout", time.Second*10, "Timeout for downloading remote Taskfiles.")
|
|
151
155
|
}
|
|
152
156
|
|
|
153
157
|
pflag.Parse()
|
|
@@ -233,6 +237,7 @@ func run() error {
|
|
|
233
237
|
Insecure: flags.insecure,
|
|
234
238
|
Download: flags.download,
|
|
235
239
|
Offline: flags.offline,
|
|
240
|
+
Timeout: flags.timeout,
|
|
236
241
|
Watch: flags.watch,
|
|
237
242
|
Verbose: flags.verbose,
|
|
238
243
|
Silent: flags.silent,
|
|
@@ -254,7 +259,7 @@ func run() error {
|
|
|
254
259
|
TaskSorter: taskSorter,
|
|
255
260
|
}
|
|
256
261
|
|
|
257
|
-
listOptions := task.NewListOptions(flags.list, flags.listAll, flags.listJson)
|
|
262
|
+
listOptions := task.NewListOptions(flags.list, flags.listAll, flags.listJson, flags.noStatus)
|
|
258
263
|
if err := listOptions.Validate(); err != nil {
|
|
259
264
|
return err
|
|
260
265
|
}
|
|
@@ -268,6 +273,12 @@ func run() error {
|
|
|
268
273
|
return err
|
|
269
274
|
}
|
|
270
275
|
|
|
276
|
+
// If the download flag is specified, we should stop execution as soon as
|
|
277
|
+
// taskfile is downloaded
|
|
278
|
+
if flags.download {
|
|
279
|
+
return nil
|
|
280
|
+
}
|
|
281
|
+
|
|
271
282
|
if listOptions.ShouldListTasks() {
|
|
272
283
|
foundTasks, err := e.ListTasks(listOptions)
|
|
273
284
|
if err != nil {
|
|
@@ -296,9 +307,7 @@ func run() error {
|
|
|
296
307
|
}
|
|
297
308
|
|
|
298
309
|
// If there are no calls, run the default task instead
|
|
299
|
-
|
|
300
|
-
// the Taskfile and do nothing else
|
|
301
|
-
if len(calls) == 0 && !flags.download {
|
|
310
|
+
if len(calls) == 0 {
|
|
302
311
|
calls = append(calls, taskfile.Call{Task: "default", Direct: true})
|
|
303
312
|
}
|
|
304
313
|
|
|
@@ -70,6 +70,11 @@ A full list of the exit codes and their descriptions can be found below:
|
|
|
70
70
|
| 100 | No Taskfile was found |
|
|
71
71
|
| 101 | A Taskfile already exists when trying to initialize one |
|
|
72
72
|
| 102 | The Taskfile is invalid or cannot be parsed |
|
|
73
|
+
| 103 | A remote Taskfile could not be downlaoded |
|
|
74
|
+
| 104 | A remote Taskfile was not trusted by the user |
|
|
75
|
+
| 105 | A remote Taskfile was could not be fetched securely |
|
|
76
|
+
| 106 | No cache was found for a remote Taskfile in offline mode |
|
|
77
|
+
| 107 | No schema version was defined in the Taskfile |
|
|
73
78
|
| 200 | The specified task could not be found |
|
|
74
79
|
| 201 | An error occurred while executing a command inside of a task |
|
|
75
80
|
| 202 | The user tried to invoke a task that is internal |
|
|
@@ -128,7 +133,7 @@ There are some special variables that is available on the templating system:
|
|
|
128
133
|
| `CHECKSUM` | The checksum of the files listed in `sources`. Only available within the `status` prop and if method is set to `checksum`. |
|
|
129
134
|
| `TIMESTAMP` | The date object of the greatest timestamp of the files listed in `sources`. Only available within the `status` prop and if method is set to `timestamp`. |
|
|
130
135
|
| `TASK_VERSION` | The current version of task. |
|
|
131
|
-
| `ITEM` | The value of the current iteration when using the `for` property. Can be changed to a different variable name using `as:`.
|
|
136
|
+
| `ITEM` | The value of the current iteration when using the `for` property. Can be changed to a different variable name using `as:`. |
|
|
132
137
|
|
|
133
138
|
## ENV
|
|
134
139
|
|
|
@@ -152,12 +157,12 @@ Some environment variables can be overridden to adjust Task behavior.
|
|
|
152
157
|
| ---------- | ---------------------------------- | ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
153
158
|
| `version` | `string` | | Version of the Taskfile. The current version is `3`. |
|
|
154
159
|
| `output` | `string` | `interleaved` | Output mode. Available options: `interleaved`, `group` and `prefixed`. |
|
|
155
|
-
| `method` | `string` | `checksum` | Default method in this Taskfile. Can be overridden in a task by task basis. Available options: `checksum`, `timestamp` and `none`.
|
|
160
|
+
| `method` | `string` | `checksum` | Default method in this Taskfile. Can be overridden in a task by task basis. Available options: `checksum`, `timestamp` and `none`. |
|
|
156
161
|
| `includes` | [`map[string]Include`](#include) | | Additional Taskfiles to be included. |
|
|
157
162
|
| `vars` | [`map[string]Variable`](#variable) | | A set of global variables. |
|
|
158
163
|
| `env` | [`map[string]Variable`](#variable) | | A set of global environment variables. |
|
|
159
164
|
| `tasks` | [`map[string]Task`](#task) | | A set of task definitions. |
|
|
160
|
-
| `silent` | `bool` | `false` | Default 'silent' options for this Taskfile. If `false`, can be overridden with `true` in a task by task basis.
|
|
165
|
+
| `silent` | `bool` | `false` | Default 'silent' options for this Taskfile. If `false`, can be overridden with `true` in a task by task basis. |
|
|
161
166
|
| `dotenv` | `[]string` | | A list of `.env` file paths to be parsed. |
|
|
162
167
|
| `run` | `string` | `always` | Default 'run' option for this Taskfile. Available options: `always`, `once` and `when_changed`. |
|
|
163
168
|
| `interval` | `string` | `5s` | Sets a different watch interval when using `--watch`, the default being 5 seconds. This string should be a valid [Go Duration](https://pkg.go.dev/time#ParseDuration). |
|
|
@@ -5,6 +5,44 @@ sidebar_position: 14
|
|
|
5
5
|
|
|
6
6
|
# Changelog
|
|
7
7
|
|
|
8
|
+
## v3.32.0 - 2023-11-29
|
|
9
|
+
|
|
10
|
+
- Added ability to exclude some files from `sources:` by using `exclude:` ([#225](https://github.com/go-task/task/issues/225),
|
|
11
|
+
[#1324](https://github.com/go-task/task/issues/1324) by [@pd93](https://github.com/pd93) and [@andreynering](https://github.com/andreynering)).
|
|
12
|
+
- The
|
|
13
|
+
[Remote Taskfiles experiment](https://taskfile.dev/experiments/remote-taskfiles)
|
|
14
|
+
now prefers remote files over cached ones by default ([#1317](https://github.com/go-task/task/issues/1317), [#1345](https://github.com/go-task/task/issues/1345) by [@pd93](https://github.com/pd93)).
|
|
15
|
+
- Added `--timeout` flag to the
|
|
16
|
+
[Remote Taskfiles experiment](https://taskfile.dev/experiments/remote-taskfiles)
|
|
17
|
+
([#1317](https://github.com/go-task/task/issues/1317), [#1345](https://github.com/go-task/task/issues/1345) by [@pd93](https://github.com/pd93)).
|
|
18
|
+
- Fix bug where dynamic `vars:` and `env:` were being executed when they should
|
|
19
|
+
actually be skipped by `platforms:` ([#1273](https://github.com/go-task/task/issues/1273), [#1377](https://github.com/go-task/task/issues/1377) by [@andreynering](https://github.com/andreynering)).
|
|
20
|
+
- Fix `schema.json` to make `silent` valid in `cmds` that use `for` ([#1385](https://github.com/go-task/task/issues/1385),
|
|
21
|
+
[#1386](https://github.com/go-task/task/issues/1386) by [@iainvm](https://github.com/iainvm)).
|
|
22
|
+
- Add new `--no-status` flag to skip expensive status checks when running
|
|
23
|
+
`task --list --json` ([#1348](https://github.com/go-task/task/issues/1348), [#1368](https://github.com/go-task/task/issues/1368) by [@amancevice](https://github.com/amancevice)).
|
|
24
|
+
|
|
25
|
+
## v3.31.0 - 2023-10-07
|
|
26
|
+
|
|
27
|
+
- Enabled the `--yes` flag for the
|
|
28
|
+
[Remote Taskfiles experiment](https://taskfile.dev/experiments/remote-taskfiles)
|
|
29
|
+
([#1317](https://github.com/go-task/task/issues/1317), [#1344](https://github.com/go-task/task/issues/1344) by [@pd93](https://github.com/pd93)).
|
|
30
|
+
- Add ability to set `watch: true` in a task to automatically run it in watch
|
|
31
|
+
mode ([#231](https://github.com/go-task/task/issues/231), [#1361](https://github.com/go-task/task/issues/1361) by [@andreynering](https://github.com/andreynering)).
|
|
32
|
+
- Fixed a bug on the watch mode where paths that contained `.git` (like
|
|
33
|
+
`.github`), for example, were also being ignored ([#1356](https://github.com/go-task/task/issues/1356) by [@butuzov](https://github.com/butuzov)).
|
|
34
|
+
- Fixed a nil pointer error when running a Taskfile with no contents ([#1341](https://github.com/go-task/task/issues/1341),
|
|
35
|
+
[#1342](https://github.com/go-task/task/issues/1342) by [@pd93](https://github.com/pd93)).
|
|
36
|
+
- Added a new [exit code](https://taskfile.dev/api/#exit-codes) (107) for when a
|
|
37
|
+
Taskfile does not contain a schema version ([#1342](https://github.com/go-task/task/issues/1342) by [@pd93](https://github.com/pd93)).
|
|
38
|
+
- Increased limit of maximum task calls from 100 to 1000 for now, as some people
|
|
39
|
+
have been reaching this limit organically now that we have loops. This check
|
|
40
|
+
exists to detect recursive calls, but will be removed in favor of a better
|
|
41
|
+
algorithm soon ([#1321](https://github.com/go-task/task/issues/1321), [#1332](https://github.com/go-task/task/issues/1332)).
|
|
42
|
+
- Fixed templating on descriptions on `task --list` ([#1343](https://github.com/go-task/task/issues/1343) by [@blackjid](https://github.com/blackjid)).
|
|
43
|
+
- Fixed a bug where precondition errors were incorrectly being printed when task
|
|
44
|
+
execution was aborted ([#1337](https://github.com/go-task/task/issues/1337), [#1338](https://github.com/go-task/task/issues/1338) by [@sylv](https://github.com/sylv)-io).
|
|
45
|
+
|
|
8
46
|
## v3.30.1 - 2023-09-14
|
|
9
47
|
|
|
10
48
|
- Fixed a regression where some special variables weren't being set correctly
|
|
@@ -19,7 +19,9 @@ the website homepage and on the GitHub repository README. Make contact with
|
|
|
19
19
|
## GitHub Sponsors
|
|
20
20
|
|
|
21
21
|
The preferred way to donate to the maintainers is via GitHub Sponsors. Just use
|
|
22
|
-
the following links to do your donation
|
|
22
|
+
the following links to do your donation.
|
|
23
|
+
We suggest a 50/50 split to each maintainer of the total amount you plan to
|
|
24
|
+
donate to the project.
|
|
23
25
|
|
|
24
26
|
- [@andreynering](https://github.com/sponsors/andreynering)
|
|
25
27
|
- [@pd93](https://github.com/sponsors/pd93)
|
|
@@ -13,7 +13,7 @@ Taskfile. For example:
|
|
|
13
13
|
```yaml
|
|
14
14
|
version: '3'
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
includes:
|
|
17
17
|
my-remote-namespace: https://raw.githubusercontent.com/my-org/my-repo/main/Taskfile.yml
|
|
18
18
|
```
|
|
19
19
|
|
|
@@ -54,6 +54,16 @@ Taskfiles:
|
|
|
54
54
|
code `104` (not trusted) and nothing will run. If you accept the prompt, the
|
|
55
55
|
checksum will be updated and the remote Taskfile will run.
|
|
56
56
|
|
|
57
|
+
Sometimes you need to run Task in an environment that does not have an
|
|
58
|
+
interactive terminal, so you are not able to accept a prompt. In these cases you
|
|
59
|
+
are able to tell task to accept these prompts automatically by using the `--yes`
|
|
60
|
+
flag. Before enabling this flag, you should:
|
|
61
|
+
|
|
62
|
+
1. Be sure that you trust the source and contents of the remote Taskfile.
|
|
63
|
+
2. Consider using a pinned version of the remote Taskfile (e.g. A link
|
|
64
|
+
containing a commit hash) to prevent Task from automatically accepting a
|
|
65
|
+
prompt that says a remote Taskfile has changed.
|
|
66
|
+
|
|
57
67
|
Task currently supports both `http` and `https` URLs. However, the `http`
|
|
58
68
|
requests will not execute by default unless you run the task with the
|
|
59
69
|
`--insecure` flag. This is to protect you from accidentally running a remote
|
|
@@ -64,16 +74,17 @@ you are doing.
|
|
|
64
74
|
|
|
65
75
|
## Caching & Running Offline
|
|
66
76
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
+
Whenever you run a remote Taskfile, the latest copy will be downloaded from the
|
|
78
|
+
internet and cached locally. If for whatever reason, you lose access to the
|
|
79
|
+
internet, you will still be able to run your tasks by specifying the `--offline`
|
|
80
|
+
flag. This will tell Task to use the latest cached version of the file instead
|
|
81
|
+
of trying to download it. You are able to use the `--download` flag to update
|
|
82
|
+
the cached version of the remote files without running any tasks.
|
|
83
|
+
|
|
84
|
+
By default, Task will timeout requests to download remote files after 10 seconds
|
|
85
|
+
and look for a cached copy instead. This timeout can be configured by setting
|
|
86
|
+
the `--timeout` flag and specifying a duration. For example, `--timeout 5s` will
|
|
87
|
+
set the timeout to 5 seconds.
|
|
77
88
|
|
|
78
89
|
<!-- prettier-ignore-start -->
|
|
79
90
|
[remote-taskfiles-experiment]: https://github.com/go-task/task/issues/1317
|
|
@@ -19,7 +19,7 @@ brew install go-task/tap/go-task
|
|
|
19
19
|
```
|
|
20
20
|
|
|
21
21
|
The above Formula is
|
|
22
|
-
[maintained by ourselves](https://github.com/go-task/homebrew-tap/blob/
|
|
22
|
+
[maintained by ourselves](https://github.com/go-task/homebrew-tap/blob/main/Formula/go-task.rb).
|
|
23
23
|
|
|
24
24
|
Recently, Task was also made available
|
|
25
25
|
[on the official Homebrew repository](https://formulae.brew.sh/formula/go-task),
|
|
@@ -50,16 +50,6 @@ guide to check the full schema documentation and Task features.
|
|
|
50
50
|
of files haven't changed since last run (based either on its timestamp or
|
|
51
51
|
content).
|
|
52
52
|
|
|
53
|
-
## Gold Sponsors
|
|
54
|
-
|
|
55
|
-
<div class="gold-sponsors">
|
|
56
|
-
|
|
57
|
-
| [Appwrite](https://appwrite.io/?utm_source=taskfile.dev&utm_medium=website&utm_campaign=task_oss_fund) |
|
|
58
|
-
| ---------------------------------------------------------------------------------------------------------------------------- |
|
|
59
|
-
| [](https://appwrite.io/?utm_source=taskfile.dev&utm_medium=website&utm_campaign=task_oss_fund) |
|
|
60
|
-
|
|
61
|
-
</div>
|
|
62
|
-
|
|
63
53
|
<!-- prettier-ignore-start -->
|
|
64
54
|
[make]: https://www.gnu.org/software/make/
|
|
65
55
|
[go]: https://go.dev/
|
|
@@ -64,9 +64,9 @@ If you think its Task version is outdated, open an issue to let us know.
|
|
|
64
64
|
<!-- prettier-ignore-start -->
|
|
65
65
|
[goreleaser]: https://goreleaser.com/
|
|
66
66
|
[homebrewtap]: https://github.com/go-task/homebrew-tap
|
|
67
|
-
[gotaskrb]: https://github.com/go-task/homebrew-tap/blob/
|
|
67
|
+
[gotaskrb]: https://github.com/go-task/homebrew-tap/blob/main/Formula/go-task.rb
|
|
68
68
|
[packagejson]: https://github.com/go-task/task/blob/main/package.json#L3
|
|
69
69
|
[snappackage]: https://github.com/go-task/snap
|
|
70
|
-
[snapcraftyaml]: https://github.com/go-task/snap/blob/
|
|
70
|
+
[snapcraftyaml]: https://github.com/go-task/snap/blob/main/snap/snapcraft.yaml#L2
|
|
71
71
|
[snapcraftdashboard]: https://snapcraft.io/task/releases
|
|
72
72
|
<!-- prettier-ignore-end -->
|
|
@@ -642,11 +642,27 @@ tasks:
|
|
|
642
642
|
- public/bundle.css
|
|
643
643
|
```
|
|
644
644
|
|
|
645
|
-
`sources` and `generates` can be files or
|
|
645
|
+
`sources` and `generates` can be files or glob patterns. When given, Task will
|
|
646
646
|
compare the checksum of the source files to determine if it's necessary to run
|
|
647
647
|
the task. If not, it will just print a message like `Task "js" is up to date`.
|
|
648
648
|
|
|
649
|
-
|
|
649
|
+
`exclude:` can also be used to exclude files from fingerprinting.
|
|
650
|
+
Sources are evaluated in order, so `exclude:` must come after the positive
|
|
651
|
+
glob it is negating.
|
|
652
|
+
|
|
653
|
+
```yaml
|
|
654
|
+
version: '3'
|
|
655
|
+
|
|
656
|
+
tasks:
|
|
657
|
+
css:
|
|
658
|
+
sources:
|
|
659
|
+
- mysources/**/*.css
|
|
660
|
+
- exclude: mysources/ignoreme.css
|
|
661
|
+
generates:
|
|
662
|
+
- public/bundle.css
|
|
663
|
+
```
|
|
664
|
+
|
|
665
|
+
If you prefer these check to be made by the modification timestamp of the files,
|
|
650
666
|
instead of its checksum (content), just set the `method` property to
|
|
651
667
|
`timestamp`.
|
|
652
668
|
|
|
@@ -1001,9 +1017,9 @@ This works for all types of variables.
|
|
|
1001
1017
|
|
|
1002
1018
|
## Looping over values
|
|
1003
1019
|
|
|
1004
|
-
As of v3.28.0, Task allows you to loop over certain values and execute a
|
|
1005
|
-
|
|
1006
|
-
|
|
1020
|
+
As of v3.28.0, Task allows you to loop over certain values and execute a command
|
|
1021
|
+
for each. There are a number of ways to do this depending on the type of value
|
|
1022
|
+
you want to loop over.
|
|
1007
1023
|
|
|
1008
1024
|
### Looping over a static list
|
|
1009
1025
|
|
|
@@ -1043,9 +1059,8 @@ match that glob.
|
|
|
1043
1059
|
|
|
1044
1060
|
Source paths will always be returned as paths relative to the task directory. If
|
|
1045
1061
|
you need to convert this to an absolute path, you can use the built-in
|
|
1046
|
-
`joinPath` function.
|
|
1047
|
-
|
|
1048
|
-
useful for this.
|
|
1062
|
+
`joinPath` function. There are some [special variables](/api/#special-variables)
|
|
1063
|
+
that you may find useful for this.
|
|
1049
1064
|
|
|
1050
1065
|
```yaml
|
|
1051
1066
|
version: '3'
|
|
@@ -1806,6 +1821,32 @@ The default watch interval is 5 seconds, but it's possible to change it by
|
|
|
1806
1821
|
either setting `interval: '500ms'` in the root of the Taskfile passing it as an
|
|
1807
1822
|
argument like `--interval=500ms`.
|
|
1808
1823
|
|
|
1824
|
+
Also, it's possible to set `watch: true` in a given task and it'll automatically
|
|
1825
|
+
run in watch mode:
|
|
1826
|
+
|
|
1827
|
+
```yaml
|
|
1828
|
+
version: '3'
|
|
1829
|
+
|
|
1830
|
+
interval: 500ms
|
|
1831
|
+
|
|
1832
|
+
tasks:
|
|
1833
|
+
build:
|
|
1834
|
+
desc: Builds the Go application
|
|
1835
|
+
watch: true
|
|
1836
|
+
sources:
|
|
1837
|
+
- '**/*.go'
|
|
1838
|
+
cmds:
|
|
1839
|
+
- go build # ...
|
|
1840
|
+
```
|
|
1841
|
+
|
|
1842
|
+
:::info
|
|
1843
|
+
|
|
1844
|
+
Note that when setting `watch: true` to a task, it'll only run in watch mode
|
|
1845
|
+
when running from the CLI via `task my-watch-task`, but won't run in watch mode
|
|
1846
|
+
if called by another task, either directly or as a dependency.
|
|
1847
|
+
|
|
1848
|
+
:::
|
|
1849
|
+
|
|
1809
1850
|
<!-- prettier-ignore-start -->
|
|
1810
1851
|
[gotemplate]: https://golang.org/pkg/text/template/
|
|
1811
1852
|
<!-- prettier-ignore-end -->
|
|
@@ -68,6 +68,11 @@ A full list of the exit codes and their descriptions can be found below:
|
|
|
68
68
|
| 100 | No Taskfile was found |
|
|
69
69
|
| 101 | A Taskfile already exists when trying to initialize one |
|
|
70
70
|
| 102 | The Taskfile is invalid or cannot be parsed |
|
|
71
|
+
| 103 | A remote Taskfile could not be downlaoded |
|
|
72
|
+
| 104 | A remote Taskfile was not trusted by the user |
|
|
73
|
+
| 105 | A remote Taskfile was could not be fetched securely |
|
|
74
|
+
| 106 | No cache was found for a remote Taskfile in offline mode |
|
|
75
|
+
| 107 | No schema version was defined in the Taskfile |
|
|
71
76
|
| 200 | The specified task could not be found |
|
|
72
77
|
| 201 | An error occurred while executing a command inside of a task |
|
|
73
78
|
| 202 | The user tried to invoke a task that is internal |
|
|
@@ -5,6 +5,27 @@ sidebar_position: 14
|
|
|
5
5
|
|
|
6
6
|
# Changelog
|
|
7
7
|
|
|
8
|
+
## v3.31.0 - 2023-10-07
|
|
9
|
+
|
|
10
|
+
- Enabled the `--yes` flag for the [Remote Taskfiles experiment](https://taskfile.dev/experiments/remote-taskfiles) ([#1344](https://github.com/go-task/task/issues/1344) by [@pd93](https://github.com/pd93)).
|
|
11
|
+
- Add ability to set `watch: true` in a task to automatically run it in watch mode ([#231](https://github.com/go-task/task/issues/231), [#1361](https://github.com/go-task/task/issues/1361) by [@andreynering](https://github.com/andreynering)).
|
|
12
|
+
- Fixed a bug on the watch mode where paths that contained `.git` (like `.github`), for example, were also being ignored ([#1356](https://github.com/go-task/task/issues/1356) by [@butuzov](https://github.com/butuzov)).
|
|
13
|
+
- Fixed a nil pointer error when running a Taskfile with no contents ([#1341](https://github.com/go-task/task/issues/1341), [#1342](https://github.com/go-task/task/issues/1342) by [@pd93](https://github.com/pd93)).
|
|
14
|
+
- Added a new [exit code](https://taskfile.dev/api/#exit-codes) (107) for when a Taskfile does not contain a schema version ([#1342](https://github.com/go-task/task/issues/1342) by [@pd93](https://github.com/pd93)).
|
|
15
|
+
- Increased limit of maximum task calls from 100 to 1000 for now, as some people have been reaching this limit organically now that we have loops. This check exists to detect recursive calls, but will be removed in favor of a better algorithm soon ([#1321](https://github.com/go-task/task/issues/1321), [#1332](https://github.com/go-task/task/issues/1332)).
|
|
16
|
+
- Fixed templating on descriptions on `task --list` ([#1343](https://github.com/go-task/task/issues/1343) by [@blackjid](https://github.com/blackjid)).
|
|
17
|
+
- Fixed a bug where precondition errors were incorrectly being printed when task execution was aborted ([#1337](https://github.com/go-task/task/issues/1337), [#1338](https://github.com/go-task/task/issues/1338) by [@sylv](https://github.com/sylv)-io).
|
|
18
|
+
|
|
19
|
+
## v3.30.1 - 2023-09-14
|
|
20
|
+
|
|
21
|
+
- Fixed a regression where some special variables weren't being set correctly ([#1331](https://github.com/go-task/task/issues/1331), [#1334](https://github.com/go-task/task/issues/1334) by [@pd93](https://github.com/pd93)).
|
|
22
|
+
|
|
23
|
+
## v3.30.0 - 2023-09-13
|
|
24
|
+
|
|
25
|
+
- Prep work for Remote Taskfiles ([#1316](https://github.com/go-task/task/issues/1316) by [@pd93](https://github.com/pd93)).
|
|
26
|
+
- Added the [Remote Taskfiles experiment](https://taskfile.dev/experiments/remote-taskfiles) as a draft ([#1152](https://github.com/go-task/task/issues/1152), [#1317](https://github.com/go-task/task/issues/1317) by [@pd93](https://github.com/pd93)).
|
|
27
|
+
- Improve performance of content checksuming on `sources:` by replacing md5 with [XXH3](https://xxhash.com/) which is much faster. This is a soft breaking change because checksums will be invalidated when upgrading to this release ([#1325](https://github.com/go-task/task/issues/1325) by [@ReillyBrogan](https://github.com/ReillyBrogan)).
|
|
28
|
+
|
|
8
29
|
## v3.29.1 - 2023-08-26
|
|
9
30
|
|
|
10
31
|
- Update to Go 1.21 (bump minimum version to 1.20) ([#1302](https://github.com/go-task/task/issues/1302) by [@pd93](https://github.com/pd93))
|
|
@@ -29,7 +50,7 @@ sidebar_position: 14
|
|
|
29
50
|
- Allow Taskfiles starting with lowercase characters ([#947](https://github.com/go-task/task/issues/947), [#1221](https://github.com/go-task/task/issues/1221) by [@pd93](https://github.com/pd93)).
|
|
30
51
|
- e.g. `taskfile.yml`, `taskfile.yaml`, `taskfile.dist.yml` & `taskfile.dist.yaml`
|
|
31
52
|
- Bug fixes were made to the [npm installation method](https://taskfile.dev/installation/#npm). ([#1190](https://github.com/go-task/task/issues/1190), by [@sounisi5011](https://github.com/sounisi5011)).
|
|
32
|
-
- Added the [gentle force experiment](https://taskfile.dev/experiments) as a draft ([#1200](https://github.com/go-task/task/issues/1200), [#1216](https://github.com/go-task/task/issues/1216) by [@pd93](https://github.com/pd93)).
|
|
53
|
+
- Added the [gentle force experiment](https://taskfile.dev/experiments/gentle-force) as a draft ([#1200](https://github.com/go-task/task/issues/1200), [#1216](https://github.com/go-task/task/issues/1216) by [@pd93](https://github.com/pd93)).
|
|
33
54
|
- Added an `--experiments` flag to allow you to see which experiments are enabled ([#1242](https://github.com/go-task/task/issues/1242) by [@pd93](https://github.com/pd93)).
|
|
34
55
|
- Added ability to specify which variables are required in a task ([#1203](https://github.com/go-task/task/issues/1203), [#1204](https://github.com/go-task/task/issues/1204) by [@benc](https://github.com/benc)-uk).
|
|
35
56
|
|
|
@@ -13,7 +13,7 @@ Companies who donate at least $50/month will be featured as a "Gold Sponsor" in
|
|
|
13
13
|
|
|
14
14
|
## GitHub Sponsors
|
|
15
15
|
|
|
16
|
-
The preferred way to donate to the maintainers is via GitHub Sponsors. Just use the following links to do your donation
|
|
16
|
+
The preferred way to donate to the maintainers is via GitHub Sponsors. Just use the following links to do your donation. We suggest a 50/50 split to each maintainer of the total amount you plan to donate to the project.
|
|
17
17
|
|
|
18
18
|
- [@andreynering](https://github.com/sponsors/andreynering)
|
|
19
19
|
- [@pd93](https://github.com/sponsors/pd93)
|
|
@@ -12,7 +12,7 @@ This experiment allows you to specify a remote Taskfile URL when including a Tas
|
|
|
12
12
|
```yaml
|
|
13
13
|
version: '3'
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
includes:
|
|
16
16
|
my-remote-namespace: https://raw.githubusercontent.com/my-org/my-repo/main/Taskfile.yml
|
|
17
17
|
```
|
|
18
18
|
|
|
@@ -37,15 +37,18 @@ Running commands from sources that you do not control is always a potential secu
|
|
|
37
37
|
1. When running a task from a remote Taskfile for the first time, Task will print a warning to the console asking you to check that you are sure that you trust the source of the Taskfile. If you do not accept the prompt, then Task will exit with code `104` (not trusted) and nothing will run. If you accept the prompt, the remote Taskfile will run and further calls to the remote Taskfile will not prompt you again.
|
|
38
38
|
2. Whenever you run a remote Taskfile, Task will create and store a checksum of the file that you are running. If the checksum changes, then Task will print another warning to the console to inform you that the contents of the remote file has changed. If you do not accept the prompt, then Task will exit with code `104` (not trusted) and nothing will run. If you accept the prompt, the checksum will be updated and the remote Taskfile will run.
|
|
39
39
|
|
|
40
|
+
Sometimes you need to run Task in an environment that does not have an interactive terminal, so you are not able to accept a prompt. In these cases you are able to tell task to accept these prompts automatically by using the `--yes` flag. Before enabling this flag, you should:
|
|
41
|
+
|
|
42
|
+
1. Be sure that you trust the source and contents of the remote Taskfile.
|
|
43
|
+
2. Consider using a pinned version of the remote Taskfile (e.g. A link containing a commit hash) to prevent Task from automatically accepting a prompt that says a remote Taskfile has changed.
|
|
44
|
+
|
|
40
45
|
Task currently supports both `http` and `https` URLs. However, the `http` requests will not execute by default unless you run the task with the `--insecure` flag. This is to protect you from accidentally running a remote Taskfile that is hosted on and unencrypted connection. Sources that are not protected by TLS are vulnerable to [man-in-the-middle attacks][man-in-the-middle-attacks] and should be avoided unless you know what you are doing.
|
|
41
46
|
|
|
42
47
|
## Caching & Running Offline
|
|
43
48
|
|
|
44
|
-
If for whatever reason, you
|
|
45
|
-
|
|
46
|
-
<!-- TODO: The following behavior may change -->
|
|
49
|
+
Whenever you run a remote Taskfile, the latest copy will be downloaded from the internet and cached locally. If for whatever reason, you lose access to the internet, you will still be able to run your tasks by specifying the `--offline` flag. This will tell Task to use the latest cached version of the file instead of trying to download it. You are able to use the `--download` flag to update the cached version of the remote files without running any tasks.
|
|
47
50
|
|
|
48
|
-
|
|
51
|
+
By default, Task will timeout requests to download remote files after 10 seconds and look for a cached copy instead. This timeout can be configured by setting the `--timeout` flag and specifying a duration. For example, `--timeout 5s` will set the timeout to 5 seconds.
|
|
49
52
|
|
|
50
53
|
<!-- prettier-ignore-start -->
|
|
51
54
|
|
|
@@ -17,7 +17,7 @@ If you're on macOS or Linux and have [Homebrew][homebrew] installed, getting Tas
|
|
|
17
17
|
brew install go-task/tap/go-task
|
|
18
18
|
```
|
|
19
19
|
|
|
20
|
-
The above Formula is [maintained by ourselves](https://github.com/go-task/homebrew-tap/blob/
|
|
20
|
+
The above Formula is [maintained by ourselves](https://github.com/go-task/homebrew-tap/blob/main/Formula/go-task.rb).
|
|
21
21
|
|
|
22
22
|
Recently, Task was also made available [on the official Homebrew repository](https://formulae.brew.sh/formula/go-task), so you also have that option if you prefer:
|
|
23
23
|
|
|
@@ -37,16 +37,6 @@ The above example is just the start, you can take a look at the [usage](/usage)
|
|
|
37
37
|
- Truly cross-platform: while most build tools only work well on Linux or macOS, Task also supports Windows thanks to [this shell interpreter for Go][sh].
|
|
38
38
|
- Great for code generation: you can easily [prevent a task from running](/usage#prevent-unnecessary-work) if a given set of files haven't changed since last run (based either on its timestamp or content).
|
|
39
39
|
|
|
40
|
-
## Gold Sponsors
|
|
41
|
-
|
|
42
|
-
<div class="gold-sponsors">
|
|
43
|
-
|
|
44
|
-
| [Appwrite](https://appwrite.io/?utm_source=taskfile.dev&utm_medium=website&utm_campaign=task_oss_fund) |
|
|
45
|
-
| ---------------------------------------------------------------------------------------------------------------------------- |
|
|
46
|
-
| [](https://appwrite.io/?utm_source=taskfile.dev&utm_medium=website&utm_campaign=task_oss_fund) |
|
|
47
|
-
|
|
48
|
-
</div>
|
|
49
|
-
|
|
50
40
|
<!-- prettier-ignore-start -->
|
|
51
41
|
|
|
52
42
|
<!-- prettier-ignore-end -->
|
|
@@ -43,8 +43,8 @@ Nix is a community owned installation method. Nix package maintainers usually ta
|
|
|
43
43
|
<!-- prettier-ignore-end -->
|
|
44
44
|
[goreleaser]: https://goreleaser.com/
|
|
45
45
|
[homebrewtap]: https://github.com/go-task/homebrew-tap
|
|
46
|
-
[gotaskrb]: https://github.com/go-task/homebrew-tap/blob/
|
|
46
|
+
[gotaskrb]: https://github.com/go-task/homebrew-tap/blob/main/Formula/go-task.rb
|
|
47
47
|
[packagejson]: https://github.com/go-task/task/blob/main/package.json#L3
|
|
48
48
|
[snappackage]: https://github.com/go-task/snap
|
|
49
|
-
[snapcraftyaml]: https://github.com/go-task/snap/blob/
|
|
49
|
+
[snapcraftyaml]: https://github.com/go-task/snap/blob/main/snap/snapcraft.yaml#L2
|
|
50
50
|
[snapcraftdashboard]: https://snapcraft.io/task/releases
|