2020-01-08 01:47:37 +00:00
|
|
|
apk-dot(8)
|
|
|
|
|
|
|
|
# NAME
|
|
|
|
|
|
|
|
apk dot - generate graphviz graphs
|
|
|
|
|
|
|
|
# SYNOPSIS
|
|
|
|
|
|
|
|
*apk dot* [<_options_>...] [_pkgmask_...]
|
|
|
|
|
|
|
|
# DESCRIPTION
|
|
|
|
|
2020-05-04 12:24:58 +00:00
|
|
|
*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).
|
2020-01-08 01:47:37 +00:00
|
|
|
|
|
|
|
# OPTIONS
|
|
|
|
|
|
|
|
*--errors*
|
2020-05-04 12:24:58 +00:00
|
|
|
Consider only packages with errors. This is useful for visually reporting
|
|
|
|
e.g. cyclic dependencies and missing packages.
|
2020-01-08 01:47:37 +00:00
|
|
|
|
|
|
|
*--installed*
|
|
|
|
Consider only installed packages.
|
|
|
|
|
|
|
|
# AUTHORS
|
|
|
|
|
|
|
|
Natanael Copa <ncopa@alpinelinux.org>++
|
2020-04-21 07:40:33 +00:00
|
|
|
Timo Teräs <timo.teras@iki.fi>
|