⚠️ Important: Always sync Schema changes before pushing Events. If the schema referenced in an event is not available in the target workspace, it will result in validation errors during sync.

Syntax

suprsend event push [flags]

Flags

FlagDescriptionDefault
-h, --helpShow help for the command
-d, --dir stringDirectory to push events fromsuprsend/event
-w, --workspace stringWorkspace to push events tostaging

Example

# Push events from default directory
suprsend event push

# Push events from custom directory
suprsend event push --dir events

# Push events to production workspace
suprsend event push --workspace production