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 [options]Aliases: ls
| Option | Description |
|---|---|
--runtime <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 |
--json | Output raw JSON |
Runtime may also be passed positionally (sinch templates list node).
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.