Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.versori.com/llms.txt

Use this file to discover all available pages before exploring further.

Subcommands

SubcommandDescription
createCreate an email notification channel for the current organisation
deleteDelete an organisation-wide notification channel
listList notification channels in the current organisation

versori notifications channels create

Create an email notification channel. Channels are organisation-scoped; bind one to a project with ‘versori notifications project link’. Pass —email to set the primary recipient. Use —cc (repeatable) for additional recipients. The CLI does not derive an email from the active context’s token — service-key tokens carry no user identity, so the recipient must be supplied explicitly.
versori notifications channels create --name <name> --email <addr> [--cc <addr>]... [flags]
Flags:
  • --cc: Additional addresses to CC (repeatable)
  • --email: Primary email address (required)
  • -h, --help: help for create
  • --name: Display name for the channel

versori notifications channels delete

Delete a notification channel from the current organisation. Any project bindings using this channel will stop firing (delete the bindings first with ‘versori notifications project unlink’ if you want a graceful tear-down). If —channel-id is omitted, the CLI shows a picker of existing channels. Confirms before deleting unless —yes is passed.
versori notifications channels delete --channel-id <id> [--yes] [flags]
Flags:
  • --channel-id: ULID of the channel to delete (prompts a picker if omitted)
  • -h, --help: help for delete
  • -y, --yes: Skip the confirmation prompt

versori notifications channels list

versori notifications channels list [flags]
Flags:
  • -h, --help: help for list