notices command

The notices command is used to list notices.

Usage

user@host:~$ pebble notices --help
Usage:  pebble notices [notices-OPTIONS] The notices command lists notices not yet acknowledged, ordered by thelast-repeated time (oldest first). After it runs, the notices that were shownmay then be acknowledged by running 'pebble okay'. When a notice repeats, itneeds to be acknowledged again. By default, list notices with the current user ID or public notices. Adminscan use --users=all to view notice with any user ID, or --uid=UID to viewanother user's notices. [notices command options]      --abs-time    Display absolute times (in RFC 3339 format). Otherwise,                    display relative times up to 60 days, then YYYY-MM-DD.      --users=      The only valid value is 'all', which lists notices with any                    user ID (admin only; cannot be used with --uid)      --uid=        Only list notices with this user ID (admin only; cannot be                    used with --users)      --type=       Only list notices of this type (multiple allowed)      --key=        Only list notices with this key (multiple allowed)      --timeout=    Wait up to this duration for matching notices to arrive

Examples

To fetch all notices:

user@host:~$ pebble notices
ID   User    Type    Key              First                Repeated             Occurrences1    1000    custom  example.com/foo  today at 16:16 NZST  today at 16:16 NZST  32    public  custom  other.com/bar    today at 16:16 NZST  today at 16:16 NZST  1

Read more: Notices.