Skip to main content
Manage trigger payload schemas. Schemas define the JSON structure for workflow and event trigger payloads. Subcommands let you list, pull, push, and commit schemas.

Syntax

suprsend schema [flags]

Commands

CommandDescription
schema listList schemas
schema getGet schema details
schema pullPull schemas
schema pushPush schemas
schema commitCommit schema from draft to live
Looking for generate-types? This is now a top-level command — run suprsend generate-types <language> directly.

Inherited Global Flags

This command also supports Global Flags, such as:
  • -w, --workspace – Workspace to use (default: staging)
  • -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)