apk-tools/doc/apk-dot.8.scd
Timo Teräs ee21625839 Remove AUTHORS section from man pages
Use of an AUTHORS section is strongly discouraged. Generally, it
is better not to clutter every page with a list of (over time
potentially numerous) authors.

Add your name to comments in sources, or the root level AUTHORS
file instead.
2021-06-19 14:02:16 +03:00

25 lines
539 B
Markdown

apk-dot(8)
# NAME
apk dot - generate graphviz graphs
# SYNOPSIS
*apk dot* [<_options_>...] [_pkgmask_...]
# DESCRIPTION
*apk dot* renders package dependencies as graphviz graphs.
The graph is generated for the packages matching the masks given, or for every
known package if unspecified (this will generate a large and unwieldy graph).
# OPTIONS
*--errors*
Consider only packages with errors. This is useful for visually reporting
e.g. cyclic dependencies and missing packages.
*--installed*
Consider only installed packages.