Skip to content

Commit

Permalink
added version 4 gif
Browse files Browse the repository at this point in the history
  • Loading branch information
WarrensBox authored and WarrensBox committed Jun 24, 2018
1 parent 0b7d547 commit 43c96f9
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 11 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

# Terraform Switcher

<img style="text-allign:center" src="https://s3.us-east-2.amazonaws.com/kepler-images/warrensbox/smallerlogo.png" alt="drawing" width="120" height="130"/>
<img style="text-allign:center" src="https://s3.us-east-2.amazonaws.com/kepler-images/tfswitch/terraform-switch/warrensbox/smallerlogo.png" alt="drawing" width="120" height="130"/>

<!-- ![gopher](https://s3.us-east-2.amazonaws.com/kepler-images/warrensbox/logo.png =100x20) -->
<!-- ![gopher](https://s3.us-east-2.amazonaws.com/kepler-images/tfswitch/warrensbox/logo.png =100x20) -->

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.
Expand Down Expand Up @@ -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:

<img src="https://s3.us-east-2.amazonaws.com/kepler-images/warrensbox/tfswitch.gif" alt="drawing" style="width: 180px;"/>
### Use dropdown menu to select version
<img src="https://s3.us-east-2.amazonaws.com/kepler-images/tfswitch/warrensbox/tfswitch.gif" alt="drawing" style="width: 180px;"/>

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
<img src="https://s3.us-east-2.amazonaws.com/kepler-images/tfswitch/warrensbox/tfswitch-v4.gif" alt="drawing" style="width: 180px;"/>

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

Expand Down
2 changes: 1 addition & 1 deletion docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<!-- <h1 style="font-size:25px; text-align: center"><a href="{{ "/" | absolute_url }}">tfswitch</a></h1> -->

<p align="center">
<img align="middle" src="https://s3.us-east-2.amazonaws.com/kepler-images/warrensbox/logo.png" alt="Logo" />
<img align="middle" src="https://s3.us-east-2.amazonaws.com/kepler-images/tfswitch/warrensbox/logo.png" alt="Logo" />
</p>

<p style="text-align: center">{{ site.description | default: site.github.project_tagline }}</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/_site/additional.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<!-- <h1 style="font-size:25px; text-align: center"><a href="/">tfswitch</a></h1> -->

<p align="center">
<img align="middle" src="https://s3.us-east-2.amazonaws.com/kepler-images/warrensbox/logo.png" alt="Logo" />
<img align="middle" src="https://s3.us-east-2.amazonaws.com/kepler-images/tfswitch/warrensbox/logo.png" alt="Logo" />
</p>

<p style="text-align: center">Manage terraform versions - the tfswitch command line tool lets you switch between different versions of terraform</p>
Expand Down
4 changes: 2 additions & 2 deletions docs/_site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<!-- <h1 style="font-size:25px; text-align: center"><a href="/">tfswitch</a></h1> -->

<p align="center">
<img align="middle" src="https://s3.us-east-2.amazonaws.com/kepler-images/warrensbox/logo.png" alt="Logo" />
<img align="middle" src="https://s3.us-east-2.amazonaws.com/kepler-images/tfswitch/warrensbox/logo.png" alt="Logo" />
</p>

<p style="text-align: center">Manage terraform versions - the tfswitch command line tool lets you switch between different versions of terraform</p>
Expand Down Expand Up @@ -95,7 +95,7 @@ <h3 id="install-from-source">Install from source</h3>

<h2 id="how-to-use">How to use:</h2>

<p><img align="center" src="https://s3.us-east-2.amazonaws.com/kepler-images/warrensbox/tfswitch.gif" alt="drawing" style="width: 480px;" /></p>
<p><img align="center" src="https://s3.us-east-2.amazonaws.com/kepler-images/tfswitch/warrensbox/tfswitch.gif" alt="drawing" style="width: 480px;" /></p>

<ol>
<li>You can switch between different versions of terraform by typing the command <code class="highlighter-rouge">tfswitch</code> on your terminal.</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/_site/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Alternatively, you can install the binary from the source [here](https://github.

## How to use:

<img align="center" src="https://s3.us-east-2.amazonaws.com/kepler-images/warrensbox/tfswitch.gif" alt="drawing" style="width: 480px;"/>
<img align="center" src="https://s3.us-east-2.amazonaws.com/kepler-images/tfswitch/warrensbox/tfswitch.gif" alt="drawing" style="width: 480px;"/>

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.
Expand Down
12 changes: 10 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,20 @@ Alternatively, you can install the binary from the source [here](https://github.
<hr>

## How to use:

<img align="center" src="https://s3.us-east-2.amazonaws.com/kepler-images/warrensbox/tfswitch.gif" alt="drawing" style="width: 480px;"/>
### Use dropdown menu to select version
<img src="https://s3.us-east-2.amazonaws.com/kepler-images/tfswitch/warrensbox/tfswitch.gif" alt="drawing" style="width: 180px;"/>

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
<img src="https://s3.us-east-2.amazonaws.com/kepler-images/tfswitch/warrensbox/tfswitch-v4.gif" alt="drawing" style="width: 180px;"/>

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

<hr>

Expand Down

0 comments on commit 43c96f9

Please sign in to comment.