We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dfafe5 commit ca99266Copy full SHA for ca99266
1 file changed
website/src/public/schema-taskrc.json
@@ -43,6 +43,10 @@
43
"description": "Expiry duration for cached remote Taskfiles (e.g., '1h', '24h')",
44
"pattern": "^[0-9]+(ns|us|µs|ms|s|m|h)$"
45
},
46
+ "cache-dir": {
47
+ "type": "string",
48
+ "description": "Directory to cache remote Taskfiles"
49
+ },
50
"trusted-hosts": {
51
"type": "array",
52
"description": "List of trusted hosts for remote Taskfiles (e.g., 'github.com', 'gitlab.com', 'example.com:8080').",
0 commit comments