Skip to main content

Tree

The tree commands generates a mind map tree of the target resources.

gc tree

Requirements

The conversion from *.puml to SVG/PNG is performed by plantuml. Do not forget to download the plantuml.jar.

Help

gc tree --help
Output the target resources as a mind map tree

Options:
--pumlFile <file> plantuml output file name (default: "resources-mindmap.puml")
--title <value> title (default: "multi")
-t, --type <type> file type: png, svg (default: "svg")
-f, --full display resources name
-j, --plantumlJar <type> plantuml.jar location (default: "/Users/mario/Downloads/plantuml.jar")
-p, --provider <value> Filter by provider, multiple values allowed
-h, --help display help for command

Example

Alias

gc t

A kubernetes cluster running on AWS EKS:

tree-eks

Full

gc tree --full --pumlFile resources-all-mindmap.svg

tree-eks