Skip to main content
Categories are used to manage notification preferences in SuprSend. You can use CLI command to manage categories - list, push, pull, and commit.

Syntax

suprsend category [command]

Commands

CommandDescription
category listList categories in a workspace
category pullPull categories from SuprSend to local directory or server
category pushPush categories from local directory or server to SuprSend workspace
category commitCommit categories to make them live
category translation listList available translations
category translation pullPull translations from SuprSend to local JSON files
category translation pushPush translations from local JSON files to SuprSend workspace

Inherited Global Flags

This command also supports Global Flags, such as:
  • -s, --service-token – Service token for authentication (default: $SUPRSEND_SERVICE_TOKEN)
  • -v, --verbosity – Log level (debug, info, warn, error, fatal, panic) (default info)
  • --config – Config file path (default: $HOME/.suprsend.yaml)
  • -n, --no-color – Disable color output (default: $NO_COLOR)