🌐🗃️ CLI Utility for managing Terraform Cloud profiles with a simple interface
# Installation
```
cargo install terraform-profile
```
# Usage
```
terraform-profile 0.1.0
Thomas Nicollet
CLI Utility for managing Terraform Cloud profiles with a simple interface
USAGE:
terraform-profile
OPTIONS:
-h, --help Print help information
-V, --version Print version information
SUBCOMMANDS:
help Print this message or the help of the given subcommand(s)
import Import your current unregistered terraform cloud profile
list List all the different registered terraform cloud profiles
status Check which terraform cloud profile is currently used
switch Switch the current terraform cloud profile for another
```