Skip to content

diagram

aws-inspector diagram

Generate the diagram from an inventory file

Synopsis

It generates a diagram file (.drawio) that you can open with https://www.drawio.com/, from where you can convert it into different formats (i.e. png, svg)

aws-inspector diagram [flags]

Examples

diagram --file ./aws-inventory.yml --output ./output.drawio

Options

  -f, --file stringArray    inventory file (default is ./inventory.yaml); you can provide multiple files by using this argument more than once, all the files will be merged (default [./inventory.yaml])
  -h, --help                help for diagram
  -o, --output-dir string   output directory (default is current dir) (default ".")

SEE ALSO

  • aws-inspector - Improve the productivity of developing on AWS cloud
Auto generated by spf13/cobra on 11-Feb-2025