Commands
spin remove
Remove a pinned template.
Usage
spin remove <name>
| Flag | Description |
|---|---|
--purge | Also delete the on-disk cache. |
Examples
spin remove go-cli-template # soft delete
spin remove go-cli-template --purge # delete pin and cache
Soft delete
Without --purge, spin remove marks the pin as removed but keeps the cache on disk. The pin is hidden from spin list and spin new, but can still be purged with --purge.