1 .TH zpm-note 8 2018-12-09 "ZPM 0.4"
3 zpm-note \- manage zpm admin notes
16 \fBzpm-note\fR lists, shows, creates, or deletes admin notes.
20 specify the package file to find packages in
23 specify the range of notes to be operated on in show, list, ack, and delete
24 modes. The \fIrange\fR can be in the form of
25 \fIstart\fB-\fIend\fR,
28 \fin\fR, where \fIn\fR is a single note, and the other forms
29 specify an inclusive range, if either the start or the end is not
30 given in a range, it is taken to be unbounded.
33 include acknowledged notes in the range
35 suppress unacknowledged notes, i.e. just select acknowledged notes
36 in the range. Implies \-a.
39 list a range of notes. The output will be constrained to fit on one
40 line. Only as many characters from the first line of the note as will fit
44 show a range of notes in full format
47 use json output if in show (-s) mode
50 delete a range of notes
53 acknowledge a range of notes
56 when adding a note, print the resulting note to stdout as if the new note were
57 to be listed with -l. By default, only the new note number is printed to
61 specify the note message
64 operate on all notes in the range. by default, only un-acknowledged notes
68 Take the note message from the given file. If the file is "-", the
69 message is taken from standard input.
73 create a new note named foo
76 list unacknowledged notes from 1-10
78 0 on success non zero on failure