Benefits of using SuprSend CLI
Developers often prefer CLI as it offers speed, automation, and flexibility. Instead of writing boilerplate code or clicking through multiple screens on UI, you can run a single command or script to perform repeatable actions-ideal for modern DevOps and automation. By using the CLI, you can:- Automate with CI/CD Deployment – Release notification changes through feature or bugfix branches, just like any other piece of code: version it, test it, and deploy it.
- Work with assets locally – Create, edit, and commit workflows, templates, schemas, and translation files locally.
- Version Control Changes – Pull all assets locally and track them in Git for maintaining release history.
- Enforce Approval gates for production releases - Setup strict checks that all changes on production go through approval process so that nothing goes live without check.
What You Can Do with SuprSend CLI
- Manage Assets – List, pull, push, and commit notification workflows, templates, schemas, preference categories, and events.
- Sync Across Workspaces – Transfer assets between workspaces for staging-to-production promotion.
- AI Agent Integration – Start an MCP server from the CLI and connect SuprSend with AI agents or developer copilots.
Available Commands
Workflow
Manage workflows: create, update, enable, disable, and promote across workspaces. Also, see Workflow Management APIs.| Command | Description |
|---|---|
workflow list | List workflows in a workspace |
workflow push | Push local workflows to SuprSend |
workflow pull | Pull workflows from SuprSend to local files |
workflow enable | Enable a workflow |
workflow disable | Disable a workflow |
Template
Manage templates: list, pull, push, get details, and commit across workspaces. Also, see Template Management APIs.| Command | Description |
|---|---|
template list | List templates for a workspace |
template get | Get template details including all variants |
template pull | Pull templates and their variants from SuprSend workspace to local |
template push | Push templates and their variants from local to SuprSend workspace |
template commit | Commit a template from draft to live |
Schema
Manage schemas: create, update, commit, reset, and promote across workspaces. Also, see Schema Management APIs.| Command | Description |
|---|---|
schema list | List schemas in a workspace |
schema push | Push local schemas to SuprSend |
schema pull | Pull schemas from SuprSend to local files |
schema commit | Commit a schema to make it live |
generate-types | Generate type definitions from JSON schemas |
Event
Manage events: create, update, list, and promote across workspaces. Also, see Event Management APIs.| Command | Description |
|---|---|
event list | List events in a workspace |
event push | Push local events to SuprSend |
event pull | Pull events from SuprSend to local files |
Category
Manage categories: create, update, list, and promote across workspaces. Also, see Category Management APIs.| Command | Description |
|---|---|
category list | List categories in a workspace |
category pull | Pull categories from SuprSend to local files |
category push | Push local categories to SuprSend |
category commit | Commit categories to make them live |
category translation list | List translations in a category |
category translation pull | Pull translations from SuprSend to local files |
category translation push | Push local translations to SuprSend (translations go live immediately, no commit required) |
Translation
Manage translations: create, update, list, and promote across workspaces. Also, see Translation Management APIs.| Command | Description |
|---|---|
translation list | List translations in a workspace |
translation pull | Pull translations from SuprSend to local files |
translation push | Push local translations to SuprSend |
translation commit | Commit translations to make them live |
Sync
Manage sync: sync assets between workspaces.| Command | Description |
|---|---|
sync | Sync assets between workspaces |
Next
Quickstart
Get up and running with SuprSend CLI in minutes
Changelog
View all CLI releases and updates