Skip to content

Commit

Permalink
Docs updated for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdabbad00 committed Apr 17, 2019
1 parent 4bb7e2d commit 504706b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/network_visualizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ There are a number of filtering options that can be applied here to reduce the n
The most useful filtering options:
* `--regions`: Restrict the diagram to a set regions, ex. `us-east-1,us-east-2`
* `--vpc-ids` and `--vpc-names`: Restrict the diagram to a set of VPCs.
* `--tags`: Filter by tags, for exmaple `--tags Env=Prod --tags Env=Test,Name=Bastion` will filter to all resources tagged with a key `Env` that has value `Prod`, or where `Env=Test` and `Name=Bastion`. In this way, a the tags in a set are AND'd, and the tag sets are OR'd.
* `--collapse-by-tag`: This is very useful to provide a tag name, and all nodes with that tag will be reduced to a single displayed node.

The other filtering options are:
Expand Down

0 comments on commit 504706b

Please sign in to comment.