SimetrikDocs
ReferenceOnboarding & devx

samples

List the starter project templates available to `init`.

Lists the starter project templates embedded in the CLI, with each template's id, title, and description. Like init, it is fully local — no API call — so it works offline. The id column is what you pass to simetrik init to scaffold a project.

Run it first when you want to scaffold a new project but do not yet know which template id to use. The default output is a human-readable table; add -o json for a machine-readable list when scripting or feeding an agent.

To actually create a project from one of the listed templates, run simetrik init <template> [dir].

See also: init. Requires CLI access. See permissions.

Examples

simetrik samples
simetrik samples -o json

Exit codes

CodeMeaning
0Template list printed

On this page