linear-views
4
总安装量
2
周安装量
#53582
全站排名
安装命令
npx skills add https://github.com/finesssee/linear-cli --skill linear-views
Agent 安装分布
amp
2
cline
2
opencode
2
cursor
2
kimi-cli
2
codex
2
Skill 文档
Custom Views
# List all custom views
linear-cli v list
linear-cli v list --shared # Shared views only
# Get view details
linear-cli v get "My View"
# Create a view
linear-cli v create "Bug Triage" --shared
# Update a view
linear-cli v update VIEW_ID --name "Renamed"
# Delete a view
linear-cli v delete VIEW_ID --force
# Apply view to issue list
linear-cli i list --view "Bug Triage"
linear-cli p list --view "Active Projects"
Flags
| Flag | Purpose |
|---|---|
--shared |
Shared views only |
--name NAME |
View name |
--view NAME |
Apply view filter (on issues/projects list) |
--output json |
JSON output |
Exit Codes
0=Success, 1=Error, 2=Not found, 3=Auth error