Skip to content

MadsHT/Flux-Graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flux-graph

This is currently achived by having one commands:

Usage

flux-graph outputs a graph in DOT. To visualize a DOT graph, graphviz is recommended.

After installing, a graph can be generated by piping the output of flux-graph into DOT.

flux-graph build --show-helm-releases --folder environments/base  --root-folder ../flux-fleet-repo | dot -Tpng > graph.png

Build

Looks at kustomization files and builds a dependency graph is any exists

flags

name default decription
--root-folder ./ The root of the flux folder
--folder ./ Folder (relative to the root-folder) to find apps in (recursive)
--show-helm-releases false Makes subgraphs over helm releases dependencies (if any)
--debug false Enables debug output

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages