Skip to content

TFx

A powerful standalone CLI for HCP Terraform and Terraform Enterprise. Automate your infrastructure workflows from the terminal.

API-Driven

Leverages the API with HashiCorp’s go-tfe SDK via a clean CLI interface.

HCP Terraform & TFE

Works with both HCP Terraform (Terraform Cloud) and self-hosted Terraform Enterprise.

CI/CD Ready

Integrate with any CI/CD pipeline. First-class support for GitLab CI and scriptable for any environment.

Open Source

MIT licensed and community driven. Contributions welcome and built by engineers who use it daily.

Up and running in 3 steps

1. Install

Terminal window
brew install straubt1/tap/tfx

2. Configure

~/.tfx.hcl
tfeHostname = "app.terraform.io"
tfeOrganization = "my-org"
tfeToken = "my-token"

3. Run

Terminal window
tfx workspace list