Loading...
Loading...
Instructions for using the Linear CLI to manage issues, projects, teams, and more in Linear
npx skill4agent add rolaca11/linear-cli linear-clilinearTECH-123ENG-456linear auth statuslinear auth login# List issues with filters
linear issues list --team <TEAM>
linear issues list --team <TEAM> --state "In Progress"
linear issues list --assignee me
linear issues list --project "Project Name"
# View issue details (supports both formats)
linear issues view TECH-123
linear issues view <uuid>
# Create new issue
linear issues create --title "Title" --team TECH
linear issues create --title "Title" --team TECH --description "Details" --priority 2 --assignee me
# Update issue
linear issues update TECH-123 --state "In Progress"
linear issues update TECH-123 --assignee "John Doe"
linear issues update TECH-123 --priority 1
# Add comment
linear issues comment TECH-123 --body "Comment text"
# View comments
linear issues comments TECH-123
# Archive/delete issue
linear issues delete TECH-123linear projects list
linear projects view "Project Name"
linear projects create --name "New Project" --teams TECH,DESIGN
linear projects update "Project Name" --state completedlinear teams list
linear teams view TECHlinear cycles list --team TECH
linear cycles current --team TECH
linear cycles view <cycle-id>
linear cycles create --team TECH --starts-at 2024-01-01 --ends-at 2024-01-14linear labels list
linear labels list --team TECH
linear labels create --name "bug" --color "#ff0000"linear users list
linear users me
linear users view "User Name"linear states list --team TECH--jsonlinear issues list --team TECH --json--no-colorlinear issues list --assignee me --state "In Progress"linear issues create --title "Bug: description" --team TECH --priority 2 --labels "bug"linear issues update TECH-123 --state "Done"linear issues view TECH-123 --jsonlinear cycles current --team TECH01234--jsonlinear teams listmelinear states list --team <TEAM>