Manage trigger payload schemas. Schemas define the JSON structure for workflow and event trigger payloads. Subcommands let you list, pull, push, and commit schemas.Documentation Index
Fetch the complete documentation index at: https://docs.suprsend.com/llms.txt
Use this file to discover all available pages before exploring further.
Syntax
Commands
| Command | Description |
|---|---|
schema list | List schemas |
schema get | Get schema details |
schema pull | Pull schemas |
schema push | Push schemas |
schema commit | Commit 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) (defaultinfo)--config– Config file path (default:$HOME/.suprsend.yaml)-n, --no-color– Disable color output (default:$NO_COLOR)