go-task-bin 3.33.1__tar.gz → 3.35.1__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.33.1 → go_task_bin-3.35.1}/PKG-INFO +1 -1
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/pdm_build.py +1 -1
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/pyproject.toml +1 -1
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/.github/workflows/issue-experiment.yml +7 -7
- go_task_bin-3.35.1/task/.github/workflows/lint.yml +43 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/.github/workflows/release.yml +1 -1
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/.github/workflows/test.yml +1 -1
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/.github/workflows/upload-source-documents.yml +1 -1
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/CHANGELOG.md +62 -1
- go_task_bin-3.35.1/task/args/args.go +30 -0
- go_task_bin-3.35.1/task/args/args_test.go +108 -0
- go_task_bin-3.35.1/task/cmd/task/task.go +221 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/completion/zsh/_task +1 -1
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/docs/api_reference.md +18 -4
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/docs/changelog.md +62 -1
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/docs/deprecations/template.md +9 -4
- go_task_bin-3.35.1/task/docs/docs/deprecations/version_2_schema.md +33 -0
- go_task_bin-3.35.1/task/docs/docs/experiments/any_variables.mdx +346 -0
- go_task_bin-3.35.1/task/docs/docs/experiments/experiments.md +131 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/docs/experiments/gentle_force.md +28 -5
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/docs/experiments/remote_taskfiles.md +17 -3
- go_task_bin-3.35.1/task/docs/docs/experiments/template.md +42 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/docs/faq.md +1 -1
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/docs/installation.md +22 -21
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/docs/styleguide.md +24 -37
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/docs/taskfile_versions.md +9 -9
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/docs/usage.md +93 -23
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/docusaurus.config.ts +6 -1
- {go_task_bin-3.33.1/task/docs/i18n/pt-BR → go_task_bin-3.35.1/task/docs/i18n/es-ES}/docusaurus-plugin-content-blog/2023-09-02-introducing-experiments.md +3 -3
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/api_reference.md +1 -0
- go_task_bin-3.35.1/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/changelog.md +573 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/community.md +2 -2
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/contributing.md +3 -3
- go_task_bin-3.35.1/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/deprecations/template.md +22 -0
- go_task_bin-3.35.1/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/deprecations/version_2_schema.md +25 -0
- {go_task_bin-3.33.1/task/docs/docs → go_task_bin-3.35.1/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current}/experiments/any_variables.md +28 -5
- go_task_bin-3.35.1/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/experiments/any_variables.mdx +162 -0
- {go_task_bin-3.33.1/task/docs/i18n/ru-RU → go_task_bin-3.35.1/task/docs/i18n/es-ES}/docusaurus-plugin-content-docs/current/experiments/experiments.md +5 -4
- {go_task_bin-3.33.1/task/docs/i18n/fr-FR → go_task_bin-3.35.1/task/docs/i18n/es-ES}/docusaurus-plugin-content-docs/current/experiments/gentle_force.md +21 -6
- {go_task_bin-3.33.1/task/docs/i18n/pt-BR → go_task_bin-3.35.1/task/docs/i18n/es-ES}/docusaurus-plugin-content-docs/current/experiments/remote_taskfiles.md +13 -4
- go_task_bin-3.35.1/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/experiments/template.md +39 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/faq.md +1 -1
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/integrations.md +3 -3
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/intro.md +3 -3
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/styleguide.md +0 -13
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/taskfile_versions.md +8 -8
- {go_task_bin-3.33.1/task/docs/i18n/fr-FR → go_task_bin-3.35.1/task/docs/i18n/es-ES}/docusaurus-plugin-content-docs/current/usage.md +1 -1
- {go_task_bin-3.33.1/task/docs/i18n/ja-JP → go_task_bin-3.35.1/task/docs/i18n/fr-FR}/docusaurus-plugin-content-blog/2023-09-02-introducing-experiments.md +3 -3
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/api_reference.md +1 -0
- go_task_bin-3.35.1/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/changelog.md +573 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/community.md +2 -2
- {go_task_bin-3.33.1/task/docs/i18n/pt-BR → go_task_bin-3.35.1/task/docs/i18n/fr-FR}/docusaurus-plugin-content-docs/current/contributing.md +3 -3
- go_task_bin-3.35.1/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/deprecations/template.md +22 -0
- go_task_bin-3.35.1/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/deprecations/version_2_schema.md +25 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/donate.md +1 -1
- go_task_bin-3.35.1/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/experiments/any_variables.md +206 -0
- go_task_bin-3.35.1/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/experiments/any_variables.mdx +162 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/experiments/experiments.md +5 -4
- {go_task_bin-3.33.1/task/docs/i18n/pt-BR → go_task_bin-3.35.1/task/docs/i18n/fr-FR}/docusaurus-plugin-content-docs/current/experiments/gentle_force.md +21 -6
- {go_task_bin-3.33.1/task/docs/i18n/es-ES → go_task_bin-3.35.1/task/docs/i18n/fr-FR}/docusaurus-plugin-content-docs/current/experiments/remote_taskfiles.md +13 -4
- go_task_bin-3.35.1/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/experiments/template.md +39 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/faq.md +1 -1
- {go_task_bin-3.33.1/task/docs/i18n/tr-TR → go_task_bin-3.35.1/task/docs/i18n/fr-FR}/docusaurus-plugin-content-docs/current/integrations.md +3 -3
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/intro.md +3 -3
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/styleguide.md +0 -13
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/taskfile_versions.md +11 -11
- {go_task_bin-3.33.1/task/docs/i18n/es-ES → go_task_bin-3.35.1/task/docs/i18n/fr-FR}/docusaurus-plugin-content-docs/current/usage.md +1 -1
- {go_task_bin-3.33.1/task/docs/i18n/fr-FR → go_task_bin-3.35.1/task/docs/i18n/ja-JP}/docusaurus-plugin-content-blog/2023-09-02-introducing-experiments.md +3 -3
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/api_reference.md +53 -52
- go_task_bin-3.35.1/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/changelog.md +573 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/community.md +2 -2
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/contributing.md +3 -3
- go_task_bin-3.35.1/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/deprecations/template.md +22 -0
- go_task_bin-3.35.1/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/deprecations/version_2_schema.md +25 -0
- go_task_bin-3.35.1/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/experiments/any_variables.md +206 -0
- go_task_bin-3.35.1/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/experiments/any_variables.mdx +162 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/experiments/experiments.md +5 -4
- {go_task_bin-3.33.1/task/docs/i18n/es-ES → go_task_bin-3.35.1/task/docs/i18n/ja-JP}/docusaurus-plugin-content-docs/current/experiments/gentle_force.md +21 -6
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/experiments/remote_taskfiles.md +13 -4
- go_task_bin-3.35.1/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/experiments/template.md +39 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/faq.md +1 -1
- {go_task_bin-3.33.1/task/docs/i18n/fr-FR → go_task_bin-3.35.1/task/docs/i18n/ja-JP}/docusaurus-plugin-content-docs/current/integrations.md +3 -3
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/intro.md +3 -3
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/styleguide.md +0 -13
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/taskfile_versions.md +8 -8
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/usage.md +5 -5
- {go_task_bin-3.33.1/task/docs/i18n/es-ES → go_task_bin-3.35.1/task/docs/i18n/pt-BR}/docusaurus-plugin-content-blog/2023-09-02-introducing-experiments.md +3 -3
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/api_reference.md +1 -0
- go_task_bin-3.35.1/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/changelog.md +573 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/community.md +2 -2
- {go_task_bin-3.33.1/task/docs/i18n/tr-TR → go_task_bin-3.35.1/task/docs/i18n/pt-BR}/docusaurus-plugin-content-docs/current/contributing.md +3 -3
- go_task_bin-3.35.1/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/deprecations/template.md +22 -0
- go_task_bin-3.35.1/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/deprecations/version_2_schema.md +25 -0
- go_task_bin-3.35.1/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/experiments/any_variables.md +206 -0
- go_task_bin-3.35.1/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/experiments/any_variables.mdx +162 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/experiments/experiments.md +5 -4
- {go_task_bin-3.33.1/task/docs/i18n/ja-JP → go_task_bin-3.35.1/task/docs/i18n/pt-BR}/docusaurus-plugin-content-docs/current/experiments/gentle_force.md +21 -6
- {go_task_bin-3.33.1/task/docs/i18n/fr-FR → go_task_bin-3.35.1/task/docs/i18n/pt-BR}/docusaurus-plugin-content-docs/current/experiments/remote_taskfiles.md +13 -4
- go_task_bin-3.35.1/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/experiments/template.md +39 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/faq.md +1 -1
- {go_task_bin-3.33.1/task/docs/i18n/ja-JP → go_task_bin-3.35.1/task/docs/i18n/pt-BR}/docusaurus-plugin-content-docs/current/integrations.md +3 -3
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/intro.md +3 -3
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/styleguide.md +0 -13
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/taskfile_versions.md +8 -8
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/usage.md +1 -1
- go_task_bin-3.35.1/task/docs/i18n/ru-RU/docusaurus-plugin-content-blog/2023-09-02-introducing-experiments.md +93 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/api_reference.md +1 -0
- go_task_bin-3.35.1/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/changelog.md +573 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/community.md +2 -2
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/contributing.md +3 -3
- go_task_bin-3.35.1/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/deprecations/template.md +22 -0
- go_task_bin-3.35.1/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/deprecations/version_2_schema.md +25 -0
- go_task_bin-3.35.1/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/experiments/any_variables.md +206 -0
- go_task_bin-3.35.1/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/experiments/any_variables.mdx +162 -0
- {go_task_bin-3.33.1/task/docs/i18n/es-ES → go_task_bin-3.35.1/task/docs/i18n/ru-RU}/docusaurus-plugin-content-docs/current/experiments/experiments.md +5 -4
- go_task_bin-3.35.1/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/experiments/gentle_force.md +36 -0
- go_task_bin-3.35.1/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/experiments/remote_taskfiles.md +66 -0
- go_task_bin-3.35.1/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/experiments/template.md +39 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/faq.md +1 -1
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/integrations.md +3 -3
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/intro.md +3 -3
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/styleguide.md +0 -13
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/taskfile_versions.md +11 -11
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/usage.md +1 -1
- go_task_bin-3.35.1/task/docs/i18n/tr-TR/docusaurus-plugin-content-blog/2023-09-02-introducing-experiments.md +93 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/api_reference.md +1 -0
- go_task_bin-3.35.1/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/changelog.md +573 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/community.md +2 -2
- {go_task_bin-3.33.1/task/docs/i18n/fr-FR → go_task_bin-3.35.1/task/docs/i18n/tr-TR}/docusaurus-plugin-content-docs/current/contributing.md +3 -3
- go_task_bin-3.35.1/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/deprecations/template.md +22 -0
- go_task_bin-3.35.1/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/deprecations/version_2_schema.md +25 -0
- go_task_bin-3.35.1/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/experiments/any_variables.md +206 -0
- go_task_bin-3.35.1/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/experiments/any_variables.mdx +162 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/experiments/experiments.md +5 -4
- go_task_bin-3.35.1/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/experiments/gentle_force.md +36 -0
- go_task_bin-3.35.1/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/experiments/remote_taskfiles.md +66 -0
- go_task_bin-3.35.1/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/experiments/template.md +39 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/faq.md +1 -1
- {go_task_bin-3.33.1/task/docs/i18n/pt-BR → go_task_bin-3.35.1/task/docs/i18n/tr-TR}/docusaurus-plugin-content-docs/current/integrations.md +3 -3
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/intro.md +3 -3
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/styleguide.md +0 -13
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/taskfile_versions.md +8 -8
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/usage.md +1 -1
- go_task_bin-3.35.1/task/docs/i18n/zh-Hans/docusaurus-plugin-content-blog/2023-09-02-introducing-experiments.md +93 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/api_reference.md +1 -0
- go_task_bin-3.35.1/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/changelog.md +573 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/community.md +2 -2
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/contributing.md +3 -3
- go_task_bin-3.35.1/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deprecations/template.md +22 -0
- go_task_bin-3.35.1/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deprecations/version_2_schema.md +25 -0
- go_task_bin-3.35.1/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/experiments/any_variables.md +206 -0
- go_task_bin-3.35.1/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/experiments/any_variables.mdx +162 -0
- go_task_bin-3.35.1/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/experiments/experiments.md +79 -0
- go_task_bin-3.35.1/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/experiments/gentle_force.md +36 -0
- go_task_bin-3.35.1/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/experiments/remote_taskfiles.md +66 -0
- go_task_bin-3.35.1/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/experiments/template.md +39 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/faq.md +1 -1
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/integrations.md +3 -3
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/intro.md +3 -3
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/styleguide.md +0 -13
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/taskfile_versions.md +11 -11
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/usage.md +1 -1
- go_task_bin-3.35.1/task/docs/static/js/carbon.js +31 -0
- go_task_bin-3.35.1/task/docs/static/schema.json +665 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/yarn.lock +3 -3
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/errors/errors.go +1 -1
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/errors/errors_task.go +3 -3
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/errors/errors_taskfile.go +29 -16
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/go.mod +6 -7
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/go.sum +19 -14
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/hash.go +2 -2
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/help.go +5 -12
- go_task_bin-3.33.1/task/internal/compiler/v3/compiler_v3.go → go_task_bin-3.35.1/task/internal/compiler/compiler.go +53 -42
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/internal/compiler/env.go +5 -5
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/internal/env/env.go +2 -2
- go_task_bin-3.35.1/task/internal/exp/maps.go +26 -0
- go_task_bin-3.35.1/task/internal/experiments/experiments.go +106 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/internal/fingerprint/checker.go +5 -5
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/internal/fingerprint/glob.go +2 -2
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/internal/fingerprint/sources_checksum.go +6 -6
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/internal/fingerprint/sources_none.go +4 -4
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/internal/fingerprint/sources_timestamp.go +5 -5
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/internal/fingerprint/status.go +2 -2
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/internal/fingerprint/task.go +2 -2
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/internal/fingerprint/task_test.go +17 -17
- go_task_bin-3.35.1/task/internal/flags/flags.go +151 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/internal/hash/hash.go +5 -5
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/internal/logger/logger.go +1 -1
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/internal/mocks/sources_checkable.go +24 -23
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/internal/mocks/status_checkable.go +10 -10
- {go_task_bin-3.33.1/task/internal/orderedmap → go_task_bin-3.35.1/task/internal/omap}/orderedmap.go +10 -10
- {go_task_bin-3.33.1/task/internal/orderedmap → go_task_bin-3.35.1/task/internal/omap}/orderedmap_test.go +3 -3
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/internal/output/output.go +4 -4
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/internal/output/output_test.go +4 -4
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/internal/slicesext/slicesext.go +3 -3
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/internal/sort/sorter.go +5 -5
- go_task_bin-3.35.1/task/internal/sort/sorter_test.go +77 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/internal/summary/summary.go +12 -12
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/internal/summary/summary_test.go +22 -22
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/internal/templater/funcs.go +20 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/internal/templater/templater.go +16 -18
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/package-lock.json +1 -1
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/package.json +1 -1
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/precondition.go +2 -2
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/requires.go +2 -2
- go_task_bin-3.35.1/task/setup.go +253 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/status.go +3 -3
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/task.go +47 -32
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/task_test.go +207 -220
- go_task_bin-3.35.1/task/taskfile/ast/call.go +9 -0
- {go_task_bin-3.33.1/task/taskfile → go_task_bin-3.35.1/task/taskfile/ast}/cmd.go +1 -1
- {go_task_bin-3.33.1/task/taskfile → go_task_bin-3.35.1/task/taskfile/ast}/dep.go +4 -3
- {go_task_bin-3.33.1/task/taskfile → go_task_bin-3.35.1/task/taskfile/ast}/for.go +1 -1
- {go_task_bin-3.33.1/task/taskfile → go_task_bin-3.35.1/task/taskfile/ast}/glob.go +1 -1
- go_task_bin-3.33.1/task/taskfile/included_taskfile.go → go_task_bin-3.35.1/task/taskfile/ast/include.go +49 -63
- {go_task_bin-3.33.1/task/taskfile → go_task_bin-3.35.1/task/taskfile/ast}/location.go +1 -1
- {go_task_bin-3.33.1/task/taskfile → go_task_bin-3.35.1/task/taskfile/ast}/output.go +1 -1
- {go_task_bin-3.33.1/task/taskfile → go_task_bin-3.35.1/task/taskfile/ast}/platforms.go +1 -1
- {go_task_bin-3.33.1/task/taskfile → go_task_bin-3.35.1/task/taskfile/ast}/platforms_test.go +1 -1
- {go_task_bin-3.33.1/task/taskfile → go_task_bin-3.35.1/task/taskfile/ast}/precondition.go +1 -1
- {go_task_bin-3.33.1/task/taskfile → go_task_bin-3.35.1/task/taskfile/ast}/precondition_test.go +10 -10
- {go_task_bin-3.33.1/task/taskfile → go_task_bin-3.35.1/task/taskfile/ast}/requires.go +1 -1
- {go_task_bin-3.33.1/task/taskfile → go_task_bin-3.35.1/task/taskfile/ast}/task.go +27 -3
- go_task_bin-3.35.1/task/taskfile/ast/taskfile.go +98 -0
- {go_task_bin-3.33.1/task/taskfile → go_task_bin-3.35.1/task/taskfile/ast}/taskfile_test.go +24 -24
- go_task_bin-3.35.1/task/taskfile/ast/tasks.go +146 -0
- {go_task_bin-3.33.1/task/taskfile → go_task_bin-3.35.1/task/taskfile/ast}/var.go +56 -13
- {go_task_bin-3.33.1/task/taskfile/read → go_task_bin-3.35.1/task/taskfile}/cache.go +1 -1
- {go_task_bin-3.33.1/task/taskfile/read → go_task_bin-3.35.1/task/taskfile}/dotenv.go +6 -6
- go_task_bin-3.35.1/task/taskfile/node.go +94 -0
- {go_task_bin-3.33.1/task/taskfile/read → go_task_bin-3.35.1/task/taskfile}/node_base.go +1 -1
- {go_task_bin-3.33.1/task/taskfile/read → go_task_bin-3.35.1/task/taskfile}/node_file.go +5 -1
- {go_task_bin-3.33.1/task/taskfile/read → go_task_bin-3.35.1/task/taskfile}/node_http.go +5 -1
- go_task_bin-3.35.1/task/taskfile/node_stdin.go +46 -0
- go_task_bin-3.35.1/task/taskfile/reader.go +289 -0
- go_task_bin-3.35.1/task/taskfile/taskfile.go +88 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/concurrency/Taskfile.yml +1 -1
- go_task_bin-3.35.1/task/testdata/special_vars/Taskfile.yml +13 -0
- go_task_bin-3.35.1/task/testdata/special_vars/included/Taskfile.yml +8 -0
- go_task_bin-3.35.1/task/testdata/user_working_dir_with_includes/somedir/.keep +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/vars/any/Taskfile.yml +4 -2
- go_task_bin-3.35.1/task/testdata/vars/any2/Taskfile.yml +91 -0
- go_task_bin-3.35.1/task/testdata/vars/any2/example.json +18 -0
- go_task_bin-3.35.1/task/testdata/vars/any2/example.yaml +9 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/version/v1/Taskfile.yml +1 -1
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/version/v2/Taskfile.yml +1 -1
- go_task_bin-3.35.1/task/testdata/version/v3/Taskfile.yml +9 -0
- go_task_bin-3.35.1/task/testdata/wildcards/Taskfile.yml +25 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/variables.go +63 -49
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/watch.go +7 -7
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/watch_test.go +2 -2
- go_task_bin-3.33.1/task/.github/workflows/lint.yml +0 -24
- go_task_bin-3.33.1/task/args/args.go +0 -56
- go_task_bin-3.33.1/task/args/args_test.go +0 -219
- go_task_bin-3.33.1/task/cmd/task/task.go +0 -350
- go_task_bin-3.33.1/task/docs/docs/deprecations/version_2_schema.md +0 -26
- go_task_bin-3.33.1/task/docs/docs/experiments/experiments.md +0 -127
- go_task_bin-3.33.1/task/docs/docs/experiments/template.md +0 -20
- go_task_bin-3.33.1/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/changelog.md +0 -539
- go_task_bin-3.33.1/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/deprecations/template.md +0 -17
- go_task_bin-3.33.1/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/deprecations/version_2_schema.md +0 -22
- go_task_bin-3.33.1/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/experiments/template.md +0 -20
- go_task_bin-3.33.1/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/changelog.md +0 -539
- go_task_bin-3.33.1/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/deprecations/template.md +0 -17
- go_task_bin-3.33.1/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/deprecations/version_2_schema.md +0 -22
- go_task_bin-3.33.1/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/experiments/template.md +0 -20
- go_task_bin-3.33.1/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/changelog.md +0 -539
- go_task_bin-3.33.1/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/deprecations/template.md +0 -17
- go_task_bin-3.33.1/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/deprecations/version_2_schema.md +0 -22
- go_task_bin-3.33.1/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/experiments/template.md +0 -20
- go_task_bin-3.33.1/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/changelog.md +0 -539
- go_task_bin-3.33.1/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/deprecations/template.md +0 -17
- go_task_bin-3.33.1/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/deprecations/version_2_schema.md +0 -22
- go_task_bin-3.33.1/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/experiments/template.md +0 -20
- go_task_bin-3.33.1/task/docs/i18n/ru-RU/docusaurus-plugin-content-blog/2023-09-02-introducing-experiments.md +0 -93
- go_task_bin-3.33.1/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/changelog.md +0 -539
- go_task_bin-3.33.1/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/deprecations/template.md +0 -17
- go_task_bin-3.33.1/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/deprecations/version_2_schema.md +0 -22
- go_task_bin-3.33.1/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/experiments/gentle_force.md +0 -21
- go_task_bin-3.33.1/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/experiments/remote_taskfiles.md +0 -57
- go_task_bin-3.33.1/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/experiments/template.md +0 -20
- go_task_bin-3.33.1/task/docs/i18n/tr-TR/docusaurus-plugin-content-blog/2023-09-02-introducing-experiments.md +0 -93
- go_task_bin-3.33.1/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/changelog.md +0 -539
- go_task_bin-3.33.1/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/deprecations/template.md +0 -17
- go_task_bin-3.33.1/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/deprecations/version_2_schema.md +0 -22
- go_task_bin-3.33.1/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/experiments/gentle_force.md +0 -21
- go_task_bin-3.33.1/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/experiments/remote_taskfiles.md +0 -57
- go_task_bin-3.33.1/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/experiments/template.md +0 -20
- go_task_bin-3.33.1/task/docs/i18n/zh-Hans/docusaurus-plugin-content-blog/2023-09-02-introducing-experiments.md +0 -93
- go_task_bin-3.33.1/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/changelog.md +0 -539
- go_task_bin-3.33.1/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deprecations/template.md +0 -17
- go_task_bin-3.33.1/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deprecations/version_2_schema.md +0 -22
- go_task_bin-3.33.1/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/experiments/experiments.md +0 -78
- go_task_bin-3.33.1/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/experiments/gentle_force.md +0 -21
- go_task_bin-3.33.1/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/experiments/remote_taskfiles.md +0 -57
- go_task_bin-3.33.1/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/experiments/template.md +0 -20
- go_task_bin-3.33.1/task/docs/static/js/carbon.js +0 -29
- go_task_bin-3.33.1/task/docs/static/schema.json +0 -649
- go_task_bin-3.33.1/task/internal/compiler/compiler.go +0 -15
- go_task_bin-3.33.1/task/internal/compiler/v2/compiler_v2.go +0 -138
- go_task_bin-3.33.1/task/internal/experiments/experiments.go +0 -58
- go_task_bin-3.33.1/task/internal/sort/sorter_test.go +0 -77
- go_task_bin-3.33.1/task/setup.go +0 -356
- go_task_bin-3.33.1/task/taskfile/call.go +0 -9
- go_task_bin-3.33.1/task/taskfile/merge.go +0 -80
- go_task_bin-3.33.1/task/taskfile/read/node.go +0 -44
- go_task_bin-3.33.1/task/taskfile/read/taskfile.go +0 -396
- go_task_bin-3.33.1/task/taskfile/read/taskvars.go +0 -45
- go_task_bin-3.33.1/task/taskfile/taskfile.go +0 -89
- go_task_bin-3.33.1/task/taskfile/tasks.go +0 -54
- go_task_bin-3.33.1/task/testdata/incorrect_includes/Taskfile.yml +0 -10
- go_task_bin-3.33.1/task/testdata/incorrect_includes/included/Taskfile.yml +0 -6
- go_task_bin-3.33.1/task/testdata/special_vars/Taskfile.yml +0 -19
- go_task_bin-3.33.1/task/testdata/special_vars/included/Taskfile.yml +0 -9
- go_task_bin-3.33.1/task/testdata/vars/v2/Taskfile.yml +0 -58
- go_task_bin-3.33.1/task/testdata/vars/v2/Taskvars.yml +0 -14
- go_task_bin-3.33.1/task/testdata/vars/v2/multiline/Taskfile.yml +0 -45
- go_task_bin-3.33.1/task/testdata/vars/v3/.gitignore +0 -1
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/LICENSE +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/README.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/go_task_bin/__init__.py +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/.editorconfig +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/.git +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/.gitattributes +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/.github/CODE_OF_CONDUCT.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/.github/CONTRIBUTING.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/.github/FUNDING.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/.github/dependabot.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/.github/pull_request_template.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/.github/workflows/issue-awaiting-response.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/.github/workflows/issue-closed.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/.github/workflows/issue-needs-triage.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/.github/workflows/sync-translated-documents.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/.gitignore +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/.golangci.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/.goreleaser.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/.mockery.yaml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/.nvmrc +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/.prettierrc.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/.vscode/settings-sample.json +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/LICENSE +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/README.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/bin/.keep +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/cmd/release/main.go +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/cmd/sleepit/sleepit.go +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/completion/bash/task.bash +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/completion/fish/task.fish +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/completion/ps/task.ps1 +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/concurrency.go +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/.gitignore +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/.nojekyll +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/babel.config.ts +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/blog/2023-09-02-introducing-experiments.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/blog/authors.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/constants.ts +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/crowdin.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/docs/community.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/docs/contributing.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/docs/deprecations/deprecations.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/docs/donate.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/docs/integrations.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/docs/intro.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/docs/releasing.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/docs/translate.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/en/code.json +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/en/docusaurus-plugin-content-docs/current.json +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/en/docusaurus-theme-classic/footer.json +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/en/docusaurus-theme-classic/navbar.json +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/es-ES/code.json +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/es-ES/docusaurus-plugin-content-blog/authors.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/deprecations/deprecations.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/donate.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/experiments/workflow.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/installation.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/releasing.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/translate.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/es-ES/docusaurus-plugin-content-docs/current.json +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/es-ES/docusaurus-theme-classic/footer.json +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/es-ES/docusaurus-theme-classic/navbar.json +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/fr-FR/code.json +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/fr-FR/docusaurus-plugin-content-blog/authors.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/deprecations/deprecations.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/experiments/workflow.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/installation.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/releasing.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/translate.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current.json +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/fr-FR/docusaurus-theme-classic/footer.json +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/fr-FR/docusaurus-theme-classic/navbar.json +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/ja-JP/code.json +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/ja-JP/docusaurus-plugin-content-blog/authors.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/deprecations/deprecations.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/donate.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/experiments/workflow.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/installation.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/releasing.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/translate.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current.json +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/ja-JP/docusaurus-theme-classic/footer.json +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/ja-JP/docusaurus-theme-classic/navbar.json +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/pt-BR/code.json +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/pt-BR/docusaurus-plugin-content-blog/authors.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/deprecations/deprecations.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/donate.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/experiments/workflow.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/installation.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/releasing.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/translate.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current.json +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/pt-BR/docusaurus-theme-classic/footer.json +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/pt-BR/docusaurus-theme-classic/navbar.json +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/ru-RU/code.json +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/ru-RU/docusaurus-plugin-content-blog/authors.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/deprecations/deprecations.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/donate.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/experiments/workflow.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/installation.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/releasing.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/translate.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current.json +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/ru-RU/docusaurus-theme-classic/footer.json +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/ru-RU/docusaurus-theme-classic/navbar.json +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/tr-TR/code.json +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/tr-TR/docusaurus-plugin-content-blog/authors.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/deprecations/deprecations.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/donate.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/experiments/workflow.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/installation.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/releasing.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/translate.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current.json +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/tr-TR/docusaurus-theme-classic/footer.json +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/tr-TR/docusaurus-theme-classic/navbar.json +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/zh-Hans/code.json +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-blog/authors.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deprecations/deprecations.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/donate.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/experiments/workflow.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/installation.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/releasing.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/translate.md +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current.json +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/zh-Hans/docusaurus-theme-classic/footer.json +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/i18n/zh-Hans/docusaurus-theme-classic/navbar.json +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/package.json +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/prettier.config.js +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/sidebars.ts +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/src/api/crowdin.js +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/src/components/.keep +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/src/css/carbon.css +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/src/css/custom.css +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/src/pages/.keep +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/src/themes/prismDark.js +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/src/themes/prismLight.js +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/static/.nojekyll +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/static/CNAME +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/static/img/appwrite.svg +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/static/img/favicon.ico +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/static/img/logo.png +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/static/img/logo.svg +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/static/img/logo_mono.svg +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/static/img/og-image.png +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/static/img/pix.png +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/static/install.sh +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/docs/tsconfig.json +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/init.go +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/install-task.sh +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/internal/deepcopy/deepcopy.go +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/internal/editors/output.go +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/internal/execext/devnull.go +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/internal/execext/exec.go +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/internal/filepathext/filepathext.go +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/internal/fingerprint/sources.go +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/internal/fingerprint/sources_checksum_test.go +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/internal/goext/meta.go +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/internal/output/group.go +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/internal/output/interleaved.go +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/internal/output/prefixed.go +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/internal/sysinfo/uid.go +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/internal/sysinfo/uid_win.go +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/internal/term/term.go +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/internal/version/version.go +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/signals.go +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/signals_test.go +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/alias/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/alias/Taskfile2.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/alias/alias-summary.txt +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/alias/alias.txt +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/checksum/.gitignore +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/checksum/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/checksum/ignore_me.txt +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/checksum/source.txt +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/cyclic/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/deferred/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/deps/.gitignore +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/deps/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/dir/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/dir/dynamic_var/.gitignore +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/dir/dynamic_var/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/dir/dynamic_var/subdirectory/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/dir/dynamic_var_on_created_dir/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/dir/explicit_doesnt_exist/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/dir/explicit_exists/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/dir/explicit_exists/exists/.keep +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/dotenv/.gitignore +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/dotenv/default/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/dotenv/env_var_in_path/.env.testing +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/dotenv/env_var_in_path/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/dotenv/error_included_envs/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/dotenv/include1/.env +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/dotenv/include1/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/dotenv/include1/envs/.env +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/dotenv/local_env_in_path/.env.testing +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/dotenv/local_env_in_path/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/dotenv/local_var_in_path/.env.testing +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/dotenv/local_var_in_path/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/dotenv/missing_env/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/dotenv_task/default/.env +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/dotenv_task/default/.gitignore +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/dotenv_task/default/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/dry/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/dry_checksum/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/dry_checksum/source.txt +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/empty_task/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/env/.gitignore +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/env/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/error_code/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/evaluate_symlinks_in_paths/Taskfile.yaml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/evaluate_symlinks_in_paths/shared/b +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/evaluate_symlinks_in_paths/shared/inner_shared/c +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/evaluate_symlinks_in_paths/src/a +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/exit_immediately/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/expand/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/file_names/.gitignore +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/file_names/Taskfile.dist.yaml/Taskfile.dist.yaml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/file_names/Taskfile.dist.yml/Taskfile.dist.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/file_names/Taskfile.yaml/Taskfile.yaml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/file_names/Taskfile.yml/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/for/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/for/bar.txt +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/for/foo.txt +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/force/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/generates/.gitignore +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/generates/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/generates/sub/.keep +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/ignore_errors/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/ignore_nil_elements/cmds/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/ignore_nil_elements/deps/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/ignore_nil_elements/includes/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/ignore_nil_elements/includes/inc.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/ignore_nil_elements/preconditions/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/ignore_signals/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/include_with_vars/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/include_with_vars/include/Taskfile.include.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/include_with_vars_multi_level/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/include_with_vars_multi_level/bar/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/include_with_vars_multi_level/foo/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/include_with_vars_multi_level/lib/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes/.gitignore +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes/Taskfile2.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes/Taskfile_darwin.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes/Taskfile_linux.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes/Taskfile_windows.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes/included/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes/module1/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes/module2/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_call_root_task/.gitignore +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_call_root_task/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_call_root_task/Taskfile2.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_cycle/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_cycle/one/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_cycle/one/two/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_deps/.gitignore +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_deps/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_deps/Taskfile2.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_empty/.gitignore +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_empty/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_empty/Taskfile2.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_incorrect/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_incorrect/incomplete.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_internal/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_internal/Taskfile2.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_interpolation/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_interpolation/included/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_multi_level/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_multi_level/called_one.txt +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_multi_level/called_three.txt +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_multi_level/called_two.txt +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_multi_level/one/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_multi_level/one/two/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_multi_level/one/two/three/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_optional/.gitignore +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_optional/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_optional_explicit_false/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_optional_implicit_false/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_rel_path/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_rel_path/common/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_rel_path/included/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_shadowed_default/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_shadowed_default/Taskfile2.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_shadowed_default/file.txt +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_unshadowed_default/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_unshadowed_default/Taskfile2.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_unshadowed_default/file.txt +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_yaml/.gitignore +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_yaml/Custom.ext +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_yaml/included/Taskfile.yaml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/includes_yaml/included/custom.yaml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/init/.gitignore +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/internal_task/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/label_list/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/label_status/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/label_summary/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/label_uptodate/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/label_var/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/list_desc_interpolation/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/list_mixed_desc/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/output_group/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/output_group_error_only/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/params/.gitignore +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/params/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/platforms/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/precondition/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/precondition/foo.txt +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/prompt/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/run/.gitignore +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/run/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/shopts/command_level/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/shopts/global_level/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/shopts/task_level/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/short_task_notation/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/silent/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/single_cmd_dep/.gitignore +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/single_cmd_dep/Taskfile.yml +0 -0
- {go_task_bin-3.33.1/task/testdata/taskfile_walk/foo/bar → go_task_bin-3.35.1/task/testdata/special_vars/subdir}/.gitkeep +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/split_args/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/status/.gitignore +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/status/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/status_vars/.gitignore +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/status_vars/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/status_vars/source.txt +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/summary/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/summary/task-with-summary.txt +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/taskfile_walk/Taskfile.yml +0 -0
- /go_task_bin-3.33.1/task/testdata/user_working_dir_with_includes/somedir/.keep → /go_task_bin-3.35.1/task/testdata/taskfile_walk/foo/bar/.gitkeep +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/user_working_dir/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/user_working_dir_with_includes/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/user_working_dir_with_includes/included/Taskfile.yml +0 -0
- {go_task_bin-3.33.1/task/testdata/vars/v3 → go_task_bin-3.35.1/task/testdata/vars}/.env +0 -0
- {go_task_bin-3.33.1/task/testdata/vars/v2 → go_task_bin-3.35.1/task/testdata/vars}/.gitignore +0 -0
- {go_task_bin-3.33.1/task/testdata/vars/v3 → go_task_bin-3.35.1/task/testdata/vars}/Taskfile.yml +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/task/testdata/watcher_interval/.gitignore +0 -0
- {go_task_bin-3.33.1 → go_task_bin-3.35.1}/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.35.1
|
|
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>
|
|
@@ -17,7 +17,7 @@ jobs:
|
|
|
17
17
|
issue_number: context.issue.number,
|
|
18
18
|
owner: context.repo.owner,
|
|
19
19
|
repo: context.repo.repo,
|
|
20
|
-
body: 'This issue has been marked as an experiment proposal! :test_tube: It will now enter a period of consultation during which we encourage the community to provide feedback on the proposed design. Please see the [experiment workflow documentation](https://taskfile.dev/experiments
|
|
20
|
+
body: 'This issue has been marked as an experiment proposal! :test_tube: It will now enter a period of consultation during which we encourage the community to provide feedback on the proposed design. Please see the [experiment workflow documentation](https://taskfile.dev/experiments#workflow) for more information on how we release experiments.'
|
|
21
21
|
})
|
|
22
22
|
issue-experiment-draft:
|
|
23
23
|
if: github.event.label.name == format('experiment{0} draft', ':')
|
|
@@ -31,7 +31,7 @@ jobs:
|
|
|
31
31
|
issue_number: context.issue.number,
|
|
32
32
|
owner: context.repo.owner,
|
|
33
33
|
repo: context.repo.repo,
|
|
34
|
-
body: 'This experiment has been marked as a draft! :sparkles: This means that an initial implementation has been added to the latest release of Task! You can find information about this experiment and how to enable it in our [experiments documentation](https://taskfile.dev/experiments). Please see the [experiment workflow documentation](https://taskfile.dev/experiments
|
|
34
|
+
body: 'This experiment has been marked as a draft! :sparkles: This means that an initial implementation has been added to the latest release of Task! You can find information about this experiment and how to enable it in our [experiments documentation](https://taskfile.dev/experiments). Please see the [experiment workflow documentation](https://taskfile.dev/experiments#workflow) for more information on how we release experiments.'
|
|
35
35
|
})
|
|
36
36
|
issue-experiment-candidate:
|
|
37
37
|
if: github.event.label.name == format('experiment{0} candidate', ':')
|
|
@@ -45,7 +45,7 @@ jobs:
|
|
|
45
45
|
issue_number: context.issue.number,
|
|
46
46
|
owner: context.repo.owner,
|
|
47
47
|
repo: context.repo.repo,
|
|
48
|
-
body: 'This experiment has been marked as a candidate! :fire: This means that the implementation is nearing completion and we are entering a period for final comments and feedback! You can find information about this experiment and how to enable it in our [experiments documentation](https://taskfile.dev/experiments). Please see the [experiment workflow documentation](https://taskfile.dev/experiments
|
|
48
|
+
body: 'This experiment has been marked as a candidate! :fire: This means that the implementation is nearing completion and we are entering a period for final comments and feedback! You can find information about this experiment and how to enable it in our [experiments documentation](https://taskfile.dev/experiments). Please see the [experiment workflow documentation](https://taskfile.dev/experiments#workflow) for more information on how we release experiments.'
|
|
49
49
|
})
|
|
50
50
|
issue-experiment-stable:
|
|
51
51
|
if: github.event.label.name == format('experiment{0} stable', ':')
|
|
@@ -59,7 +59,7 @@ jobs:
|
|
|
59
59
|
issue_number: context.issue.number,
|
|
60
60
|
owner: context.repo.owner,
|
|
61
61
|
repo: context.repo.repo,
|
|
62
|
-
body: 'This experiment has been marked as stable! :metal: This means that the implementation is now final and ready to be released. No more changes will be made and the experiment is safe to use in production! You can find information about this experiment and how to enable it in our [experiments documentation](https://taskfile.dev/experiments). Please see the [experiment workflow documentation](https://taskfile.dev/experiments
|
|
62
|
+
body: 'This experiment has been marked as stable! :metal: This means that the implementation is now final and ready to be released. No more changes will be made and the experiment is safe to use in production! You can find information about this experiment and how to enable it in our [experiments documentation](https://taskfile.dev/experiments). Please see the [experiment workflow documentation](https://taskfile.dev/experiments#workflow) for more information on how we release experiments.'
|
|
63
63
|
})
|
|
64
64
|
issue-experiment-released:
|
|
65
65
|
if: github.event.label.name == format('experiment{0} released', ':')
|
|
@@ -73,7 +73,7 @@ jobs:
|
|
|
73
73
|
issue_number: context.issue.number,
|
|
74
74
|
owner: context.repo.owner,
|
|
75
75
|
repo: context.repo.repo,
|
|
76
|
-
body: 'This experiment has been released! :rocket: This means that it is no longer an experiment and is available in the latest major version of Task. Please see the [experiment workflow documentation](https://taskfile.dev/experiments
|
|
76
|
+
body: 'This experiment has been released! :rocket: This means that it is no longer an experiment and is available in the latest major version of Task. Please see the [experiment workflow documentation](https://taskfile.dev/experiments#workflow) for more information on how we release experiments.'
|
|
77
77
|
})
|
|
78
78
|
github.rest.issues.update({
|
|
79
79
|
issue_number: context.issue.number,
|
|
@@ -93,7 +93,7 @@ jobs:
|
|
|
93
93
|
issue_number: context.issue.number,
|
|
94
94
|
owner: context.repo.owner,
|
|
95
95
|
repo: context.repo.repo,
|
|
96
|
-
body: 'This experiment has been abandoned. :disappointed: This means that this feature will not be added to Task and any experimental functionality will be removed. Please see the [experiment workflow documentation](https://taskfile.dev/experiments
|
|
96
|
+
body: 'This experiment has been abandoned. :disappointed: This means that this feature will not be added to Task and any experimental functionality will be removed. Please see the [experiment workflow documentation](https://taskfile.dev/experiments#workflow) for more information on how we release experiments.'
|
|
97
97
|
})
|
|
98
98
|
github.rest.issues.update({
|
|
99
99
|
issue_number: context.issue.number,
|
|
@@ -113,7 +113,7 @@ jobs:
|
|
|
113
113
|
issue_number: context.issue.number,
|
|
114
114
|
owner: context.repo.owner,
|
|
115
115
|
repo: context.repo.repo,
|
|
116
|
-
body: 'This experiment has been superseded. :seedling: This means that another experiment has replaced this one. Please see the [experiment workflow documentation](https://taskfile.dev/experiments
|
|
116
|
+
body: 'This experiment has been superseded. :seedling: This means that another experiment has replaced this one. Please see the [experiment workflow documentation](https://taskfile.dev/experiments#workflow) for more information on how we release experiments.'
|
|
117
117
|
})
|
|
118
118
|
github.rest.issues.update({
|
|
119
119
|
issue_number: context.issue.number,
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
name: Lint
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
pull_request:
|
|
5
|
+
push:
|
|
6
|
+
tags:
|
|
7
|
+
- v*
|
|
8
|
+
branches:
|
|
9
|
+
- main
|
|
10
|
+
|
|
11
|
+
jobs:
|
|
12
|
+
lint:
|
|
13
|
+
name: Lint
|
|
14
|
+
strategy:
|
|
15
|
+
matrix:
|
|
16
|
+
go-version: [1.21.x, 1.22.x]
|
|
17
|
+
runs-on: ubuntu-latest
|
|
18
|
+
steps:
|
|
19
|
+
- uses: actions/setup-go@v3
|
|
20
|
+
with:
|
|
21
|
+
go-version: ${{matrix.go-version}}
|
|
22
|
+
|
|
23
|
+
- uses: actions/checkout@v3
|
|
24
|
+
|
|
25
|
+
- name: golangci-lint
|
|
26
|
+
uses: golangci/golangci-lint-action@v3
|
|
27
|
+
with:
|
|
28
|
+
version: v1.55.2
|
|
29
|
+
|
|
30
|
+
lint-jsonschema:
|
|
31
|
+
runs-on: ubuntu-latest
|
|
32
|
+
steps:
|
|
33
|
+
- uses: actions/setup-python@v5
|
|
34
|
+
with:
|
|
35
|
+
python-version: 3.12
|
|
36
|
+
|
|
37
|
+
- uses: actions/checkout@v3
|
|
38
|
+
|
|
39
|
+
- name: install check-jsonschema
|
|
40
|
+
run: python -m pip install 'check-jsonschema==0.27.3'
|
|
41
|
+
|
|
42
|
+
- name: check-jsonschema (metaschema)
|
|
43
|
+
run: check-jsonschema --check-metaschema docs/static/schema.json
|
|
@@ -1,9 +1,70 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v3.35.1 - 2024-03-04
|
|
4
|
+
|
|
5
|
+
- Fixed a bug where the `TASKFILE_DIR` variable was sometimes incorrect (#1522,
|
|
6
|
+
#1523 by @pd93).
|
|
7
|
+
- Added a new `TASKFILE` special variable that holds the root Taskfile path
|
|
8
|
+
(#1523 by @pd93).
|
|
9
|
+
- Fixed various issues related to running a Taskfile from a subdirectory (#1529,
|
|
10
|
+
#1530 by @pd93).
|
|
11
|
+
|
|
12
|
+
## v3.35.0 - 2024-02-28
|
|
13
|
+
|
|
14
|
+
- Added support for
|
|
15
|
+
[wildcards in task names](https://taskfile.dev/usage/#wildcard-arguments)
|
|
16
|
+
(#836, #1489 by @pd93).
|
|
17
|
+
- Added the ability to
|
|
18
|
+
[run Taskfiles via stdin](https://taskfile.dev/usage/#reading-a-taskfile-from-stdin)
|
|
19
|
+
(#655, #1483 by @pd93).
|
|
20
|
+
- Bumped minimum Go version to 1.21 (#1500 by @pd93).
|
|
21
|
+
- Fixed bug related to the `--list` flag (#1509, #1512 by @pd93, #1514, #1520 by
|
|
22
|
+
@pd93).
|
|
23
|
+
- Add mention on the documentation to the fact that the variable declaration
|
|
24
|
+
order is respected (#1510 by @kirkrodrigues).
|
|
25
|
+
- Improved style guide docs (#1495 by @iwittkau).
|
|
26
|
+
- Removed duplicated entry for `requires` on the API docs (#1491 by
|
|
27
|
+
@teatimeguest).
|
|
28
|
+
|
|
29
|
+
## v3.34.1 - 2024-01-27
|
|
30
|
+
|
|
31
|
+
- Fixed prompt regression on
|
|
32
|
+
[Remote Taskfiles experiment](https://taskfile.dev/experiments/remote-taskfiles/)
|
|
33
|
+
(#1486, #1487 by @pd93).
|
|
34
|
+
|
|
35
|
+
## v3.34.0 - 2024-01-25
|
|
36
|
+
|
|
37
|
+
- Removed support for `version: 2` schemas. See the
|
|
38
|
+
[deprecation notice on our website](https://taskfile.dev/deprecations/version-2-schema)
|
|
39
|
+
(#1197, #1447 by @pd93).
|
|
40
|
+
- Fixed a couple of issues in the JSON Schema + added a CI step to ensure it's
|
|
41
|
+
correct (#1471, #1474, #1476 by @sirosen).
|
|
42
|
+
- Added
|
|
43
|
+
[Any Variables experiment proposal 2](https://taskfile.dev/experiments/any-variables/?proposal=2)
|
|
44
|
+
(#1415, #1444 by @pd93).
|
|
45
|
+
- Updated the experiments and deprecations documentation format (#1445 by
|
|
46
|
+
@pd93).
|
|
47
|
+
- Added new template function: `spew`, which can be used to print variables for
|
|
48
|
+
debugging purposes (#1452 by @pd93).
|
|
49
|
+
- Added new template function: `merge`, which can be used to merge any number of
|
|
50
|
+
map variables (#1438, #1464 by @pd93).
|
|
51
|
+
- Small change on the API when using as a library: `call.Direct` became
|
|
52
|
+
`call.Indirect` (#1459 by @pd93).
|
|
53
|
+
- Refactored the public `read` and `taskfile` packages and introduced
|
|
54
|
+
`taskfile/ast` (#1450 by @pd93).
|
|
55
|
+
- `ast.IncludedTaskfiles` renamed to `ast.Includes` and `orderedmap` package
|
|
56
|
+
renamed to `omap` plus some internal refactor work (#1456 by @pd93).
|
|
57
|
+
- Fix zsh completion script to allow lowercase `taskfile` file names (#1482 by
|
|
58
|
+
@xontab).
|
|
59
|
+
- Improvements on how we check the Taskfile version (#1465 by @pd93).
|
|
60
|
+
- Added a new `ROOT_TASKFILE` special variable (#1468, #1469 by @pd93).
|
|
61
|
+
- Fix experiment flags in `.env` when the `--dir` or `--taskfile` flags were
|
|
62
|
+
used (#1478 by @pd93).
|
|
63
|
+
|
|
3
64
|
## v3.33.1 - 2023-12-21
|
|
4
65
|
|
|
5
66
|
- Added support for looping over map variables with the
|
|
6
|
-
[Any Variables experiment](https://taskfile.dev/experiments/
|
|
67
|
+
[Any Variables experiment](https://taskfile.dev/experiments/any-variables)
|
|
7
68
|
enabled (#1435, #1437 by @pd93).
|
|
8
69
|
- Fixed a bug where dynamic variables were causing errors during fast
|
|
9
70
|
compilation (#1435, #1437 by @pd93)
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
package args
|
|
2
|
+
|
|
3
|
+
import (
|
|
4
|
+
"strings"
|
|
5
|
+
|
|
6
|
+
"github.com/go-task/task/v3/taskfile/ast"
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
// Parse parses command line argument: tasks and global variables
|
|
10
|
+
func Parse(args ...string) ([]*ast.Call, *ast.Vars) {
|
|
11
|
+
calls := []*ast.Call{}
|
|
12
|
+
globals := &ast.Vars{}
|
|
13
|
+
|
|
14
|
+
for _, arg := range args {
|
|
15
|
+
if !strings.Contains(arg, "=") {
|
|
16
|
+
calls = append(calls, &ast.Call{Task: arg})
|
|
17
|
+
continue
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
name, value := splitVar(arg)
|
|
21
|
+
globals.Set(name, ast.Var{Value: value})
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
return calls, globals
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
func splitVar(s string) (string, string) {
|
|
28
|
+
pair := strings.SplitN(s, "=", 2)
|
|
29
|
+
return pair[0], pair[1]
|
|
30
|
+
}
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
package args_test
|
|
2
|
+
|
|
3
|
+
import (
|
|
4
|
+
"fmt"
|
|
5
|
+
"testing"
|
|
6
|
+
|
|
7
|
+
"github.com/stretchr/testify/assert"
|
|
8
|
+
|
|
9
|
+
"github.com/go-task/task/v3/args"
|
|
10
|
+
"github.com/go-task/task/v3/internal/omap"
|
|
11
|
+
"github.com/go-task/task/v3/taskfile/ast"
|
|
12
|
+
)
|
|
13
|
+
|
|
14
|
+
func TestArgs(t *testing.T) {
|
|
15
|
+
tests := []struct {
|
|
16
|
+
Args []string
|
|
17
|
+
ExpectedCalls []*ast.Call
|
|
18
|
+
ExpectedGlobals *ast.Vars
|
|
19
|
+
}{
|
|
20
|
+
{
|
|
21
|
+
Args: []string{"task-a", "task-b", "task-c"},
|
|
22
|
+
ExpectedCalls: []*ast.Call{
|
|
23
|
+
{Task: "task-a"},
|
|
24
|
+
{Task: "task-b"},
|
|
25
|
+
{Task: "task-c"},
|
|
26
|
+
},
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
Args: []string{"task-a", "FOO=bar", "task-b", "task-c", "BAR=baz", "BAZ=foo"},
|
|
30
|
+
ExpectedCalls: []*ast.Call{
|
|
31
|
+
{Task: "task-a"},
|
|
32
|
+
{Task: "task-b"},
|
|
33
|
+
{Task: "task-c"},
|
|
34
|
+
},
|
|
35
|
+
ExpectedGlobals: &ast.Vars{
|
|
36
|
+
OrderedMap: omap.FromMapWithOrder(
|
|
37
|
+
map[string]ast.Var{
|
|
38
|
+
"FOO": {Value: "bar"},
|
|
39
|
+
"BAR": {Value: "baz"},
|
|
40
|
+
"BAZ": {Value: "foo"},
|
|
41
|
+
},
|
|
42
|
+
[]string{"FOO", "BAR", "BAZ"},
|
|
43
|
+
),
|
|
44
|
+
},
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
Args: []string{"task-a", "CONTENT=with some spaces"},
|
|
48
|
+
ExpectedCalls: []*ast.Call{
|
|
49
|
+
{Task: "task-a"},
|
|
50
|
+
},
|
|
51
|
+
ExpectedGlobals: &ast.Vars{
|
|
52
|
+
OrderedMap: omap.FromMapWithOrder(
|
|
53
|
+
map[string]ast.Var{
|
|
54
|
+
"CONTENT": {Value: "with some spaces"},
|
|
55
|
+
},
|
|
56
|
+
[]string{"CONTENT"},
|
|
57
|
+
),
|
|
58
|
+
},
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
Args: []string{"FOO=bar", "task-a", "task-b"},
|
|
62
|
+
ExpectedCalls: []*ast.Call{
|
|
63
|
+
{Task: "task-a"},
|
|
64
|
+
{Task: "task-b"},
|
|
65
|
+
},
|
|
66
|
+
ExpectedGlobals: &ast.Vars{
|
|
67
|
+
OrderedMap: omap.FromMapWithOrder(
|
|
68
|
+
map[string]ast.Var{
|
|
69
|
+
"FOO": {Value: "bar"},
|
|
70
|
+
},
|
|
71
|
+
[]string{"FOO"},
|
|
72
|
+
),
|
|
73
|
+
},
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
Args: nil,
|
|
77
|
+
ExpectedCalls: []*ast.Call{},
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
Args: []string{},
|
|
81
|
+
ExpectedCalls: []*ast.Call{},
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
Args: []string{"FOO=bar", "BAR=baz"},
|
|
85
|
+
ExpectedCalls: []*ast.Call{},
|
|
86
|
+
ExpectedGlobals: &ast.Vars{
|
|
87
|
+
OrderedMap: omap.FromMapWithOrder(
|
|
88
|
+
map[string]ast.Var{
|
|
89
|
+
"FOO": {Value: "bar"},
|
|
90
|
+
"BAR": {Value: "baz"},
|
|
91
|
+
},
|
|
92
|
+
[]string{"FOO", "BAR"},
|
|
93
|
+
),
|
|
94
|
+
},
|
|
95
|
+
},
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
for i, test := range tests {
|
|
99
|
+
t.Run(fmt.Sprintf("TestArgs%d", i+1), func(t *testing.T) {
|
|
100
|
+
calls, globals := args.Parse(test.Args...)
|
|
101
|
+
assert.Equal(t, test.ExpectedCalls, calls)
|
|
102
|
+
if test.ExpectedGlobals.Len() > 0 || globals.Len() > 0 {
|
|
103
|
+
assert.Equal(t, test.ExpectedGlobals.Keys(), globals.Keys())
|
|
104
|
+
assert.Equal(t, test.ExpectedGlobals.Values(), globals.Values())
|
|
105
|
+
}
|
|
106
|
+
})
|
|
107
|
+
}
|
|
108
|
+
}
|
|
@@ -0,0 +1,221 @@
|
|
|
1
|
+
package main
|
|
2
|
+
|
|
3
|
+
import (
|
|
4
|
+
"context"
|
|
5
|
+
"fmt"
|
|
6
|
+
"log"
|
|
7
|
+
"os"
|
|
8
|
+
"path/filepath"
|
|
9
|
+
"strings"
|
|
10
|
+
|
|
11
|
+
"github.com/spf13/pflag"
|
|
12
|
+
"mvdan.cc/sh/v3/syntax"
|
|
13
|
+
|
|
14
|
+
"github.com/go-task/task/v3"
|
|
15
|
+
"github.com/go-task/task/v3/args"
|
|
16
|
+
"github.com/go-task/task/v3/errors"
|
|
17
|
+
"github.com/go-task/task/v3/internal/experiments"
|
|
18
|
+
"github.com/go-task/task/v3/internal/flags"
|
|
19
|
+
"github.com/go-task/task/v3/internal/logger"
|
|
20
|
+
"github.com/go-task/task/v3/internal/sort"
|
|
21
|
+
ver "github.com/go-task/task/v3/internal/version"
|
|
22
|
+
"github.com/go-task/task/v3/taskfile/ast"
|
|
23
|
+
)
|
|
24
|
+
|
|
25
|
+
func main() {
|
|
26
|
+
if err := run(); err != nil {
|
|
27
|
+
l := &logger.Logger{
|
|
28
|
+
Stdout: os.Stdout,
|
|
29
|
+
Stderr: os.Stderr,
|
|
30
|
+
Verbose: flags.Verbose,
|
|
31
|
+
Color: flags.Color,
|
|
32
|
+
}
|
|
33
|
+
if err, ok := err.(*errors.TaskRunError); ok && flags.ExitCode {
|
|
34
|
+
l.Errf(logger.Red, "%v\n", err)
|
|
35
|
+
os.Exit(err.TaskExitCode())
|
|
36
|
+
}
|
|
37
|
+
if err, ok := err.(errors.TaskError); ok {
|
|
38
|
+
l.Errf(logger.Red, "%v\n", err)
|
|
39
|
+
os.Exit(err.Code())
|
|
40
|
+
}
|
|
41
|
+
l.Errf(logger.Red, "%v\n", err)
|
|
42
|
+
os.Exit(errors.CodeUnknown)
|
|
43
|
+
}
|
|
44
|
+
os.Exit(errors.CodeOk)
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
func run() error {
|
|
48
|
+
log.SetFlags(0)
|
|
49
|
+
log.SetOutput(os.Stderr)
|
|
50
|
+
|
|
51
|
+
if err := flags.Validate(); err != nil {
|
|
52
|
+
return err
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
dir := flags.Dir
|
|
56
|
+
entrypoint := flags.Entrypoint
|
|
57
|
+
|
|
58
|
+
if flags.Version {
|
|
59
|
+
fmt.Printf("Task version: %s\n", ver.GetVersion())
|
|
60
|
+
return nil
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
if flags.Help {
|
|
64
|
+
pflag.Usage()
|
|
65
|
+
return nil
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
if flags.Experiments {
|
|
69
|
+
l := &logger.Logger{
|
|
70
|
+
Stdout: os.Stdout,
|
|
71
|
+
Stderr: os.Stderr,
|
|
72
|
+
Verbose: flags.Verbose,
|
|
73
|
+
Color: flags.Color,
|
|
74
|
+
}
|
|
75
|
+
return experiments.List(l)
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
if flags.Init {
|
|
79
|
+
wd, err := os.Getwd()
|
|
80
|
+
if err != nil {
|
|
81
|
+
log.Fatal(err)
|
|
82
|
+
}
|
|
83
|
+
if err := task.InitTaskfile(os.Stdout, wd); err != nil {
|
|
84
|
+
log.Fatal(err)
|
|
85
|
+
}
|
|
86
|
+
return nil
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
if flags.Global {
|
|
90
|
+
home, err := os.UserHomeDir()
|
|
91
|
+
if err != nil {
|
|
92
|
+
return fmt.Errorf("task: Failed to get user home directory: %w", err)
|
|
93
|
+
}
|
|
94
|
+
dir = home
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
if entrypoint != "" {
|
|
98
|
+
dir = filepath.Dir(entrypoint)
|
|
99
|
+
entrypoint = filepath.Base(entrypoint)
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
var taskSorter sort.TaskSorter
|
|
103
|
+
switch flags.TaskSort {
|
|
104
|
+
case "none":
|
|
105
|
+
taskSorter = &sort.Noop{}
|
|
106
|
+
case "alphanumeric":
|
|
107
|
+
taskSorter = &sort.AlphaNumeric{}
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
e := task.Executor{
|
|
111
|
+
Dir: dir,
|
|
112
|
+
Entrypoint: entrypoint,
|
|
113
|
+
Force: flags.Force,
|
|
114
|
+
ForceAll: flags.ForceAll,
|
|
115
|
+
Insecure: flags.Insecure,
|
|
116
|
+
Download: flags.Download,
|
|
117
|
+
Offline: flags.Offline,
|
|
118
|
+
Timeout: flags.Timeout,
|
|
119
|
+
Watch: flags.Watch,
|
|
120
|
+
Verbose: flags.Verbose,
|
|
121
|
+
Silent: flags.Silent,
|
|
122
|
+
AssumeYes: flags.AssumeYes,
|
|
123
|
+
Dry: flags.Dry || flags.Status,
|
|
124
|
+
Summary: flags.Summary,
|
|
125
|
+
Parallel: flags.Parallel,
|
|
126
|
+
Color: flags.Color,
|
|
127
|
+
Concurrency: flags.Concurrency,
|
|
128
|
+
Interval: flags.Interval,
|
|
129
|
+
|
|
130
|
+
Stdin: os.Stdin,
|
|
131
|
+
Stdout: os.Stdout,
|
|
132
|
+
Stderr: os.Stderr,
|
|
133
|
+
|
|
134
|
+
OutputStyle: flags.Output,
|
|
135
|
+
TaskSorter: taskSorter,
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
listOptions := task.NewListOptions(flags.List, flags.ListAll, flags.ListJson, flags.NoStatus)
|
|
139
|
+
if err := listOptions.Validate(); err != nil {
|
|
140
|
+
return err
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
if err := e.Setup(); err != nil {
|
|
144
|
+
return err
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
// If the download flag is specified, we should stop execution as soon as
|
|
148
|
+
// taskfile is downloaded
|
|
149
|
+
if flags.Download {
|
|
150
|
+
return nil
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
if (listOptions.ShouldListTasks()) && flags.Silent {
|
|
154
|
+
return e.ListTaskNames(flags.ListAll)
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
if listOptions.ShouldListTasks() {
|
|
158
|
+
foundTasks, err := e.ListTasks(listOptions)
|
|
159
|
+
if err != nil {
|
|
160
|
+
return err
|
|
161
|
+
}
|
|
162
|
+
if !foundTasks {
|
|
163
|
+
os.Exit(errors.CodeUnknown)
|
|
164
|
+
}
|
|
165
|
+
return nil
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
var (
|
|
169
|
+
calls []*ast.Call
|
|
170
|
+
globals *ast.Vars
|
|
171
|
+
)
|
|
172
|
+
|
|
173
|
+
tasksAndVars, cliArgs, err := getArgs()
|
|
174
|
+
if err != nil {
|
|
175
|
+
return err
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
calls, globals = args.Parse(tasksAndVars...)
|
|
179
|
+
|
|
180
|
+
// If there are no calls, run the default task instead
|
|
181
|
+
if len(calls) == 0 {
|
|
182
|
+
calls = append(calls, &ast.Call{Task: "default"})
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
globals.Set("CLI_ARGS", ast.Var{Value: cliArgs})
|
|
186
|
+
globals.Set("CLI_FORCE", ast.Var{Value: flags.Force || flags.ForceAll})
|
|
187
|
+
e.Taskfile.Vars.Merge(globals)
|
|
188
|
+
|
|
189
|
+
if !flags.Watch {
|
|
190
|
+
e.InterceptInterruptSignals()
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
ctx := context.Background()
|
|
194
|
+
|
|
195
|
+
if flags.Status {
|
|
196
|
+
return e.Status(ctx, calls...)
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
return e.Run(ctx, calls...)
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
func getArgs() ([]string, string, error) {
|
|
203
|
+
var (
|
|
204
|
+
args = pflag.Args()
|
|
205
|
+
doubleDashPos = pflag.CommandLine.ArgsLenAtDash()
|
|
206
|
+
)
|
|
207
|
+
|
|
208
|
+
if doubleDashPos == -1 {
|
|
209
|
+
return args, "", nil
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
var quotedCliArgs []string
|
|
213
|
+
for _, arg := range args[doubleDashPos:] {
|
|
214
|
+
quotedCliArg, err := syntax.Quote(arg, syntax.LangBash)
|
|
215
|
+
if err != nil {
|
|
216
|
+
return nil, "", err
|
|
217
|
+
}
|
|
218
|
+
quotedCliArgs = append(quotedCliArgs, quotedCliArg)
|
|
219
|
+
}
|
|
220
|
+
return args[:doubleDashPos], strings.Join(quotedCliArgs, " "), nil
|
|
221
|
+
}
|
|
@@ -11,7 +11,7 @@ toc_max_heading_level: 5
|
|
|
11
11
|
|
|
12
12
|
Task command line tool has the following syntax:
|
|
13
13
|
|
|
14
|
-
```
|
|
14
|
+
```shell
|
|
15
15
|
task [--flags] [tasks...] [-- CLI_ARGS...]
|
|
16
16
|
```
|
|
17
17
|
|
|
@@ -128,8 +128,10 @@ There are some special variables that is available on the templating system:
|
|
|
128
128
|
| `CLI_ARGS` | Contain all extra arguments passed after `--` when calling Task through the CLI. |
|
|
129
129
|
| `CLI_FORCE` | A boolean containing whether the `--force` or `--force-all` flags were set. |
|
|
130
130
|
| `TASK` | The name of the current task. |
|
|
131
|
-
| `
|
|
132
|
-
| `
|
|
131
|
+
| `ROOT_TASKFILE` | The absolute path of the root Taskfile. |
|
|
132
|
+
| `ROOT_DIR` | The absolute path of the root Taskfile directory. |
|
|
133
|
+
| `TASKFILE` | The absolute path of the included Taskfile. |
|
|
134
|
+
| `TASKFILE_DIR` | The absolute path of the included Taskfile directory. |
|
|
133
135
|
| `USER_WORKING_DIR` | The absolute path of the directory `task` was called from. |
|
|
134
136
|
| `CHECKSUM` | The checksum of the files listed in `sources`. Only available within the `status` prop and if method is set to `checksum`. |
|
|
135
137
|
| `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`. |
|
|
@@ -213,6 +215,19 @@ vars:
|
|
|
213
215
|
|
|
214
216
|
:::
|
|
215
217
|
|
|
218
|
+
:::info
|
|
219
|
+
|
|
220
|
+
In a variables map, variables defined later may reference variables defined
|
|
221
|
+
earlier (declaration order is respected):
|
|
222
|
+
|
|
223
|
+
```yaml
|
|
224
|
+
vars:
|
|
225
|
+
FIRST_VAR: "hello"
|
|
226
|
+
SECOND_VAR: "{{.FIRST_VAR}} world"
|
|
227
|
+
```
|
|
228
|
+
|
|
229
|
+
:::
|
|
230
|
+
|
|
216
231
|
### Task
|
|
217
232
|
|
|
218
233
|
| Attribute | Type | Default | Description |
|
|
@@ -227,7 +242,6 @@ vars:
|
|
|
227
242
|
| `sources` | `[]string` | | A list of sources to check before running this task. Relevant for `checksum` and `timestamp` methods. Can be file paths or star globs. |
|
|
228
243
|
| `generates` | `[]string` | | A list of files meant to be generated by this task. Relevant for `timestamp` method. Can be file paths or star globs. |
|
|
229
244
|
| `status` | `[]string` | | A list of commands to check if this task should run. The task is skipped otherwise. This overrides `method`, `sources` and `generates`. |
|
|
230
|
-
| `requires` | `[]string` | | A list of variables which should be set if this task is to run, if any of these variables are unset the task will error and not run. |
|
|
231
245
|
| `preconditions` | [`[]Precondition`](#precondition) | | A list of commands to check if this task should run. If a condition is not met, the task will error. |
|
|
232
246
|
| `requires` | [`Requires`](#requires) | | A list of required variables which should be set if this task is to run, if any variables listed are unset the task will error and not run. |
|
|
233
247
|
| `dir` | `string` | | The directory in which this task should run. Defaults to the current working directory. |
|