terraform/website/source/assets/stylesheets
Mitchell Hashimoto d1b46e99bd Add `terraform state list` command
This introduces the terraform state list command to list the resources
within a state. This is the first of many state management commands to
come into 0.7.

This is the first command of many to come that is considered a
"plumbing" command within Terraform (see "plumbing vs porcelain":
http://git.661346.n2.nabble.com/what-are-plumbing-and-porcelain-td2190639.html).
As such, this PR also introduces a bunch of groundwork to support
plumbing commands.

The main changes:

- Main command output is changed to split "common" and "uncommon"
  commands.

- mitchellh/cli is updated to support nested subcommands, since
  terraform state list is a nested subcommand.

- terraform.StateFilter is introduced as a way in core to filter/search
  the state files. This is very basic currently but I expect to make it
  more advanced as time goes on.

- terraform state list command is introduced to list resources in a
  state. This can take a series of arguments to filter this down.

Known issues, or things that aren't done in this PR on purpose:

- Unit tests for terraform state list are on the way. Unit tests for the
  core changes are all there.
2016-05-10 14:14:47 -04:00
..
hashicorp-shared cleanup footer hashicorp logo 2015-12-20 11:49:02 -08:00
_announcement-bnr.scss add a height to svg in bnr to fix IE bug 2016-05-03 18:37:47 -07:00
_buttons.scss Update to middleman-hashicorp 2014-10-13 12:44:38 -04:00
_community.scss Update to middleman-hashicorp 2014-10-13 12:44:38 -04:00
_docs.scss Add `terraform state list` command 2016-05-10 14:14:47 -04:00
_downloads.scss Update to middleman-hashicorp 2014-10-13 12:44:38 -04:00
_fonts.scss in progress header redesign 2015-11-06 12:35:24 -08:00
_footer.scss cleanup footer hashicorp logo 2015-12-20 11:49:02 -08:00
_global.scss Update to middleman-hashicorp 2014-10-13 12:44:38 -04:00
_header.scss capital C in by hashicorp lockup 2015-12-19 21:33:48 -08:00
_home.scss Update to middleman-hashicorp 2014-10-13 12:44:38 -04:00
_jumbotron.scss Update to middleman-hashicorp 2014-10-13 12:44:38 -04:00
_mixins.scss Update to middleman-hashicorp 2014-10-13 12:44:38 -04:00
_sidebar.scss whitespace 2015-11-06 21:01:14 -08:00
_utilities.scss in progress header redesign 2015-11-06 12:35:24 -08:00
_variables.scss Update to middleman-hashicorp 2014-10-13 12:44:38 -04:00
application.scss annoucnement bnr 2016-04-11 13:02:15 -05:00