Skip to main content
Manage templates. Subcommands let you list templates, get details of a specific template, pull template content to local files, push local changes back to a workspace, and commit a draft to live. Variants are not managed separately — they are included in every pull and push operation as part of the template file.

Syntax

suprsend template [command]

Commands

CommandDescription
template listList templates for a workspace
template getGet template details including all variants
template pullPull templates and their variants from SuprSend workspace to local
template pushPush templates and their variants from local to SuprSend workspace
template commitCommit a template from draft to live

Inherited Global Flags

This command also supports Global Flags, such as:
  • -s, --service-token – Service token for authentication
  • -v, --verbosity – Logging level
  • --config – Config file path
  • -n, --no-color – Disable color output
  • -w, --workspace string – Workspace to use (default: staging)