linear-bulk
0
总安装量
4
周安装量
安装命令
npx skills add https://github.com/finesssee/linear-cli --skill linear-bulk
Agent 安装分布
openclaw
3
github-copilot
3
gemini-cli
2
replit
2
antigravity
2
claude-code
2
Skill 文档
Bulk Operations
# Update status for multiple issues
linear-cli b update-state -s Done LIN-1 LIN-2 LIN-3
# Assign multiple issues
linear-cli b assign --user me LIN-1 LIN-2
linear-cli b assign --user "John Doe" LIN-1 LIN-2
# Unassign multiple issues
linear-cli b unassign LIN-1 LIN-2
# Add label to multiple issues
linear-cli b label --add bug LIN-1 LIN-2 LIN-3
# Pipe issue IDs from stdin
linear-cli i list -t ENG --id-only | linear-cli b assign --user me -
Flags
| Flag | Purpose |
|---|---|
--dry-run |
Preview changes |
--output json |
JSON output |