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.
2 parents 44a68eb + 30efaad commit 7703dcaCopy full SHA for 7703dca
libexec/tfenv-help
@@ -11,6 +11,7 @@ Commands:
11
list List all installed versions
12
list-remote List all installable versions
13
version-name Print current version
14
+ init Update environment to use 'tfenv' correctly.
15
';
16
17
exit 0;
libexec/tfenv-init
@@ -0,0 +1,5 @@
1
+#!/usr/bin/env bash
2
+
3
+[ -n "${TFENV_DEBUG}" ] && set -x
4
5
+export PATH="${TFENV_ROOT}/bin:${PATH}"
0 commit comments