Skip to content

Commit

Permalink
website: add links to new commands
Browse files Browse the repository at this point in the history
  • Loading branch information
armon authored and mitchellh committed Dec 10, 2014
1 parent 21c29dd commit 493eaa3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/source/docs/commands/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 25,16 @@ usage: terraform [--version] [--help] <command> [<args>]
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
```
Expand Down
12 changes: 12 additions & 0 deletions website/source/layouts/docs.erb
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 77,22 @@

<li<%= sidebar_current("docs-commands-plan") %>>
<a href="/docs/commands/plan.html">plan</a>
</li>

<li<%= sidebar_current("docs-commands-pull") %>>
<a href="/docs/commands/pull.html">pull</a>
</li>

<li<%= sidebar_current("docs-commands-push") %>>
<a href="/docs/commands/push.html">push</a>
</li>

<li<%= sidebar_current("docs-commands-refresh") %>>
<a href="/docs/commands/refresh.html">refresh</a>
</li>

<li<%= sidebar_current("docs-commands-remote") %>>
<a href="/docs/commands/remote.html">remote</a>
</li>

<li<%= sidebar_current("docs-commands-show") %>>
Expand Down

0 comments on commit 493eaa3

Please sign in to comment.