suprsend-cli
Original:🇺🇸 English
Translated
SuprSend CLI is a command-line interface tool for managing your SuprSend account and resources. It provides a convenient way to interact with the SuprSend API, allowing you to perform various operations such as managing workspaces, users, workflow, templates and more.
3installs
Sourcesuprsend/skills
Added on
NPX Install
npx skill4agent add suprsend/skills suprsend-cliTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →suprsend
SuprSend is a robust notification infrastructure that helps you deploy multi-channel product notifications effortlessly and take care of user experience.
This CLI lets you interact with your SuprSend workspace and do actions like fetching/modifying template, workflows etc.
Notes
- Commands that return data (list, get) support for machine-readable JSON output and
-o jsonfor YAML. Default-o yamloutputs a human-friendly table.-o pretty - The command and its subcommands (add, list, modify, remove, use) are only needed for self-hosted/BYOC SuprSend instances or managing multiple accounts. SaaS users do not need them. Profiles are not used for switching between workspaces within the same account; use the
profileflag for that.--workspace
Available Commands
- - Manage preference categories
suprsend category - - Commit categories
suprsend category commit - - Get categories and translations
suprsend category get - - List categories
suprsend category list - - Pull categories from a workspace
suprsend category pull - - Push categories to a workspace
suprsend category push - - Manage preference category translations
suprsend category translation - - List preference translations
suprsend category translation list - - Pull preference translations
suprsend category translation pull - - Push preference translations
suprsend category translation push - - Generate the autocompletion script for the specified shell
suprsend completion - - Generate the autocompletion script for bash
suprsend completion bash - - Generate the autocompletion script for fish
suprsend completion fish - - Generate the autocompletion script for powershell
suprsend completion powershell - - Generate the autocompletion script for zsh
suprsend completion zsh - - Manage events
suprsend event - - Get events
suprsend event get - - List events
suprsend event list - - Pull events from workspace to local directory
suprsend event pull - - Push linked events
suprsend event push - - Generate type definitions from JSON Schema
suprsend generate-types - - Generate Dart types from JSON Schema
suprsend generate-types dart - - Generate Go types from JSON Schema
suprsend generate-types go - - Generate Java types from JSON Schema
suprsend generate-types java - - Generate Kotlin types from JSON Schema
suprsend generate-types kotlin - - Generate Python types from JSON Schema
suprsend generate-types python - - Generate Swift types from JSON Schema
suprsend generate-types swift - - Generate TypeScript types from JSON Schema
suprsend generate-types typescript - - Generate SKILLS.md
suprsend genskills - - Manage Profile
suprsend profile - - Add a new profile
suprsend profile add - - List all profiles
suprsend profile list - - Modify a profile
suprsend profile modify - - Remove a profile
suprsend profile remove - - Set the active profile
suprsend profile use - - Manage trigger payload schemas
suprsend schema - - Commit schema from draft to live
suprsend schema commit - - Get schema details
suprsend schema get - - List schemas
suprsend schema list - - Pull schemas
suprsend schema pull - - Push schemas
suprsend schema push - - Start SuprSend MCP server
suprsend start-mcp-server - - List all the tools supported by the server
suprsend start-mcp-server list-tools - - Sync SuprSend assets from one workspace to another
suprsend sync - - Manage Translations
suprsend translation - - Commit translation
suprsend translation commit - - Get translations
suprsend translation get - - List Translations
suprsend translation list - - Pull Translation files
suprsend translation pull - - Push translation files to a workspace
suprsend translation push - - Manage workflows
suprsend workflow - - Disable a workflow
suprsend workflow disable - - Enables a workflow.
suprsend workflow enable - - Get workflow details
suprsend workflow get - - List workflows for a workspace
suprsend workflow list - - Pull workflows from SuprSend workspace to local
suprsend workflow pull - - Push workflows from local to SuprSend workspace
suprsend workflow push
See references/suprsend.md for root command flags.
Run or for full usage details.
suprsend --helpsuprsend <command> --help