Skip to content

Commit

Permalink
Merge pull request #5468 from f440/update-command-example
Browse files Browse the repository at this point in the history
Bring usage docs up to date
  • Loading branch information
radeksimko committed Mar 5, 2016
2 parents 76373b7 + b7008ba commit d86caf4
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions website/source/intro/getting-started/install.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,20 @@ $ terraform
usage: terraform [--version] [--help] <command> [<args>]
Available commands are:
apply Builds or changes infrastructure
destroy Destroy Terraform-managed infrastructure
get Download and install modules for the configuration
graph Create a visual graph of Terraform resources
init Initializes Terraform configuration from a module
output Read an output from a state file
plan Generate and show an execution plan
refresh Update local state file against real resources
remote Configure remote state storage
show Inspect Terraform state or plan
taint Manually mark a resource for recreation
version Prints the Terraform version
apply Builds or changes infrastructure
destroy Destroy Terraform-managed infrastructure
get Download and install modules for the configuration
graph Create a visual graph of Terraform resources
init Initializes Terraform configuration from a module
output Read an output from a state file
plan Generate and show an execution plan
push Upload this Terraform module to Atlas to run
refresh Update local state file against real resources
remote Configure remote state storage
show Inspect Terraform state or plan
taint Manually mark a resource for recreation
validate Validates the Terraform files
version Prints the Terraform version
```

If you get an error that `terraform` could not be found, then your PATH
Expand Down

0 comments on commit d86caf4

Please sign in to comment.