mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Bring usage docs up to date
This commit is contained in:
parent
55d682482a
commit
cacc7a5d6f
@ -40,11 +40,16 @@ usage: terraform [--version] [--help] <command> [<args>]
|
|||||||
|
|
||||||
Available commands are:
|
Available commands are:
|
||||||
apply Builds or changes infrastructure
|
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
|
graph Create a visual graph of Terraform resources
|
||||||
|
init Initializes Terraform configuration from a module
|
||||||
output Read an output from a state file
|
output Read an output from a state file
|
||||||
plan Generate and show an execution plan
|
plan Generate and show an execution plan
|
||||||
refresh Update local state file against real resources
|
refresh Update local state file against real resources
|
||||||
|
remote Configure remote state storage
|
||||||
show Inspect Terraform state or plan
|
show Inspect Terraform state or plan
|
||||||
|
taint Manually mark a resource for recreation
|
||||||
version Prints the Terraform version
|
version Prints the Terraform version
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user