summaryrefslogtreecommitdiffstats
path: root/man/bcfg2-query.8
blob: cdcc0ede19fdcb729f42200ed30bca109e07217d (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
.TH "bcfg2-query" 8
.SH NAME
bcfg2-query \- Print client names by characteristic
.SH SYNOPSIS
.B bcfg2-query        
.I [\-d]
.I [\-u]
.I [\-p profile]
.I [\-a]

.SH DESCRIPTION
.PP
.B bcfg2-query
bcfg2-query produces streams of newline delimited client names based
on client characteristics. 
.SH OPTIONS
.PP
.B "\-a"
.RS
Display all clients
.RE
.B "\-u"
.RS
Display all up clients
.RE
.B "\-d" 
.RS
Display all down clients
.RE
.B "\-p <profile>"
.RS
Display all clients that are a part of the specified profile.
.RE
.SH "SEE ALSO"
.BR bcfg2(1),
.BR bcfg2-server(8)
.SH "BUGS"
None currently known