Syntax
Commands
Command | Description |
---|---|
schema list | List schemas in a workspace |
schema pull | Pull schemas from workspace to local |
schema push | Push local schemas to workspace |
schema commit | Commit a schema to make it draft changes live |
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
)