Notifications & Workspace

Manage your notifications and view workspace members from the command line.

Notifications

List, read, and manage notifications. Alias: pf n

List notifications

alias: pf n ls

Options

--unreadbooleanShow only unread notifications
--limitnumberMax number of results
--cursorstringCursor for pagination
--sortstringSort by field
--reversebooleanReverse sort order

Example

pf notifications list --unread
pf n ls --limit 10

Show the number of unread notifications

Example

pf notifications unread-count

Mark a notification as read

Options

--unreadbooleanMark as unread instead

Example

pf notifications mark-read notif123
pf notifications mark-read notif123 --unread

Mark all notifications as read

Options

--confirmbooleanSkip confirmation prompt
--dry-runbooleanPreview without making changes

Example

pf notifications mark-all-read --confirm

View or update notification preferences

alias: pf n prefs

Options

--emailstringSet email notifications: on or off
--pushstringSet push notifications: on or off
--in-appstringSet in-app notifications: on or off

Example

pf notifications preferences
pf n prefs --email off --push on

Workspace

View workspace information and members. Alias: pf ws

List workspace members

alias: pf ws members

Options

--searchstringSearch members by name or email
--limitnumberMax number of results

Example

pf workspace members
pf ws members --search "jane" --limit 5