Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.57 KB

File metadata and controls

54 lines (33 loc) · 1.57 KB

wolfictl dot

Generate graphviz .dot output

Usage

wolfictl dot [flags]

Synopsis

Generate .dot output and pipe it to dot to generate an SVG

wolfictl dot zlib | dot -Tsvg > graph.svg

Generate .dot output and pipe it to dot to generate a PNG

wolfictl dot zlib | dot -Tpng > graph.png

Open browser to explore crane

wolfictl dot --web crane

Open browser to explore crane's deps recursively, only showing a minimum subgraph

wolfictl dot --web -R -S crane

Options

  -d, --dir string                  directory to search for melange configs (default ".")
  -h, --help                        help for dot
  -k, --keyring-append strings      path to extra keys to include in the build environment keyring (default [https://packages.wolfi.dev/os/wolfi-signing.rsa.pub])
      --pipeline-dir string         directory used to extend defined built-in pipelines
  -R, --recursive                   recurse through package dependencies
  -r, --repository-append strings   path to extra repositories to include in the build environment (default [https://packages.wolfi.dev/os])
  -D, --show-dependents             show packages that depend on these packages, instead of these packages' dependencies
  -S, --spanning-tree               does something like a spanning tree to avoid a huge number of edges
      --web                         do a website

Options inherited from parent commands

      --log-level string   log level (e.g. debug, info, warn, error) (default "WARN")

SEE ALSO

  • wolfictl - A CLI helper for developing Wolfi