Browse and inspect function templates. Templates are hosted in the SinchFunctions API and used by sinch functions init to scaffold new projects.
List available templates, with optional filters by runtime and category.
sinch templates list [runtime] [options]Aliases: ls
| Option | Description |
|---|---|
[runtime] | Filter by runtime: node, csharp |
-c, --category <category> | Filter by category (e.g., voice, sms, verification) |
-d, --detailed | Show full description, tags, and path |
Show detailed information about a specific template, including variables, file list, and README preview.
sinch templates show <runtime/template-name>Template names use the format runtime/template-name.
Shortcut to list Node.js templates.
sinch templates node [-c, --category <category>]Shortcut to list C# templates.
sinch templates csharp [-c, --category <category>]