# Terraform Workspace Switcher - `tfx` [![Build Status](https://travis-ci.org/FGRibreau/terraform-workspace-switcher.svg?branch=master)](https://travis-ci.org/FGRibreau/terraform-workspace-switcher) [![Build status](https://ci.appveyor.com/api/projects/status/9xsw4bboduma93tv/branch/master?svg=true)](https://ci.appveyor.com/project/FGRibreau/terraform-workspace-switcher/branch/master) [![Cargo version](https://img.shields.io/crates/v/kubectx.svg)](https://crates.io/crates/kubectx) [![Crates.io](https://img.shields.io/crates/d/kubectx.svg)](https://crates.io/crates/kubectx) Fastest switch between Terraform workspaces 🏎. ### [⭐️ Download pre-built binaries ⭐️](https://github.com/FGRibreau/terraform-workspace-switcher/releases) ### Installation ```shell cargo install tfx ``` ### Usage ```sh $ tfx --Select terraform workspace (Use arrow keys) production ❯ development staging ```