Skip to main content
Manage events. Subcommands let you list events, pull event definitions to local files, and push event-schema mappings to a workspace.

Syntax

suprsend event [command]

Commands

CommandDescription
event listList events
event getGet events
event pushPush linked events
event pullPull events from workspace to local directory

Inherited Global Flags

This command also supports Global Flags, such as:
  • -s, --service-token – Service token for authentication (default: $SUPRSEND_SERVICE_TOKEN)
  • -v, --verbosity – Log level (debug, info, warn, error, fatal, panic) (default info)
  • --config – Config file path (default: $HOME/.suprsend.yaml)
  • -n, --no-color – Disable color output (default: $NO_COLOR)
  • -w, --workspace string – Workspace to use (default: staging)