Skip to content

Commit 6ce6a38

Browse files
committed
chore: changelog for #1639
1 parent 76030c9 commit 6ce6a38

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
the `yaml` and `json` keys are no longer available (#1654 by @pd93).
2424
- Added a new `TASK_REMOTE_DIR` environment variable to configure where cached
2525
remote Taskfiles are stored (#1661 by @vmaerten).
26+
- Added a new `--clear-cache` flag to clear the cache of remote Taskfiles (#1639
27+
by @vmaerten).
2628
- Improved the readability of cached remote Taskfile filenames (#1636 by
2729
@vmaerten).
2830
- Starting releasing a binary for the `riscv64` architecture on Linux (#1699 by

website/docs/experiments/remote_taskfiles.mdx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,16 +105,19 @@ internet and cached locally. If for whatever reason, you lose access to the
105105
internet, you will still be able to run your tasks by specifying the `--offline`
106106
flag. This will tell Task to use the latest cached version of the file instead
107107
of trying to download it. You are able to use the `--download` flag to update
108-
the cached version of the remote files without running any tasks.
109-
You are able to use the `--clear-cache` flag to clear all cached version of the remote files without running any tasks.
108+
the cached version of the remote files without running any tasks. You are able
109+
to use the `--clear-cache` flag to clear all cached version of the remote files
110+
without running any tasks.
110111

111112
By default, Task will timeout requests to download remote files after 10 seconds
112113
and look for a cached copy instead. This timeout can be configured by setting
113114
the `--timeout` flag and specifying a duration. For example, `--timeout 5s` will
114115
set the timeout to 5 seconds.
115116

116-
By default, the cache is stored in the Task temp directory, represented by the `TASK_TEMP_DIR` [environment variable](../reference/environment.mdx)
117-
You can override the location of the cache by setting the `TASK_REMOTE_DIR` environment variable. This way, you can share the cache between different projects.
117+
By default, the cache is stored in the Task temp directory, represented by the
118+
`TASK_TEMP_DIR` [environment variable](../reference/environment.mdx) You can
119+
override the location of the cache by setting the `TASK_REMOTE_DIR` environment
120+
variable. This way, you can share the cache between different projects.
118121

119122
{/* prettier-ignore-start */}
120123
[enabling-experiments]: ./experiments.mdx#enabling-experiments

0 commit comments

Comments
 (0)