diff --git a/README.md b/README.md index 18270898..caa5a5e2 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ # Terraform Switcher -drawing +drawing - + The `tfswitch` command line tool lets you switch between different versions of [terraform](https://www.terraform.io/). If you do not have a particular version of terraform installed, `tfswitch` will download the version you desire. @@ -41,12 +41,20 @@ curl -L https://raw.githubusercontent.com/warrensbox/terraform-switcher/release/ Alternatively, you can install the binary from source [here](https://github.com/warrensbox/terraform-switcher/releases) ## How to use: - -drawing +### Use dropdown menu to select version +drawing 1. You can switch between different versions of terraform by typing the command `tfswitch` on your terminal. 2. Select the version of terraform you require by using the up and down arrow. 3. Hit **Enter** to select the desired version +The most recently selected versions are presented at the top of the dropdown + +### Supply version on command line +drawing + +1. You can also supply the desired version as an argument on the command line +2. For example, `tfswitch 0.10.5` for version 0.10.5 of terraform +3. Hit **Enter** to after completed ## Additional Info diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 49a97297..c2530d5e 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -29,7 +29,7 @@

- Logo + Logo

{{ site.description | default: site.github.project_tagline }}

diff --git a/docs/_site/additional.html b/docs/_site/additional.html index 27a4f2ec..8e8ed4e5 100644 --- a/docs/_site/additional.html +++ b/docs/_site/additional.html @@ -40,7 +40,7 @@

- Logo + Logo

Manage terraform versions - the tfswitch command line tool lets you switch between different versions of terraform

diff --git a/docs/_site/index.html b/docs/_site/index.html index 5b755eb6..cffa29c9 100644 --- a/docs/_site/index.html +++ b/docs/_site/index.html @@ -40,7 +40,7 @@

- Logo + Logo

Manage terraform versions - the tfswitch command line tool lets you switch between different versions of terraform

@@ -95,7 +95,7 @@

Install from source

How to use:

-

drawing

+

drawing

  1. You can switch between different versions of terraform by typing the command tfswitch on your terminal.
  2. diff --git a/docs/_site/index.md b/docs/_site/index.md index 6f296339..b684ee04 100644 --- a/docs/_site/index.md +++ b/docs/_site/index.md @@ -36,7 +36,7 @@ Alternatively, you can install the binary from the source [here](https://github. ## How to use: -drawing +drawing 1. You can switch between different versions of terraform by typing the command `tfswitch` on your terminal. 2. Select the version of terraform you require by using the up and down arrow. diff --git a/docs/index.md b/docs/index.md index 6f296339..f33a9c49 100644 --- a/docs/index.md +++ b/docs/index.md @@ -35,12 +35,20 @@ Alternatively, you can install the binary from the source [here](https://github.
    ## How to use: - -drawing +### Use dropdown menu to select version +drawing 1. You can switch between different versions of terraform by typing the command `tfswitch` on your terminal. 2. Select the version of terraform you require by using the up and down arrow. 3. Hit **Enter** to select the desired version +The most recently selected versions are presented at the top of the dropdown + +### Supply version on command line +drawing + +1. You can also supply the desired version as an argument on the command line +2. For example, `tfswitch 0.10.5` for version 0.10.5 of terraform +3. Hit **Enter** to after completed