copia-cli notification read

copia-cli notification read [<thread-id>] [flags]

Mark notifications as read. Specify a thread ID to mark a single notification, or use –all to mark all notifications as read.

Options

--all
Mark all notifications as read

Options inherited from parent commands

--host <string>
Target Copia host
-R, --repo <string>
Select repository (owner/repo)
--token <string>
Authentication token

Examples

  # Mark all notifications as read
  $ copia-cli notification read --all

  # Mark a single notification as read
  $ copia-cli notification read 42

See also