Pull templates and all their variants from a SuprSend workspace into your local directory. Each template — including all its channel content, variant definitions, conditions, and mock data — is written to a local file that you can edit and push back. This action does not delete existing local files. Templates with the same slug are overwritten; new slugs are created as new files. By default, templates are saved toDocumentation Index
Fetch the complete documentation index at: https://docs.suprsend.com/llms.txt
Use this file to discover all available pages before exploring further.
./suprsend/templates/. Use --dir to change this. Specifying a directory is recommended when working across multiple workspaces.
Syntax
Flags
| Flag | Description | Default |
|---|---|---|
-h, --help | Show help for the command | – |
-g, --slug string | Pull a single template by slug. Omit to pull all templates. | – |
-m, --mode string | Version to pull: live or draft | live |
-d, --dir string | Output directory for pulled template files | ./suprsend/templates |
-f, --force | Use the default directory without prompting for confirmation | – |