Skip to content

Commit cacc7a5

Browse files
committed
Bring usage docs up to date
1 parent 55d6824 commit cacc7a5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

website/source/intro/getting-started/install.html.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,16 @@ usage: terraform [--version] [--help] <command> [<args>]
4040
4141
Available commands are:
4242
apply Builds or changes infrastructure
43+
destroy Destroy Terraform-managed infrastructure
44+
get Download and install modules for the configuration
4345
graph Create a visual graph of Terraform resources
46+
init Initializes Terraform configuration from a module
4447
output Read an output from a state file
4548
plan Generate and show an execution plan
4649
refresh Update local state file against real resources
50+
remote Configure remote state storage
4751
show Inspect Terraform state or plan
52+
taint Manually mark a resource for recreation
4853
version Prints the Terraform version
4954
```
5055

0 commit comments

Comments
 (0)