| name | linear-templates |
| description | Manage issue templates - local templates and Linear API templates. Use when creating or using templates. |
| allowed-tools | Bash |
Local Templates
linear-cli tpl list
linear-cli tpl show bug
linear-cli tpl create bug
linear-cli tpl delete bug
API Templates (Linear server-side)
linear-cli tpl remote-list
linear-cli tpl remote-list --output json
linear-cli tpl remote-get TEMPLATE_ID
linear-cli tpl remote-create "Bug Report" -t ENG
linear-cli tpl remote-update TEMPLATE_ID --name "Updated"
linear-cli tpl remote-delete TEMPLATE_ID --force
Flags
| Flag | Purpose |
|---|
-t TEAM | Team for remote templates |
--output json | JSON output |