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 lsOptions
--unreadbooleanShow only unread notifications--limitnumberMax number of results--cursorstringCursor for pagination--sortstringSort by field--reversebooleanReverse sort orderExample
pf notifications list --unread
pf n ls --limit 10Show the number of unread notifications
Example
pf notifications unread-countMark a notification as read
Options
--unreadbooleanMark as unread insteadExample
pf notifications mark-read notif123
pf notifications mark-read notif123 --unreadMark all notifications as read
Options
--confirmbooleanSkip confirmation prompt--dry-runbooleanPreview without making changesExample
pf notifications mark-all-read --confirmView or update notification preferences
alias: pf n prefsOptions
--emailstringSet email notifications: on or off--pushstringSet push notifications: on or off--in-appstringSet in-app notifications: on or offExample
pf notifications preferences
pf n prefs --email off --push onWorkspace
View workspace information and members. Alias: pf ws
List workspace members
alias: pf ws membersOptions
--searchstringSearch members by name or email--limitnumberMax number of resultsExample
pf workspace members
pf ws members --search "jane" --limit 5