You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update skill template with dense command reference overview
All subcommands are now shown one-per-line with all their flags,
replacing the previous top-level-only command list. Universal flags
(-h/--help and -w/--workspace) are omitted since they apply everywhere.
Updates generate-docs.ts to extract flags from help text and recursively
collect leaf subcommands for the dense format.
linear issue comment add [--body <text>] [--body-file <path>] [--parent <id>] [--attach <filepath>] # Add a comment to an issue or reply to a comment
84
+
linear issue comment delete # Delete a comment
85
+
linear issue comment update [--body <text>] [--body-file <path>] # Update an existing comment
86
+
linear issue comment list [--json] # List comments for an issue
87
+
linear issue attach [--title <title>] [--comment <body>] # Attach a file to an issue
88
+
linear issue relation add # Add a relation between two issues
89
+
linear issue relation delete # Delete a relation between two issues
90
+
linear issue relation list # List relations for an issue
91
+
linear team create [--name <name>] [--description <description>] [--key <key>] [--private] [--no-interactive] # Create a linear team
92
+
linear team delete [--move-issues <targetTeam>] [--force] # Delete a Linear team
93
+
linear team list [--web] [--app] # List teams
94
+
linear team id # Print the configured team id
95
+
linear team autolinks # Configure GitHub repository autolinks for Linear issues with this team prefix
96
+
linear team members [--all] # List team members
97
+
linear project list [--team <team>] [--all-teams] [--status <status>] [--web] [--app] [--json] # List projects
98
+
linear project view [--web] [--app] # View project details
99
+
linear project create [--name <name>] [--description <description>] [--team <team>] [--lead <lead>] [--status <status>] [--start-date <startDate>] [--target-date <targetDate>] [--initiative <initiative>] [--interactive] [--json] # Create a new Linear project
100
+
linear project update [--name <name>] [--description <description>] [--status <status>] [--lead <lead>] [--start-date <startDate>] [--target-date <targetDate>] [--team <team>] # Update a Linear project
101
+
linear project delete [--force] # Delete (trash) a Linear project
102
+
linear project-update create [--body <body>] [--body-file <path>] [--health <health>] [--interactive] # Create a new status update for a project
103
+
linear project-update list [--json] [--limit <limit>] # List status updates for a project
104
+
linear cycle list [--team <team>] # List cycles for a team
105
+
linear cycle view [--team <team>] # View cycle details
106
+
linear milestone list [--project <projectId>] # List milestones for a project
107
+
linear milestone view # View milestone details
108
+
linear milestone create [--project <projectId>] [--name <name>] [--description <description>] [--target-date <date>] # Create a new project milestone
109
+
linear milestone update [--name <name>] [--description <description>] [--target-date <date>] [--sort-order <value>] [--project <projectId>] # Update an existing project milestone
110
+
linear milestone delete [--force] # Delete a project milestone
111
+
linear initiative list [--status <status>] [--all-statuses] [--owner <owner>] [--web] [--app] [--json] [--archived] # List initiatives
112
+
linear initiative view [--web] [--app] [--json] # View initiative details
113
+
linear initiative create [--name <name>] [--description <description>] [--status <status>] [--owner <owner>] [--target-date <targetDate>] [--color <color>] [--icon <icon>] [--interactive] # Create a new Linear initiative
114
+
linear initiative archive [--force] [--bulk <ids...>] [--bulk-file <file>] [--bulk-stdin] # Archive a Linear initiative
115
+
linear initiative update [--name <name>] [--description <description>] [--status <status>] [--owner <owner>] [--target-date <targetDate>] [--color <color>] [--icon <icon>] [--interactive] # Update a Linear initiative
116
+
linear initiative unarchive [--force] # Unarchive a Linear initiative
117
+
linear initiative delete [--force] [--bulk <ids...>] [--bulk-file <file>] [--bulk-stdin] # Permanently delete a Linear initiative
118
+
linear initiative add-project [--sort-order <sortOrder>] # Link a project to an initiative
119
+
linear initiative remove-project [--force] # Unlink a project from an initiative
120
+
linear initiative-update create [--body <body>] [--body-file <path>] [--health <health>] [--interactive] # Create a new status update for an initiative
121
+
linear initiative-update list [--json] [--limit <limit>] # List status updates for an initiative
122
+
linear label list [--team <teamKey>] [--all] [--json] # List issue labels
123
+
linear label create [--name <name>] [--color <color>] [--description <description>] [--team <teamKey>] [--interactive] # Create a new issue label
124
+
linear label delete [--team <teamKey>] [--force] # Delete an issue label
125
+
linear document list [--project <project>] [--issue <issue>] [--json] [--limit <limit>] # List documents
126
+
linear document view [--raw] [--web] [--json] # View a document's content
127
+
linear document create [--title <title>] [--content <content>] [--content-file <path>] [--project <project>] [--issue <issue>] [--icon <icon>] [--interactive] # Create a new document
128
+
linear document update [--title <title>] [--content <content>] [--content-file <path>] [--icon <icon>] [--edit] # Update an existing document
129
+
linear document delete [--yes] [--bulk <ids...>] [--bulk-file <file>] [--bulk-stdin] # Delete a document (moves to trash)
130
+
linear config # Interactively generate .linear.toml configuration
131
+
linear schema [--json] [--output <file>] # Print the GraphQL schema to stdout
132
+
linear api [--variable <variable>] [--variables-json <json>] [--paginate] [--silent] # Make a raw GraphQL API request
0 commit comments