diff --git a/website/source/docs/commands/index.html.markdown b/website/source/docs/commands/index.html.markdown index f7e8a7126f..aa79c29c95 100644 --- a/website/source/docs/commands/index.html.markdown +++ b/website/source/docs/commands/index.html.markdown @@ -25,10 +25,16 @@ usage: terraform [--version] [--help] [] 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 + pull Refreshes the local state copy from the remote server + push Uploads the the local state to the remote server refresh Update local state file against real resources + remote Configures remote state management show Inspect Terraform state or plan version Prints the Terraform version ``` diff --git a/website/source/layouts/docs.erb b/website/source/layouts/docs.erb index ead92b546b..298ef0875b 100644 --- a/website/source/layouts/docs.erb +++ b/website/source/layouts/docs.erb @@ -77,10 +77,22 @@ > plan + + + > + pull + + + > + push > refresh + + + > + remote >