Commands
spin list
Show pinned templates.
Usage
spin list
| Flag | Description |
|---|---|
--json | Emit pinned templates as JSON to stdout. |
--all | Include soft-deleted pins. |
Examples
spin list
spin list --json
spin list --all
JSON output
[
{
"name": "go-cli-template",
"version": "abc123",
"pinned_at": "2026-01-01T00:00:00Z",
"source": "https://github.com/example/go-cli-template.git",
"local_path": "/home/user/.config/spin/templates/go-cli-template",
"removed": false
}
]