terraform/website/source/docs/commands
James Nugent b4048dfc1d core: Add -json flag to `terraform output`
This commit removes the ability to index into complex output types using
`terraform output a_list 1` (for example), and adds a `-json` flag to
the `terraform output` command, such that the output can be piped
through a post-processor such as jq or json. This removes the need to
allow arbitrary traversal of nested structures.

It also adds tests of human readable ("normal") output with nested lists
and maps, and of the new JSON output.
2016-07-13 10:42:55 -06:00
..
state
apply.html.markdown
destroy.html.markdown
fmt.html.markdown
get.html.markdown
graph.html.markdown
import.html.md
index.html.markdown
init.html.markdown
output.html.markdown core: Add -json flag to `terraform output` 2016-07-13 10:42:55 -06:00
plan.html.markdown website: Remove `-backup` from `plan` docs 2016-06-10 18:06:26 -05:00
push.html.markdown
refresh.html.markdown
remote-config.html.markdown
remote-pull.html.markdown
remote-push.html.markdown
remote.html.markdown
show.html.markdown
taint.html.markdown
untaint.html.markdown
validate.html.markdown