go-task-bin 3.40.0__tar.gz → 3.40.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.40.0 → go_task_bin-3.40.1}/PKG-INFO +1 -1
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/pdm_build.py +1 -1
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/pyproject.toml +1 -1
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/.golangci.yml +12 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/CHANGELOG.md +15 -8
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/Taskfile.yml +1 -1
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/cmd/release/main.go +2 -1
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/cmd/sleepit/sleepit.go +1 -1
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/go.mod +6 -6
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/go.sum +12 -12
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/compiler/compiler.go +1 -1
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/execext/exec.go +2 -1
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/flags/flags.go +1 -1
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/package-lock.json +1 -1
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/package.json +1 -1
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/precondition.go +1 -1
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/task_test.go +6 -6
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/taskfile/node.go +1 -1
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/taskfile/node_git.go +1 -1
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/env/Taskfile.yml +6 -6
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/exit_immediately/Taskfile.yml +1 -1
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/summary/Taskfile.yml +5 -5
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/summary/task-with-summary.txt +2 -2
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/docs/changelog.mdx +15 -8
- {go_task_bin-3.40.0/task/website/versioned_docs/version-latest → go_task_bin-3.40.1/task/website/docs}/usage.mdx +1 -1
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/static/schema.json +12 -8
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/versioned_docs/version-latest/changelog.mdx +15 -8
- {go_task_bin-3.40.0/task/website/docs → go_task_bin-3.40.1/task/website/versioned_docs/version-latest}/usage.mdx +1 -1
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/yarn.lock +3 -3
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/LICENSE +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/README.md +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/.editorconfig +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/.git +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/.gitattributes +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/.github/CODE_OF_CONDUCT.md +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/.github/CONTRIBUTING.md +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/.github/FUNDING.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/.github/dependabot.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/.github/pull_request_template.md +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/.github/renovate.json +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/.github/workflows/issue-awaiting-response.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/.github/workflows/issue-closed.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/.github/workflows/issue-experiment.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/.github/workflows/issue-needs-triage.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/.github/workflows/lint.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/.github/workflows/release.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/.github/workflows/test.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/.gitignore +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/.goreleaser.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/.mockery.yaml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/.nvmrc +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/.prettierrc.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/.vscode/extensions.json +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/.vscode/settings-sample.json +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/LICENSE +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/README.md +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/args/args.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/args/args_test.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/bin/.keep +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/cmd/task/task.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/completion/bash/task.bash +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/completion/fish/task.fish +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/completion/ps/task.ps1 +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/completion/zsh/_task +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/completion.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/concurrency.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/errors/error_taskfile_decode.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/errors/errors.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/errors/errors_task.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/errors/errors_taskfile.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/errors/themes/task.xml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/hash.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/help.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/init.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/install-task.sh +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/compiler/env.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/deepcopy/deepcopy.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/editors/output.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/env/env.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/execext/devnull.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/exp/maps.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/experiments/experiments.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/filepathext/filepathext.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/fingerprint/checker.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/fingerprint/glob.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/fingerprint/sources.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/fingerprint/sources_checksum.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/fingerprint/sources_checksum_test.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/fingerprint/sources_none.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/fingerprint/sources_timestamp.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/fingerprint/status.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/fingerprint/task.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/fingerprint/task_test.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/goext/meta.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/hash/hash.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/logger/logger.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/mocks/sources_checkable.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/mocks/status_checkable.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/omap/orderedmap.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/omap/orderedmap_test.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/output/group.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/output/interleaved.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/output/output.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/output/output_test.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/output/prefixed.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/slicesext/slicesext.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/sort/sorter.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/sort/sorter_test.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/summary/summary.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/summary/summary_test.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/sysinfo/uid.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/sysinfo/uid_win.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/templater/funcs.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/templater/templater.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/term/term.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/internal/version/version.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/requires.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/setup.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/signals.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/signals_test.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/status.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/task.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/taskfile/ast/call.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/taskfile/ast/cmd.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/taskfile/ast/dep.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/taskfile/ast/for.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/taskfile/ast/glob.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/taskfile/ast/graph.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/taskfile/ast/include.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/taskfile/ast/location.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/taskfile/ast/output.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/taskfile/ast/platforms.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/taskfile/ast/platforms_test.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/taskfile/ast/precondition.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/taskfile/ast/precondition_test.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/taskfile/ast/prompt.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/taskfile/ast/requires.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/taskfile/ast/task.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/taskfile/ast/taskfile.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/taskfile/ast/taskfile_test.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/taskfile/ast/tasks.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/taskfile/ast/var.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/taskfile/cache.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/taskfile/dotenv.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/taskfile/node_base.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/taskfile/node_file.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/taskfile/node_git_test.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/taskfile/node_http.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/taskfile/node_stdin.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/taskfile/node_test.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/taskfile/reader.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/taskfile/taskfile.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/alias/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/alias/Taskfile2.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/alias/alias-summary.txt +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/alias/alias.txt +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/checksum/.gitignore +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/checksum/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/checksum/ignore_me.txt +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/checksum/source.txt +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/concurrency/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/cyclic/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/deferred/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/deps/.gitignore +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/deps/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/desc/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/dir/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/dir/dynamic_var/.gitignore +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/dir/dynamic_var/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/dir/dynamic_var/subdirectory/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/dir/dynamic_var_on_created_dir/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/dir/explicit_doesnt_exist/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/dir/explicit_exists/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/dir/explicit_exists/exists/.keep +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/dotenv/.gitignore +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/dotenv/default/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/dotenv/env_var_in_path/.env.testing +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/dotenv/env_var_in_path/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/dotenv/error_included_envs/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/dotenv/include1/.env +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/dotenv/include1/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/dotenv/include1/envs/.env +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/dotenv/local_env_in_path/.env.testing +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/dotenv/local_env_in_path/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/dotenv/local_var_in_path/.env.testing +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/dotenv/local_var_in_path/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/dotenv/missing_env/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/dotenv/parse_error/.env-with-error +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/dotenv/parse_error/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/dotenv_task/default/.env +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/dotenv_task/default/.gitignore +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/dotenv_task/default/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/dry/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/dry_checksum/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/dry_checksum/source.txt +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/empty_task/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/empty_taskfile/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/env/.gitignore +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/error_code/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/evaluate_symlinks_in_paths/Taskfile.yaml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/evaluate_symlinks_in_paths/shared/b +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/evaluate_symlinks_in_paths/shared/inner_shared/c +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/evaluate_symlinks_in_paths/src/a +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/exit_code/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/expand/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/file_names/.gitignore +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/file_names/Taskfile.dist.yaml/Taskfile.dist.yaml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/file_names/Taskfile.dist.yml/Taskfile.dist.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/file_names/Taskfile.yaml/Taskfile.yaml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/file_names/Taskfile.yml/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/for/cmds/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/for/cmds/bar.txt +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/for/cmds/foo.txt +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/for/deps/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/for/deps/bar.txt +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/for/deps/foo.txt +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/force/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/generates/.gitignore +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/generates/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/generates/sub/.keep +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/ignore_errors/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/ignore_nil_elements/cmds/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/ignore_nil_elements/deps/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/ignore_nil_elements/includes/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/ignore_nil_elements/includes/inc.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/ignore_nil_elements/preconditions/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/ignore_signals/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/include_with_vars/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/include_with_vars/include/Taskfile.include1.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/include_with_vars/include/Taskfile.include2.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/include_with_vars/include/Taskfile.include3.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/include_with_vars_multi_level/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/include_with_vars_multi_level/bar/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/include_with_vars_multi_level/foo/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/include_with_vars_multi_level/lib/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/included_taskfile_var_merging/Taskfile.yaml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/included_taskfile_var_merging/bar/Taskfile.yaml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/included_taskfile_var_merging/foo/Taskfile.yaml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes/.gitignore +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes/Taskfile2.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes/Taskfile_darwin.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes/Taskfile_linux.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes/Taskfile_windows.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes/included/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes/module1/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes/module2/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_call_root_task/.gitignore +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_call_root_task/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_call_root_task/Taskfile2.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_cycle/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_cycle/one/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_cycle/one/two/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_deps/.gitignore +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_deps/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_deps/Taskfile2.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_empty/.gitignore +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_empty/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_empty/Taskfile2.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_flatten/.gitignore +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_flatten/Taskfile.multiple.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_flatten/Taskfile.with_default.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_flatten/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_flatten/included/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_flatten/nested/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_http/child-taskfile2.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_http/child-taskfile3.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_http/root-taskfile-remotefile-empty-dir-1st.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_http/root-taskfile-remotefile-empty-dir-2nd.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_incorrect/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_incorrect/incomplete.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_internal/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_internal/Taskfile2.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_interpolation/include/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_interpolation/include_with_dir/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_interpolation/include_with_env_variable/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_interpolation/included/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_multi_level/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_multi_level/called_one.txt +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_multi_level/called_three.txt +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_multi_level/called_two.txt +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_multi_level/one/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_multi_level/one/two/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_multi_level/one/two/three/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_optional/.gitignore +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_optional/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_optional_explicit_false/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_optional_implicit_false/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_rel_path/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_rel_path/common/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_rel_path/included/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_remote/.gitignore +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_remote/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_remote/first/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_remote/first/second/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_shadowed_default/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_shadowed_default/Taskfile2.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_shadowed_default/file.txt +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_unshadowed_default/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_unshadowed_default/Taskfile2.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_unshadowed_default/file.txt +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_yaml/.gitignore +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_yaml/Custom.ext +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_yaml/included/Taskfile.yaml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/includes_yaml/included/custom.yaml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/init/.gitignore +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/internal_task/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/label_list/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/label_status/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/label_summary/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/label_uptodate/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/label_var/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/list_desc_interpolation/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/list_mixed_desc/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/output_group/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/output_group_error_only/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/params/.gitignore +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/params/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/platforms/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/precondition/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/precondition/foo.txt +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/prompt/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/requires/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/run/.gitignore +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/run/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/run_once_shared_deps/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/run_once_shared_deps/library/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/run_once_shared_deps/service-a/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/run_once_shared_deps/service-a/src/imasource.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/run_once_shared_deps/service-b/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/run_once_shared_deps/service-b/src/imasource.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/shopts/command_level/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/shopts/global_level/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/shopts/task_level/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/short_task_notation/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/silent/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/single_cmd_dep/.gitignore +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/single_cmd_dep/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/special_vars/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/special_vars/included/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/special_vars/subdir/.gitkeep +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/split_args/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/status/.gitignore +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/status/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/status_vars/.gitignore +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/status_vars/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/status_vars/source.txt +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/taskfile_walk/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/taskfile_walk/foo/bar/.gitkeep +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/user_working_dir/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/user_working_dir_with_includes/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/user_working_dir_with_includes/included/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/user_working_dir_with_includes/somedir/.keep +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/var_references/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/vars/.env +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/vars/.gitignore +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/vars/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/vars/any/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/vars/any2/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/vars/any2/example.json +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/vars/any2/example.yaml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/version/v1/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/version/v2/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/version/v3/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/watcher_interval/.gitignore +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/watcher_interval/Taskfile.yaml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/testdata/wildcards/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/variables.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/watch.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/watch_test.go +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/.gitignore +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/.nojekyll +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/babel.config.ts +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/blog/2023-09-02-introducing-experiments.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/blog/2024-05-09-any-variables.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/blog/authors.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/constants.ts +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/docs/community.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/docs/contributing.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/docs/deprecations/completion_scripts.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/docs/deprecations/deprecations.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/docs/deprecations/template.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/docs/deprecations/template_functions.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/docs/deprecations/version_2_schema.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/docs/experiments/env_precedence.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/docs/experiments/experiments.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/docs/experiments/gentle_force.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/docs/experiments/map_variables.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/docs/experiments/remote_taskfiles.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/docs/experiments/template.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/docs/faq.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/docs/installation.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/docs/integrations.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/docs/intro.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/docs/reference/_category_.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/docs/reference/cli.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/docs/reference/environment.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/docs/reference/schema.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/docs/reference/templating.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/docs/releasing.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/docs/styleguide.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/docs/taskfile_versions.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/docusaurus.config.ts +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/package.json +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/prettier.config.js +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/sidebars.ts +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/src/components/.keep +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/src/css/carbon.css +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/src/css/custom.css +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/src/pages/donate.md +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/src/themes/prismDark.js +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/src/themes/prismLight.js +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/static/.nojekyll +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/static/CNAME +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/static/Taskfile.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/static/img/appwrite.svg +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/static/img/favicon.ico +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/static/img/icon-discord.svg +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/static/img/icon-github.svg +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/static/img/icon-mastodon.svg +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/static/img/icon-twitter.svg +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/static/img/logo.png +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/static/img/logo.svg +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/static/img/logo_mono.svg +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/static/img/og-image.png +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/static/img/pix.png +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/static/install.sh +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/static/js/carbon.js +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/tsconfig.json +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/versioned_docs/version-latest/community.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/versioned_docs/version-latest/contributing.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/versioned_docs/version-latest/deprecations/completion_scripts.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/versioned_docs/version-latest/deprecations/deprecations.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/versioned_docs/version-latest/deprecations/template.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/versioned_docs/version-latest/deprecations/template_functions.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/versioned_docs/version-latest/deprecations/version_2_schema.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/versioned_docs/version-latest/experiments/env_precedence.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/versioned_docs/version-latest/experiments/experiments.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/versioned_docs/version-latest/experiments/gentle_force.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/versioned_docs/version-latest/experiments/map_variables.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/versioned_docs/version-latest/experiments/remote_taskfiles.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/versioned_docs/version-latest/experiments/template.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/versioned_docs/version-latest/faq.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/versioned_docs/version-latest/installation.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/versioned_docs/version-latest/integrations.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/versioned_docs/version-latest/intro.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/versioned_docs/version-latest/reference/_category_.yml +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/versioned_docs/version-latest/reference/cli.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/versioned_docs/version-latest/reference/environment.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/versioned_docs/version-latest/reference/schema.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/versioned_docs/version-latest/reference/templating.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/versioned_docs/version-latest/releasing.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/versioned_docs/version-latest/styleguide.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/versioned_docs/version-latest/taskfile_versions.mdx +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/versioned_sidebars/version-latest-sidebars.json +0 -0
- {go_task_bin-3.40.0 → go_task_bin-3.40.1}/task/website/versions.json +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: go-task-bin
|
|
3
|
-
Version: 3.40.
|
|
3
|
+
Version: 3.40.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>
|
|
@@ -5,11 +5,23 @@
|
|
|
5
5
|
|
|
6
6
|
linters:
|
|
7
7
|
enable:
|
|
8
|
+
- depguard
|
|
8
9
|
- goimports
|
|
9
10
|
- gofmt
|
|
10
11
|
- gofumpt
|
|
12
|
+
- misspell
|
|
11
13
|
|
|
12
14
|
linters-settings:
|
|
15
|
+
depguard:
|
|
16
|
+
rules:
|
|
17
|
+
main:
|
|
18
|
+
files:
|
|
19
|
+
- "$all"
|
|
20
|
+
- "!$test"
|
|
21
|
+
- "!**/errors/*.go"
|
|
22
|
+
deny:
|
|
23
|
+
- pkg: "errors"
|
|
24
|
+
desc: "Use github.com/go-task/task/v3/errors instead"
|
|
13
25
|
goimports:
|
|
14
26
|
local-prefixes: github.com/go-task
|
|
15
27
|
gofmt:
|
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v3.40.1 - 2024-12-06
|
|
4
|
+
|
|
5
|
+
- Fixed a security issue in `git-urls` by switching to the maintained fork `chainguard-dev/git-urls` (#1917 by
|
|
6
|
+
@AlekSi).
|
|
7
|
+
- Added missing `platforms` property to `cmds` that use `for` (#1915 by @dkarter).
|
|
8
|
+
- Added misspell linter to check for misspelled English words (#1883 by @christiandins).
|
|
9
|
+
|
|
3
10
|
## v3.40.0 - 2024-11-05
|
|
4
11
|
|
|
5
12
|
- Fixed output of some functions (e.g. `splitArgs`/`splitLines`) not working in
|
|
@@ -292,7 +299,7 @@
|
|
|
292
299
|
- Added the
|
|
293
300
|
[Remote Taskfiles experiment](https://taskfile.dev/experiments/remote-taskfiles)
|
|
294
301
|
as a draft (#1152, #1317 by @pd93).
|
|
295
|
-
- Improve performance of content
|
|
302
|
+
- Improve performance of content checksumming on `sources:` by replacing md5 with
|
|
296
303
|
[XXH3](https://xxhash.com/) which is much faster. This is a soft breaking
|
|
297
304
|
change because checksums will be invalidated when upgrading to this release
|
|
298
305
|
(#1325 by @ReillyBrogan).
|
|
@@ -352,7 +359,7 @@
|
|
|
352
359
|
- Deprecated `version: 2` schema. This will be removed in the next major release
|
|
353
360
|
(#1197, #1198, #1199 by @pd93).
|
|
354
361
|
- Added a new `prompt:` prop to set a warning prompt to be shown before running
|
|
355
|
-
a potential
|
|
362
|
+
a potential dangerous task (#100, #1163 by @MaxCheetham,
|
|
356
363
|
[Documentation](https://taskfile.dev/usage/#warning-prompts)).
|
|
357
364
|
- Added support for single command task syntax. With this change, it's now
|
|
358
365
|
possible to declare just `cmd:` in a task, avoiding the more complex
|
|
@@ -367,7 +374,7 @@
|
|
|
367
374
|
percentage (#1173 by @misitebao).
|
|
368
375
|
- Starting on this release, official binaries for FreeBSD will be available to
|
|
369
376
|
download (#1068 by @andreynering).
|
|
370
|
-
- Fix some errors being unintendedly
|
|
377
|
+
- Fix some errors being unintendedly suppressed (#1134 by @clintmod).
|
|
371
378
|
- Fix a nil pointer error when `version` is omitted from a Taskfile (#1148,
|
|
372
379
|
#1149 by @pd93).
|
|
373
380
|
- Fix duplicate error message when a task does not exists (#1141, #1144 by
|
|
@@ -441,7 +448,7 @@ it a go and let us know what you think via a
|
|
|
441
448
|
by @pd93).
|
|
442
449
|
- Update to Go 1.20 (bump minimum version to 1.19) (#1010 by @pd93)
|
|
443
450
|
- Added environment variable `FORCE_COLOR` support to force color output.
|
|
444
|
-
|
|
451
|
+
Useful for environments without TTY (#1003 by @automation-stack)
|
|
445
452
|
|
|
446
453
|
## v3.20.0 - 2023-01-14
|
|
447
454
|
|
|
@@ -796,7 +803,7 @@ it a go and let us know what you think via a
|
|
|
796
803
|
|
|
797
804
|
- Fix error code for the `--help` flag (#300, #330).
|
|
798
805
|
- Print version to stdout instead of stderr (#299, #329).
|
|
799
|
-
-
|
|
806
|
+
- Suppress `context` errors when using the `--watch` flag (#313, #317).
|
|
800
807
|
- Support templating on description (#276, #283).
|
|
801
808
|
|
|
802
809
|
## v2.8.0 - 2019-12-07
|
|
@@ -805,7 +812,7 @@ it a go and let us know what you think via a
|
|
|
805
812
|
parallel (#266).
|
|
806
813
|
- Fixed bug where calling the `task` CLI only informing global vars would not
|
|
807
814
|
execute the `default` task.
|
|
808
|
-
- Add
|
|
815
|
+
- Add ability to silent all tasks by adding `silent: true` a the root of the
|
|
809
816
|
Taskfile.
|
|
810
817
|
|
|
811
818
|
## v2.7.1 - 2019-11-10
|
|
@@ -947,7 +954,7 @@ document, since it describes in depth what changed for this version.
|
|
|
947
954
|
## v1.4.3 - 2017-09-07
|
|
948
955
|
|
|
949
956
|
- Allow assigning variables to tasks at run time via CLI (#33)
|
|
950
|
-
- Added
|
|
957
|
+
- Added support for multiline variables from sh (#64)
|
|
951
958
|
- Fixes env: remove square braces and evaluate shell (#62)
|
|
952
959
|
- Watch: change watch library and few fixes and improvements
|
|
953
960
|
- When use watching, cancel and restart long running process on file change (#59
|
|
@@ -1007,7 +1014,7 @@ document, since it describes in depth what changed for this version.
|
|
|
1007
1014
|
- More tests and Travis integration
|
|
1008
1015
|
- Watch a task (experimental)
|
|
1009
1016
|
- Possibility to call another task
|
|
1010
|
-
- Fix "=" not being
|
|
1017
|
+
- Fix "=" not being recognized in variables/environment variables
|
|
1011
1018
|
- Tasks can now have a description, and help will print them (#10)
|
|
1012
1019
|
- Task dependencies now run concurrently
|
|
1013
1020
|
- Support for a default task (#16)
|
|
@@ -122,7 +122,7 @@ tasks:
|
|
|
122
122
|
goreleaser:install:
|
|
123
123
|
desc: Installs goreleaser
|
|
124
124
|
cmds:
|
|
125
|
-
- go install github.com/goreleaser/goreleaser@latest
|
|
125
|
+
- go install github.com/goreleaser/goreleaser/v2@latest
|
|
126
126
|
|
|
127
127
|
release:*:
|
|
128
128
|
desc: Prepare the project for a new release
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
package main
|
|
2
2
|
|
|
3
3
|
import (
|
|
4
|
-
"errors"
|
|
5
4
|
"fmt"
|
|
6
5
|
"os"
|
|
7
6
|
"os/exec"
|
|
@@ -12,6 +11,8 @@ import (
|
|
|
12
11
|
"github.com/Masterminds/semver/v3"
|
|
13
12
|
"github.com/otiai10/copy"
|
|
14
13
|
"github.com/spf13/pflag"
|
|
14
|
+
|
|
15
|
+
"github.com/go-task/task/v3/errors"
|
|
15
16
|
)
|
|
16
17
|
|
|
17
18
|
const (
|
|
@@ -159,7 +159,7 @@ func worker(
|
|
|
159
159
|
return workerDone
|
|
160
160
|
}
|
|
161
161
|
|
|
162
|
-
// Do some work and then return, so that the caller can decide
|
|
162
|
+
// Do some work and then return, so that the caller can decide whether to continue or not.
|
|
163
163
|
// Return true when all work is done.
|
|
164
164
|
func doSomeWork(deadline time.Time) bool {
|
|
165
165
|
if time.Now().After(deadline) {
|
|
@@ -4,8 +4,9 @@ go 1.22.0
|
|
|
4
4
|
|
|
5
5
|
require (
|
|
6
6
|
github.com/Ladicle/tabwriter v1.0.0
|
|
7
|
-
github.com/Masterminds/semver/v3 v3.3.
|
|
7
|
+
github.com/Masterminds/semver/v3 v3.3.1
|
|
8
8
|
github.com/alecthomas/chroma/v2 v2.14.0
|
|
9
|
+
github.com/chainguard-dev/git-urls v1.0.2
|
|
9
10
|
github.com/davecgh/go-spew v1.1.1
|
|
10
11
|
github.com/dominikbraun/graph v0.23.0
|
|
11
12
|
github.com/fatih/color v1.18.0
|
|
@@ -20,11 +21,10 @@ require (
|
|
|
20
21
|
github.com/radovskyb/watcher v1.0.7
|
|
21
22
|
github.com/sajari/fuzzy v1.0.0
|
|
22
23
|
github.com/spf13/pflag v1.0.5
|
|
23
|
-
github.com/stretchr/testify v1.
|
|
24
|
-
github.com/whilp/git-urls v1.0.0
|
|
24
|
+
github.com/stretchr/testify v1.10.0
|
|
25
25
|
github.com/zeebo/xxh3 v1.0.2
|
|
26
|
-
golang.org/x/sync v0.
|
|
27
|
-
golang.org/x/term v0.
|
|
26
|
+
golang.org/x/sync v0.9.0
|
|
27
|
+
golang.org/x/term v0.26.0
|
|
28
28
|
gopkg.in/yaml.v3 v3.0.1
|
|
29
29
|
mvdan.cc/sh/v3 v3.10.0
|
|
30
30
|
)
|
|
@@ -54,7 +54,7 @@ require (
|
|
|
54
54
|
golang.org/x/crypto v0.25.0 // indirect
|
|
55
55
|
golang.org/x/mod v0.18.0 // indirect
|
|
56
56
|
golang.org/x/net v0.27.0 // indirect
|
|
57
|
-
golang.org/x/sys v0.
|
|
57
|
+
golang.org/x/sys v0.27.0 // indirect
|
|
58
58
|
golang.org/x/tools v0.22.0 // indirect
|
|
59
59
|
gopkg.in/warnings.v0 v0.1.2 // indirect
|
|
60
60
|
)
|
|
@@ -2,8 +2,8 @@ dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk=
|
|
|
2
2
|
dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
|
|
3
3
|
github.com/Ladicle/tabwriter v1.0.0 h1:DZQqPvMumBDwVNElso13afjYLNp0Z7pHqHnu0r4t9Dg=
|
|
4
4
|
github.com/Ladicle/tabwriter v1.0.0/go.mod h1:c4MdCjxQyTbGuQO/gvqJ+IA/89UEwrsD6hUCW98dyp4=
|
|
5
|
-
github.com/Masterminds/semver/v3 v3.3.
|
|
6
|
-
github.com/Masterminds/semver/v3 v3.3.
|
|
5
|
+
github.com/Masterminds/semver/v3 v3.3.1 h1:QtNSWtVZ3nBfk8mAOu/B6v7FMJ+NHTIgUPi7rj+4nv4=
|
|
6
|
+
github.com/Masterminds/semver/v3 v3.3.1/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM=
|
|
7
7
|
github.com/Microsoft/go-winio v0.5.2/go.mod h1:WpS1mjBmmwHBEWmogvA2mj8546UReBk4v8QkMxJ6pZY=
|
|
8
8
|
github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow=
|
|
9
9
|
github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM=
|
|
@@ -20,6 +20,8 @@ github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be/go.mod h1:ySMOLuW
|
|
|
20
20
|
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=
|
|
21
21
|
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
|
|
22
22
|
github.com/bwesterb/go-ristretto v1.2.3/go.mod h1:fUIoIZaG73pV5biE2Blr2xEzDoMj7NFEuV9ekS419A0=
|
|
23
|
+
github.com/chainguard-dev/git-urls v1.0.2 h1:pSpT7ifrpc5X55n4aTTm7FFUE+ZQHKiqpiwNkJrVcKQ=
|
|
24
|
+
github.com/chainguard-dev/git-urls v1.0.2/go.mod h1:rbGgj10OS7UgZlbzdUQIQpT0k/D4+An04HJY7Ol+Y/o=
|
|
23
25
|
github.com/cloudflare/circl v1.3.3/go.mod h1:5XYMA4rFBvNIrhs50XuiBJ15vF2pZn4nnUKZrLbUZFA=
|
|
24
26
|
github.com/cloudflare/circl v1.3.7 h1:qlCDlTPz2n9fu58M0Nh1J/JzcFpfgkFHHX3O35r5vcU=
|
|
25
27
|
github.com/cloudflare/circl v1.3.7/go.mod h1:sRTcRWXGLrKw6yIGJ+l7amYJFfAXbZG0kBSc8r4zxgA=
|
|
@@ -118,10 +120,8 @@ github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=
|
|
|
118
120
|
github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA=
|
|
119
121
|
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
|
|
120
122
|
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
|
|
121
|
-
github.com/stretchr/testify v1.
|
|
122
|
-
github.com/stretchr/testify v1.
|
|
123
|
-
github.com/whilp/git-urls v1.0.0 h1:95f6UMWN5FKW71ECsXRUd3FVYiXdrE7aX4NZKcPmIjU=
|
|
124
|
-
github.com/whilp/git-urls v1.0.0/go.mod h1:J16SAmobsqc3Qcy98brfl5f5+e0clUvg1krgwk/qCfE=
|
|
123
|
+
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
|
|
124
|
+
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
|
|
125
125
|
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=
|
|
126
126
|
github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw=
|
|
127
127
|
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
|
|
@@ -154,8 +154,8 @@ golang.org/x/net v0.27.0/go.mod h1:dDi0PyhWNoiUOrAS8uXv/vnScO4wnHQO4mj9fn/RytE=
|
|
|
154
154
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
|
155
155
|
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
|
156
156
|
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
|
157
|
-
golang.org/x/sync v0.
|
|
158
|
-
golang.org/x/sync v0.
|
|
157
|
+
golang.org/x/sync v0.9.0 h1:fEo0HyrW1GIgZdpbhCRO0PkJajUS5H9IFUztCgEo2jQ=
|
|
158
|
+
golang.org/x/sync v0.9.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
|
|
159
159
|
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
|
|
160
160
|
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
|
161
161
|
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
|
@@ -170,15 +170,15 @@ golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
|
|
170
170
|
golang.org/x/sys v0.3.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
|
171
171
|
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
|
172
172
|
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
|
173
|
-
golang.org/x/sys v0.
|
|
174
|
-
golang.org/x/sys v0.
|
|
173
|
+
golang.org/x/sys v0.27.0 h1:wBqf8DvsY9Y/2P8gAfPDEYNuS30J4lPHJxXSb/nJZ+s=
|
|
174
|
+
golang.org/x/sys v0.27.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
|
|
175
175
|
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
|
|
176
176
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
|
|
177
177
|
golang.org/x/term v0.2.0/go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc=
|
|
178
178
|
golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k=
|
|
179
179
|
golang.org/x/term v0.6.0/go.mod h1:m6U89DPEgQRMq3DNkDClhWw02AUbt2daBVO4cn4Hv9U=
|
|
180
|
-
golang.org/x/term v0.
|
|
181
|
-
golang.org/x/term v0.
|
|
180
|
+
golang.org/x/term v0.26.0 h1:WEQa6V3Gja/BhNxg540hBip/kkaYtRg3cxg4oXSw4AU=
|
|
181
|
+
golang.org/x/term v0.26.0/go.mod h1:Si5m1o57C5nBNQo5z1iq+XDijt21BDBDp2bK0QI8e3E=
|
|
182
182
|
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
|
|
183
183
|
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
|
|
184
184
|
golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
|
|
@@ -175,7 +175,7 @@ func (c *Compiler) HandleDynamicVar(v ast.Var, dir string) (string, error) {
|
|
|
175
175
|
return result, nil
|
|
176
176
|
}
|
|
177
177
|
|
|
178
|
-
// ResetCache clear the
|
|
178
|
+
// ResetCache clear the dynamic variables cache
|
|
179
179
|
func (c *Compiler) ResetCache() {
|
|
180
180
|
c.muDynamicCache.Lock()
|
|
181
181
|
defer c.muDynamicCache.Unlock()
|
|
@@ -2,7 +2,6 @@ package execext
|
|
|
2
2
|
|
|
3
3
|
import (
|
|
4
4
|
"context"
|
|
5
|
-
"errors"
|
|
6
5
|
"fmt"
|
|
7
6
|
"io"
|
|
8
7
|
"os"
|
|
@@ -14,6 +13,8 @@ import (
|
|
|
14
13
|
"mvdan.cc/sh/v3/interp"
|
|
15
14
|
"mvdan.cc/sh/v3/shell"
|
|
16
15
|
"mvdan.cc/sh/v3/syntax"
|
|
16
|
+
|
|
17
|
+
"github.com/go-task/task/v3/errors"
|
|
17
18
|
)
|
|
18
19
|
|
|
19
20
|
// RunCommandOptions is the options for the RunCommand func
|
|
@@ -2,7 +2,6 @@ package flags
|
|
|
2
2
|
|
|
3
3
|
import (
|
|
4
4
|
"cmp"
|
|
5
|
-
"errors"
|
|
6
5
|
"log"
|
|
7
6
|
"os"
|
|
8
7
|
"strconv"
|
|
@@ -10,6 +9,7 @@ import (
|
|
|
10
9
|
|
|
11
10
|
"github.com/spf13/pflag"
|
|
12
11
|
|
|
12
|
+
"github.com/go-task/task/v3/errors"
|
|
13
13
|
"github.com/go-task/task/v3/internal/experiments"
|
|
14
14
|
"github.com/go-task/task/v3/taskfile/ast"
|
|
15
15
|
)
|
|
@@ -120,10 +120,10 @@ func TestEnv(t *testing.T) {
|
|
|
120
120
|
Target: "default",
|
|
121
121
|
TrimSpace: false,
|
|
122
122
|
Files: map[string]string{
|
|
123
|
-
"local.txt":
|
|
124
|
-
"global.txt":
|
|
125
|
-
"multiple_type.txt":
|
|
126
|
-
"not-
|
|
123
|
+
"local.txt": "GOOS='linux' GOARCH='amd64' CGO_ENABLED='0'\n",
|
|
124
|
+
"global.txt": "FOO='foo' BAR='overridden' BAZ='baz'\n",
|
|
125
|
+
"multiple_type.txt": "FOO='1' BAR='true' BAZ='1.1'\n",
|
|
126
|
+
"not-overridden.txt": "QUX='from_os'\n",
|
|
127
127
|
},
|
|
128
128
|
}
|
|
129
129
|
tt.Run(t)
|
|
@@ -131,10 +131,10 @@ func TestEnv(t *testing.T) {
|
|
|
131
131
|
experiments.EnvPrecedence = experiments.New("ENV_PRECEDENCE")
|
|
132
132
|
ttt := fileContentTest{
|
|
133
133
|
Dir: "testdata/env",
|
|
134
|
-
Target: "
|
|
134
|
+
Target: "overridden",
|
|
135
135
|
TrimSpace: false,
|
|
136
136
|
Files: map[string]string{
|
|
137
|
-
"
|
|
137
|
+
"overridden.txt": "QUX='from_taskfile'\n",
|
|
138
138
|
},
|
|
139
139
|
}
|
|
140
140
|
ttt.Run(t)
|
|
@@ -8,11 +8,11 @@ import (
|
|
|
8
8
|
"path/filepath"
|
|
9
9
|
"strings"
|
|
10
10
|
|
|
11
|
+
giturls "github.com/chainguard-dev/git-urls"
|
|
11
12
|
"github.com/go-git/go-billy/v5/memfs"
|
|
12
13
|
"github.com/go-git/go-git/v5"
|
|
13
14
|
"github.com/go-git/go-git/v5/plumbing"
|
|
14
15
|
"github.com/go-git/go-git/v5/storage/memory"
|
|
15
|
-
giturls "github.com/whilp/git-urls"
|
|
16
16
|
|
|
17
17
|
"github.com/go-task/task/v3/errors"
|
|
18
18
|
"github.com/go-task/task/v3/internal/execext"
|
|
@@ -15,7 +15,7 @@ tasks:
|
|
|
15
15
|
cmds:
|
|
16
16
|
- task: local
|
|
17
17
|
- task: global
|
|
18
|
-
- task: not-
|
|
18
|
+
- task: not-overridden
|
|
19
19
|
- task: multiple_type
|
|
20
20
|
|
|
21
21
|
local:
|
|
@@ -31,7 +31,7 @@ tasks:
|
|
|
31
31
|
|
|
32
32
|
global:
|
|
33
33
|
env:
|
|
34
|
-
BAR:
|
|
34
|
+
BAR: overridden
|
|
35
35
|
cmds:
|
|
36
36
|
- echo "FOO='$FOO' BAR='$BAR' BAZ='$BAZ'" > global.txt
|
|
37
37
|
|
|
@@ -43,10 +43,10 @@ tasks:
|
|
|
43
43
|
cmds:
|
|
44
44
|
- echo "FOO='$FOO' BAR='$BAR' BAZ='$BAZ'" > multiple_type.txt
|
|
45
45
|
|
|
46
|
-
not-
|
|
46
|
+
not-overridden:
|
|
47
47
|
cmds:
|
|
48
|
-
- echo "QUX='$QUX'" > not-
|
|
48
|
+
- echo "QUX='$QUX'" > not-overridden.txt
|
|
49
49
|
|
|
50
|
-
|
|
50
|
+
overridden:
|
|
51
51
|
cmds:
|
|
52
|
-
- echo "QUX='$QUX'" >
|
|
52
|
+
- echo "QUX='$QUX'" > overridden.txt
|
|
@@ -2,7 +2,7 @@ version: '3'
|
|
|
2
2
|
|
|
3
3
|
tasks:
|
|
4
4
|
task-with-summary:
|
|
5
|
-
deps: [
|
|
5
|
+
deps: [dependent-task-1, dependent-task-2]
|
|
6
6
|
summary: |
|
|
7
7
|
summary of task-with-summary - line 1
|
|
8
8
|
line 2
|
|
@@ -17,10 +17,10 @@ tasks:
|
|
|
17
17
|
cmds:
|
|
18
18
|
- echo 'other-task-with-summary was executed'
|
|
19
19
|
|
|
20
|
-
|
|
20
|
+
dependent-task-1:
|
|
21
21
|
cmds:
|
|
22
|
-
- echo '
|
|
22
|
+
- echo 'dependent-task-1 was executed'
|
|
23
23
|
|
|
24
|
-
|
|
24
|
+
dependent-task-2:
|
|
25
25
|
cmds:
|
|
26
|
-
- echo '
|
|
26
|
+
- echo 'dependent-task-2 was executed'
|
|
@@ -5,6 +5,13 @@ sidebar_position: 14
|
|
|
5
5
|
|
|
6
6
|
# Changelog
|
|
7
7
|
|
|
8
|
+
## v3.40.1 - 2024-12-06
|
|
9
|
+
|
|
10
|
+
- Fixed a security issue in `git-urls` by switching to the maintained fork `chainguard-dev/git-urls` (#1917 by
|
|
11
|
+
@AlekSi).
|
|
12
|
+
- Added missing `platforms` property to `cmds` that use `for` (#1915 by @dkarter).
|
|
13
|
+
- Added misspell linter to check for misspelled English words (#1883 by @christiandins).
|
|
14
|
+
|
|
8
15
|
## v3.40.0 - 2024-11-05
|
|
9
16
|
|
|
10
17
|
- Fixed output of some functions (e.g. `splitArgs`/`splitLines`) not working in
|
|
@@ -297,7 +304,7 @@ sidebar_position: 14
|
|
|
297
304
|
- Added the
|
|
298
305
|
[Remote Taskfiles experiment](https://taskfile.dev/experiments/remote-taskfiles)
|
|
299
306
|
as a draft (#1152, #1317 by @pd93).
|
|
300
|
-
- Improve performance of content
|
|
307
|
+
- Improve performance of content checksumming on `sources:` by replacing md5 with
|
|
301
308
|
[XXH3](https://xxhash.com/) which is much faster. This is a soft breaking
|
|
302
309
|
change because checksums will be invalidated when upgrading to this release
|
|
303
310
|
(#1325 by @ReillyBrogan).
|
|
@@ -357,7 +364,7 @@ sidebar_position: 14
|
|
|
357
364
|
- Deprecated `version: 2` schema. This will be removed in the next major release
|
|
358
365
|
(#1197, #1198, #1199 by @pd93).
|
|
359
366
|
- Added a new `prompt:` prop to set a warning prompt to be shown before running
|
|
360
|
-
a potential
|
|
367
|
+
a potential dangerous task (#100, #1163 by @MaxCheetham,
|
|
361
368
|
[Documentation](https://taskfile.dev/usage/#warning-prompts)).
|
|
362
369
|
- Added support for single command task syntax. With this change, it's now
|
|
363
370
|
possible to declare just `cmd:` in a task, avoiding the more complex
|
|
@@ -372,7 +379,7 @@ sidebar_position: 14
|
|
|
372
379
|
percentage (#1173 by @misitebao).
|
|
373
380
|
- Starting on this release, official binaries for FreeBSD will be available to
|
|
374
381
|
download (#1068 by @andreynering).
|
|
375
|
-
- Fix some errors being unintendedly
|
|
382
|
+
- Fix some errors being unintendedly suppressed (#1134 by @clintmod).
|
|
376
383
|
- Fix a nil pointer error when `version` is omitted from a Taskfile (#1148,
|
|
377
384
|
#1149 by @pd93).
|
|
378
385
|
- Fix duplicate error message when a task does not exists (#1141, #1144 by
|
|
@@ -446,7 +453,7 @@ it a go and let us know what you think via a
|
|
|
446
453
|
by @pd93).
|
|
447
454
|
- Update to Go 1.20 (bump minimum version to 1.19) (#1010 by @pd93)
|
|
448
455
|
- Added environment variable `FORCE_COLOR` support to force color output.
|
|
449
|
-
|
|
456
|
+
Useful for environments without TTY (#1003 by @automation-stack)
|
|
450
457
|
|
|
451
458
|
## v3.20.0 - 2023-01-14
|
|
452
459
|
|
|
@@ -801,7 +808,7 @@ it a go and let us know what you think via a
|
|
|
801
808
|
|
|
802
809
|
- Fix error code for the `--help` flag (#300, #330).
|
|
803
810
|
- Print version to stdout instead of stderr (#299, #329).
|
|
804
|
-
-
|
|
811
|
+
- Suppress `context` errors when using the `--watch` flag (#313, #317).
|
|
805
812
|
- Support templating on description (#276, #283).
|
|
806
813
|
|
|
807
814
|
## v2.8.0 - 2019-12-07
|
|
@@ -810,7 +817,7 @@ it a go and let us know what you think via a
|
|
|
810
817
|
parallel (#266).
|
|
811
818
|
- Fixed bug where calling the `task` CLI only informing global vars would not
|
|
812
819
|
execute the `default` task.
|
|
813
|
-
- Add
|
|
820
|
+
- Add ability to silent all tasks by adding `silent: true` a the root of the
|
|
814
821
|
Taskfile.
|
|
815
822
|
|
|
816
823
|
## v2.7.1 - 2019-11-10
|
|
@@ -952,7 +959,7 @@ document, since it describes in depth what changed for this version.
|
|
|
952
959
|
## v1.4.3 - 2017-09-07
|
|
953
960
|
|
|
954
961
|
- Allow assigning variables to tasks at run time via CLI (#33)
|
|
955
|
-
- Added
|
|
962
|
+
- Added support for multiline variables from sh (#64)
|
|
956
963
|
- Fixes env: remove square braces and evaluate shell (#62)
|
|
957
964
|
- Watch: change watch library and few fixes and improvements
|
|
958
965
|
- When use watching, cancel and restart long running process on file change (#59
|
|
@@ -1012,7 +1019,7 @@ document, since it describes in depth what changed for this version.
|
|
|
1012
1019
|
- More tests and Travis integration
|
|
1013
1020
|
- Watch a task (experimental)
|
|
1014
1021
|
- Possibility to call another task
|
|
1015
|
-
- Fix "=" not being
|
|
1022
|
+
- Fix "=" not being recognized in variables/environment variables
|
|
1016
1023
|
- Tasks can now have a description, and help will print them (#10)
|
|
1017
1024
|
- Task dependencies now run concurrently
|
|
1018
1025
|
- Support for a default task (#16)
|
|
@@ -6,6 +6,12 @@
|
|
|
6
6
|
"env": {
|
|
7
7
|
"$ref": "#/definitions/vars"
|
|
8
8
|
},
|
|
9
|
+
"platforms": {
|
|
10
|
+
"type": "array",
|
|
11
|
+
"items": {
|
|
12
|
+
"type": "string"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
9
15
|
"tasks": {
|
|
10
16
|
"type": "object",
|
|
11
17
|
"patternProperties": {
|
|
@@ -179,10 +185,7 @@
|
|
|
179
185
|
},
|
|
180
186
|
"platforms": {
|
|
181
187
|
"description": "Specifies which platforms the task should be run on.",
|
|
182
|
-
"
|
|
183
|
-
"items": {
|
|
184
|
-
"type": "string"
|
|
185
|
-
}
|
|
188
|
+
"$ref": "#/definitions/platforms"
|
|
186
189
|
},
|
|
187
190
|
"requires": {
|
|
188
191
|
"description": "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",
|
|
@@ -341,10 +344,7 @@
|
|
|
341
344
|
},
|
|
342
345
|
"platforms": {
|
|
343
346
|
"description": "Specifies which platforms the command should be run on.",
|
|
344
|
-
"
|
|
345
|
-
"items": {
|
|
346
|
-
"type": "string"
|
|
347
|
-
}
|
|
347
|
+
"$ref": "#/definitions/platforms"
|
|
348
348
|
}
|
|
349
349
|
},
|
|
350
350
|
"additionalProperties": false,
|
|
@@ -396,6 +396,10 @@
|
|
|
396
396
|
"vars": {
|
|
397
397
|
"description": "Values passed to the task called",
|
|
398
398
|
"$ref": "#/definitions/vars"
|
|
399
|
+
},
|
|
400
|
+
"platforms": {
|
|
401
|
+
"description": "Specifies which platforms the command should be run on.",
|
|
402
|
+
"$ref": "#/definitions/platforms"
|
|
399
403
|
}
|
|
400
404
|
},
|
|
401
405
|
"oneOf": [
|