We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55d6824 commit cacc7a5Copy full SHA for cacc7a5
1 file changed
website/source/intro/getting-started/install.html.markdown
@@ -40,11 +40,16 @@ usage: terraform [--version] [--help] <command> [<args>]
40
41
Available commands are:
42
apply Builds or changes infrastructure
43
+ destroy Destroy Terraform-managed infrastructure
44
+ get Download and install modules for the configuration
45
graph Create a visual graph of Terraform resources
46
+ init Initializes Terraform configuration from a module
47
output Read an output from a state file
48
plan Generate and show an execution plan
49
refresh Update local state file against real resources
50
+ remote Configure remote state storage
51
show Inspect Terraform state or plan
52
+ taint Manually mark a resource for recreation
53
version Prints the Terraform version
54
```
55
0 commit comments