comparison share/man/man1/roundup-admin.1 @ 6176:d25638d1826c

Add roundup-admin filter command; fix bad doc example; add tests admin_guide.txt had an example using find with username prop. This is wrong. Find only works with links not string. Fix it to use filter. Add filter command to roundup-admin. Add tests for filter, specification and find.
author John Rouillard <rouilj@ieee.org>
date Mon, 18 May 2020 23:28:03 -0400
parents 78a7e54fbf41
children 9d3b4472a47d
comparison
equal deleted inserted replaced
6175:72a69753f49a 6176:d25638d1826c
87 \fBexporttables\fP \fI[[-]class[,class]] export_dir\fP 87 \fBexporttables\fP \fI[[-]class[,class]] export_dir\fP
88 Export the database to colon-separated-value files, excluding the 88 Export the database to colon-separated-value files, excluding the
89 files below $TRACKER_HOME/db/files/ (which can be archived separately). 89 files below $TRACKER_HOME/db/files/ (which can be archived separately).
90 To include the files, use the export command. 90 To include the files, use the export command.
91 .TP 91 .TP
92 \fBfilter\fP \fIclassname propname=value ...\fP
93 Find the nodes of the given class with a given property value.
94 Multiple values can be specified by separating them with commas.
95 If property is a string, all values must match. I.E. it's an
96 'and' operation. If the property is a link/multilink any value
97 matches. I.E. an 'or' operation.
98 .TP
92 \fBfind\fP \fIclassname propname=value ...\fP 99 \fBfind\fP \fIclassname propname=value ...\fP
93 Find the nodes of the given class with a given link property value. 100 Find the nodes of the given class with a given link property value.
94 .TP 101 .TP
95 \fBgenconfig\fP \fI<filename>\fP 102 \fBgenconfig\fP \fI<filename>\fP
96 Generate a new tracker config file (ini style) with default values 103 Generate a new tracker config file (ini style) with default values

Roundup Issue Tracker: http://roundup-tracker.org/