Skip to content

Commit

Permalink
Added Brew install options
Browse files Browse the repository at this point in the history
  • Loading branch information
straubt1 committed Sep 27, 2024
1 parent 710395d commit 1de22cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dockers:
build_flag_templates:
- "--pull"
- "--label=io.artifacthub.package.readme-url=https://raw.githubusercontent.com/straubt1/tfx/main/README.md"
- "--label=io.artifacthub.package.maintainers=[{\"name\":\"Tom Straub\",\"email\":\"straub@hashicorp.com\"}]"
- "--label=io.artifacthub.package.maintainers=[{\"name\":\"Tom Straub\",\"email\":\"tstraub@hashicorp.com\"}]"
- "--label=io.artifacthub.package.license=MIT"
- "--label=org.opencontainers.image.description=TFx is a standalone CLI for Terraform Cloud and Terraform Enterprise"
- "--label=org.opencontainers.image.created={{.Date}}"
Expand All @@ -67,7 +67,7 @@ dockers:
build_flag_templates:
- "--pull"
- "--label=io.artifacthub.package.readme-url=https://raw.githubusercontent.com/straubt1/tfx/main/README.md"
- "--label=io.artifacthub.package.maintainers=[{\"name\":\"Tom Straub\",\"email\":\"straub@hashicorp.com\"}]"
- "--label=io.artifacthub.package.maintainers=[{\"name\":\"Tom Straub\",\"email\":\"tstraub@hashicorp.com\"}]"
- "--label=io.artifacthub.package.license=MIT"
- "--label=org.opencontainers.image.description=TFx is a standalone CLI for Terraform Cloud and Terraform Enterprise"
- "--label=org.opencontainers.image.created={{.Date}}"
Expand Down
19 changes: 4 additions & 15 deletions site/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,14 @@ The initial focus of _tfx_ was to execute the API-Driven workflow for a Workspac

Binaries are created as part of a release, check out the [Release Page](https://github.com/straubt1/tfx/releases) for the latest version.

**MacOs Installation**
**MacOs and Linux Installation**
```sh
version="x.x.x"
curl -L -o tfx "https://github.com/straubt1/tfx/releases/download/${version}/tfx_darwin_amd64"
chmod +x tfx
```

**Linux Installation**
```sh
version="x.x.x"
curl -L -o tfx "https://github.com/straubt1/tfx/releases/download/${version}/tfx_linux_amd64"
chmod +x tfx
brew install straubt1/tap/tfx
```

**Windows Installation**
```sh
version="x.x.x"
curl -L -o tfx.exe "https://github.com/straubt1/tfx/releases/download/${version}/tfx_windows_amd64"
```

Download from the [Release](https://github.com/straubt1/tfx/releases) page.

**Go Installation**

Expand Down

0 comments on commit 1de22cd

Please sign in to comment.