From cacc7a5d6fb1e5aba5e6452bb02da2fc59078489 Mon Sep 17 00:00:00 2001 From: Spencer Nelson Date: Tue, 24 Mar 2015 12:06:09 -0700 Subject: [PATCH] Bring usage docs up to date --- website/source/intro/getting-started/install.html.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/source/intro/getting-started/install.html.markdown b/website/source/intro/getting-started/install.html.markdown index dc4729bc96..629e97a573 100644 --- a/website/source/intro/getting-started/install.html.markdown +++ b/website/source/intro/getting-started/install.html.markdown @@ -40,11 +40,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 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 ```