summaryrefslogtreecommitdiffstats
path: root/man/bcfg2-admin.8
blob: 5762de59b3e42234515719b52535dd1795c2ccc0 (plain)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
.TH "bcfg2-admin" 8
.SH NAME
bcfg2-admin \- Perform repository administration tasks
.SH SYNOPSIS
.B bcfg2-admin
.I init
.I compare <old> <new>
.I minestruct <client>
.I pull <client> <entry type> <entry name>
.I tidy
.I viz [-h] [-b] [-k] [-o output.png] [-r]

.SH DESCRIPTION
.PP
.B bcfg2-admin
Perform bcfg2 repository administration
.SH MODES
.PP 
.B init
.RS
Initialize a new repository (interactive)
.RE
.B compare
.RS
Compare two client configurations. Can be used to verify consistent
behavior between releases
.RE
.B minestruct
.RS
Build structure entries based on client statistics extra entries
.RE
.B pull
.RS
Install configuration information into repo based on client bad
entries
.RE
.B tidy
.RS
Remove unused files from repository
.RE
.B viz
.RS
Create a graphviz diagram of client, group and bundle information
.RE
.SH VIZ OPTIONS
.PP
.B \-h
.RS
Include hosts in diagram
.RE
.B \-b
.RS
Include bundles in diagram
.RE
.B "-o <output file>"
.RS
Write to outfile file instead of stdout
.RE
.B \-r
.RS
Produce raw graphviz output
.RE
.B \-k
.RS
Add a shape/color key
.RE