A CLI to the Terraform Cloud API
Project description
TF Cloud CLI
A simple CLI for interacting with the Terraform Cloud API.
Currently only supports listing organizations, workspaces and updating the run mode for workspaces
Install
pip install tf-cloud-cli
Token Setup
Get an API token from the Terraform cloud app.
Token can either be set in an environment variable called TF_TOKEN
or in a file named .credentials.conf
Usage
tf_cloud_cli --help <aws:sensurance>
Usage: tf_cloud_cli [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
list-organizations
organization
List Organizations
tf_cloud_cli list-organizations
List Workspaces
tf_cloud_cli organization -o MyOrganization list-workspaces
Show workspace details
tf_cloud_cli organization -o MyOrganization workspace -w my-workspace show
Set local execution for workspace
tf_cloud_cli organization -o MyOrganization workspace -w my-workspace set-local-execution
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tf_cloud_cli-0.0.2.tar.gz
(3.0 kB
view hashes)
Built Distribution
Close
Hashes for tf_cloud_cli-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 186492439ddf2ddea8f15807529044d2acca448d9ee97829b8a850e3ae72fd3a |
|
MD5 | 45e3f0964e0d0b5929b18bbf550c2553 |
|
BLAKE2b-256 | f0f55f0942fcc44d960aeb90e2ac7226347eaf62a6388038aba38208dac633e6 |