1 .TH zpm-log 8 2019-02-15 "ZPM 0.3"
3 zpm-log \- manage the zpm log
24 prints or inserts into the zpm log, which is stored in the local database,
25 or the database given by the \-f option.
29 specify the database file where the log is stored. Defaults to
30 $ZPMDB or /var/lib/zpm/local.db
33 Specify the target of the log. This is generally a package id.
34 When listing, this filters the log to only targets that match.
37 Specify the action taken. This is intended to be stylized for eazy
41 Specify the timestamp of the log message. By default the current timestamp
42 is used for an insert. If this option is given when listing log messages,
43 it is used as the earliest time logs are listed from.
46 Insert the log message given as arguments. Non option arguments
47 are concatenated with a space separator and inserted into the log.
48 list package names only
51 Output the log in json format.
54 Verbose mode. On insert, print the log message inserted to stdout.
57 When listing messages, output them in reverse timestamp order, newest
62 Lists all log messages in the default database.
64 0 on success non zero on failure