diff --git a/docs/_site/additional.html b/docs/_site/additional.html index 396f72c2..6145da03 100644 --- a/docs/_site/additional.html +++ b/docs/_site/additional.html @@ -23,7 +23,7 @@ {"description":"Manage terraform versions - the tfswitch command line tool lets you switch between different versions of terraform","@type":"WebPage","url":"/additional.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"/assets/img/logo.png"}},"headline":"tfswitch","@context":"http://schema.org"} - + diff --git a/docs/_site/index.html b/docs/_site/index.html index 830610b4..b6cc559b 100644 --- a/docs/_site/index.html +++ b/docs/_site/index.html @@ -23,7 +23,7 @@ {"name":"tfswitch","description":"Manage terraform versions - the tfswitch command line tool lets you switch between different versions of terraform","@type":"WebSite","url":"/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"/assets/img/logo.png"}},"headline":"Terraform Switcher","@context":"http://schema.org"} - + @@ -119,12 +119,22 @@
tfswitch -l
or tfswitch --list-all
to see all versions..tfswitchrc
file containing the desired versionecho "0.10.5" >> .tfswitchrc
for version 0.10.5 of terraformtfswitch
in the same directory as your .tfswitchrc
.tfswitchrc
file containing the desired version.echo "0.10.5" >> .tfswitchrc
for version 0.10.5 of terraform.tfswitch
in the same directory as your .tfswitchrc
.Automatically switch with bash
diff --git a/docs/_site/index.md b/docs/_site/index.md index c1ab1a5d..3b677ef3 100644 --- a/docs/_site/index.md +++ b/docs/_site/index.md @@ -51,11 +51,20 @@ The most recently selected versions are presented at the top of the dropdown. 2. For example, `tfswitch 0.10.5` for version 0.10.5 of terraform. 3. Hit **Enter** to switch. +### See all versions including beta, alpha and release candidates(rc) + + +1. Display all versions including beta, alpha and release candidates(rc). +2. For example, `tfswitch -l` or `tfswitch --list-all` to see all versions. +3. Hit **Enter** to select the desired version. + + ### Use .tfswitchrc file + -1. Create a `.tfswitchrc` file containing the desired version -2. For example, `echo "0.10.5" >> .tfswitchrc` for version 0.10.5 of terraform -3. Run the command `tfswitch` in the same directory as your `.tfswitchrc` +1. Create a `.tfswitchrc` file containing the desired version. +2. For example, `echo "0.10.5" >> .tfswitchrc` for version 0.10.5 of terraform. +3. Run the command `tfswitch` in the same directory as your `.tfswitchrc`. **Automatically switch with bash** diff --git a/docs/index.md b/docs/index.md index c1ab1a5d..3b677ef3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -51,11 +51,20 @@ The most recently selected versions are presented at the top of the dropdown. 2. For example, `tfswitch 0.10.5` for version 0.10.5 of terraform. 3. Hit **Enter** to switch. +### See all versions including beta, alpha and release candidates(rc) + + +1. Display all versions including beta, alpha and release candidates(rc). +2. For example, `tfswitch -l` or `tfswitch --list-all` to see all versions. +3. Hit **Enter** to select the desired version. + + ### Use .tfswitchrc file + -1. Create a `.tfswitchrc` file containing the desired version -2. For example, `echo "0.10.5" >> .tfswitchrc` for version 0.10.5 of terraform -3. Run the command `tfswitch` in the same directory as your `.tfswitchrc` +1. Create a `.tfswitchrc` file containing the desired version. +2. For example, `echo "0.10.5" >> .tfswitchrc` for version 0.10.5 of terraform. +3. Run the command `tfswitch` in the same directory as your `.tfswitchrc`. **Automatically switch with bash**