summaryrefslogtreecommitdiff
path: root/doc/apk-dot.8.scd
blob: 1addfc28e0187e2dac2a1d8d27ea6b502c48bcac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
apk-dot(8)

# NAME

apk dot - generate graphviz graphs

# SYNOPSIS

*apk dot* [<_options_>...] [_pkgmask_...]

# DESCRIPTION

*apk dot* generates graphviz dependency graphs for packages matching the masks
specified, or for every known package if unspecified (this will generate a
large and unwieldy graph).

# OPTIONS

*--errors*
	Graph only relationships considered erroneous, e.g. cycles and missing
	packages.

*--installed*
	Consider only installed packages.

# AUTHORS

Natanael Copa <ncopa@alpinelinux.org>++
Timo Teräs <_timo.teras@iki.fi_>