We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8eb402 commit 6204765Copy full SHA for 6204765
1 file changed
README.md
@@ -231,6 +231,14 @@ functionality will be restored.
231
TFENV_REVERSE_REMOTE=1 tfenv list-remote
232
```
233
234
+##### `TFENV_SKIP_LIST_REMOTE`
235
+
236
+Integer (Default: 0)
237
238
+When using a custom remote, such as Artifactory, lazy caching may be used meaning the versions
239
+returned by the remote aren't the full list available (more can be pulled on demand). This option
240
+disables the pre-install validation and will blindly pull the requested version from the remote.
241
242
##### `TFENV_CONFIG_DIR`
243
244
Path (Default: `$TFENV_ROOT`)
0 commit comments