-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
50150ff
commit d854363
Showing
10 changed files
with
348 additions
and
378 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-US"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<!-- Begin Jekyll SEO tag v2.4.0 --> | ||
<title>terraform-switcher | The tfswitch command lets you switch between terraform versions</title> | ||
<meta name="generator" content="Jekyll v3.7.3" /> | ||
<meta property="og:title" content="terraform-switcher" /> | ||
<meta property="og:locale" content="en_US" /> | ||
<meta name="description" content="The tfswitch command lets you switch between terraform versions" /> | ||
<meta property="og:description" content="The tfswitch command lets you switch between terraform versions" /> | ||
<link rel="canonical" href="http://localhost:4000/addtional.html" /> | ||
<meta property="og:url" content="http://localhost:4000/addtional.html" /> | ||
<meta property="og:site_name" content="terraform-switcher" /> | ||
<script type="application/ld+json"> | ||
{"description":"The tfswitch command lets you switch between terraform versions","@type":"WebPage","url":"http://localhost:4000/addtional.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/img/logo.png"}},"headline":"terraform-switcher","@context":"http://schema.org"}</script> | ||
<!-- End Jekyll SEO tag --> | ||
|
||
<link rel="stylesheet" href="/assets/css/style.css?v="> | ||
<!--[if lt IE 9]> | ||
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script> | ||
<![endif]--> | ||
</head> | ||
<body> | ||
<div class="wrapper"> | ||
<header> | ||
<!-- <h1 style="font-size:25px;"><a href="http://localhost:4000/">terraform-switcher</a></h1> --> | ||
<h1 style="font-size:25px; text-align: center"><a href="http://localhost:4000/">tfswitch</a></h1> | ||
|
||
|
||
<img src="/assets/img/logo.png" alt="Logo" /> | ||
|
||
|
||
<p style="text-align: center">The tfswitch command lets you switch between terraform versions</p> | ||
<!-- <p>Written in go</p> --> | ||
<img src="https://travis-ci.org/warrensbox/terraform-switcher.svg?branch=master" alt="Travis" /> | ||
<img src="https://goreportcard.com/badge/github.com/warrensbox/terraform-switcher" alt="Go Report" /> | ||
|
||
<hr style="margin-top: 20px;"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<ul> | ||
<li><a href="https://github.com/warrensbox/terraform-switcher/releases/download/0.3.256/terraform-switcher_0.3.256_darwin_amd64.tar.gz">Download <strong>MacOS</strong></a></li> | ||
<li><a href="https://github.com/warrensbox/terraform-switcher/releases/download/0.3.256/terraform-switcher_0.3.256_linux_amd64.tar.gz">Download <strong>Linux</strong></a></li> | ||
<li><a href="https://github.com/warrensbox/terraform-switcher/releases">Releases On <strong>GitHub</strong></a></li> | ||
</ul> | ||
|
||
</header> | ||
<section> | ||
|
||
|
||
<p><a href="index">Back to main</a></p> | ||
|
||
<h2 id="upgrade">Upgrade:</h2> | ||
|
||
<h3 id="homebrew">Homebrew</h3> | ||
|
||
<div class="language-ruby highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="n">brew</span> <span class="n">upgrade</span> <span class="n">warrensbox</span><span class="o">/</span><span class="n">tap</span><span class="o">/</span><span class="n">tfswitch</span> | ||
</code></pre></div></div> | ||
<h3 id="linux">Linux</h3> | ||
|
||
<p>Rerun:</p> | ||
|
||
<div class="language-sh highlighter-rouge"><div class="highlight"><pre class="highlight"><code>curl <span class="nt">-L</span> https://raw.githubusercontent.com/warrensbox/terraform-switcher/release/install.sh | bash | ||
</code></pre></div></div> | ||
|
||
<h2 id="uninstall">Uninstall:</h2> | ||
|
||
<h3 id="homebrew-1">Homebrew</h3> | ||
|
||
<div class="language-ruby highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="n">brew</span> <span class="n">uninstall</span> <span class="n">warrensbox</span><span class="o">/</span><span class="n">tap</span><span class="o">/</span><span class="n">tfswitch</span> | ||
</code></pre></div></div> | ||
<h3 id="linux-1">Linux</h3> | ||
|
||
<p>Rerun:</p> | ||
|
||
<div class="language-sh highlighter-rouge"><div class="highlight"><pre class="highlight"><code>rm /usr/local/bin/tfswitch | ||
</code></pre></div></div> | ||
|
||
<h2 id="troubleshoot">Troubleshoot:</h2> | ||
|
||
<p>Common issues:</p> | ||
<div class="language-ruby highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="ss">install: </span><span class="n">can</span><span class="err">'</span><span class="n">t</span> <span class="n">change</span> <span class="n">permissions</span> <span class="n">of</span> <span class="sr">/usr/</span><span class="n">local</span><span class="o">/</span><span class="ss">bin: </span><span class="no">Operation</span> <span class="n">not</span> <span class="n">permitted</span> | ||
</code></pre></div></div> | ||
|
||
<div class="language-ruby highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="s2">"Unable to remove symlink. You must have SUDO privileges"</span> | ||
</code></pre></div></div> | ||
|
||
<div class="language-ruby highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="s2">"Unable to create symlink. You must have SUDO privileges"</span> | ||
</code></pre></div></div> | ||
<p>You probably need to have <strong>sudo</strong> privileges to install <em>tfswitch</em>.</p> | ||
|
||
<p><a href="#upgrade">Back to top</a> <br /> | ||
<a href="index">Back to main</a></p> | ||
|
||
|
||
</section> | ||
<footer> | ||
|
||
<p><small>View other products — by <a href="http://warren.veerasingam.com/#about_me">Warren Veerasingam</a></small></p> | ||
</footer> | ||
</div> | ||
<script src="/assets/js/scale.fix.js"></script> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
|
||
[Back to main](index) | ||
|
||
## Upgrade: | ||
|
||
### Homebrew | ||
|
||
```ruby | ||
brew upgrade warrensbox/tap/tfswitch | ||
``` | ||
### Linux | ||
|
||
Rerun: | ||
|
||
```sh | ||
curl -L https://raw.githubusercontent.com/warrensbox/terraform-switcher/release/install.sh | bash | ||
``` | ||
|
||
## Uninstall: | ||
|
||
### Homebrew | ||
|
||
```ruby | ||
brew uninstall warrensbox/tap/tfswitch | ||
``` | ||
### Linux | ||
|
||
Rerun: | ||
|
||
```sh | ||
rm /usr/local/bin/tfswitch | ||
``` | ||
|
||
## Troubleshoot: | ||
|
||
Common issues: | ||
```ruby | ||
install: can't change permissions of /usr/local/bin: Operation not permitted | ||
``` | ||
```ruby | ||
"Unable to remove symlink. You must have SUDO privileges" | ||
``` | ||
```ruby | ||
"Unable to create symlink. You must have SUDO privileges" | ||
``` | ||
You probably need to have **sudo** privileges to install *tfswitch*. | ||
[Back to top](#upgrade) | ||
[Back to main](index) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.