linear-export
23
总安装量
4
周安装量
#16087
全站排名
安装命令
npx skills add https://github.com/finesssee/linear-cli --skill linear-export
Agent 安装分布
openclaw
3
github-copilot
3
gemini-cli
2
replit
2
antigravity
2
claude-code
2
Skill 文档
Export
# Export to CSV
linear-cli exp csv -t ENG # Export team issues
linear-cli exp csv -t ENG -f issues.csv # Export to file
linear-cli exp csv --all -t ENG # All pages
# Export to Markdown
linear-cli exp markdown -t ENG
linear-cli exp markdown -t ENG -f issues.md
# With filters
linear-cli exp csv -t ENG -s "In Progress"
linear-cli exp csv -t ENG --assignee me
Flags
| Flag | Purpose |
|---|---|
-f FILE |
Output to file |
--all |
Export all pages |
-t TEAM |
Filter by team |