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
86
+
linear issue comment delete # Delete a comment
87
+
linear issue comment update [--body <text>] [--body-file <path>] # Update an existing comment
88
+
linear issue comment list [--json] # List comments for an issue
89
+
linear issue attach [--title <title>] [--comment <body>] # Attach a file to an issue
90
+
linear issue relation add # Add a relation between two issues
91
+
linear issue relation delete # Delete a relation between two issues
92
+
linear issue relation list # List relations for an issue
93
+
linear team create [--name <name>] [--description <description>] [--key <key>] [--private] [--no-interactive] # Create a linear team
94
+
linear team delete [--move-issues <targetTeam>] [--force] # Delete a Linear team
95
+
linear team list [--web] [--app] # List teams
96
+
linear team id # Print the configured team id
97
+
linear team autolinks # Configure GitHub repository autolinks for Linear issues with this team prefix
98
+
linear team members [--all] # List team members
99
+
linear project list [--team <team>] [--all-teams] [--status <status>] [--web] [--app] [--json] # List projects
100
+
linear project view [--web] [--app] # View project details
101
+
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
102
+
linear project update [--name <name>] [--description <description>] [--status <status>] [--lead <lead>] [--start-date <startDate>] [--target-date <targetDate>] [--team <team>] # Update a Linear project
103
+
linear project delete [--force] # Delete (trash) a Linear project
104
+
linear project-update create [--body <body>] [--body-file <path>] [--health <health>] [--interactive] # Create a new status update for a project
105
+
linear project-update list [--json] [--limit <limit>] # List status updates for a project
106
+
linear cycle list [--team <team>] # List cycles for a team
107
+
linear cycle view [--team <team>] # View cycle details
108
+
linear milestone list [--project <projectId>] # List milestones for a project
109
+
linear milestone view # View milestone details
110
+
linear milestone create [--project <projectId>] [--name <name>] [--description <description>] [--target-date <date>] # Create a new project milestone
111
+
linear milestone update [--name <name>] [--description <description>] [--target-date <date>] [--sort-order <value>] [--project <projectId>] # Update an existing project milestone
112
+
linear milestone delete [--force] # Delete a project milestone
113
+
linear initiative list [--status <status>] [--all-statuses] [--owner <owner>] [--web] [--app] [--json] [--archived] # List initiatives
114
+
linear initiative view [--web] [--app] [--json] # View initiative details
115
+
linear initiative create [--name <name>] [--description <description>] [--status <status>] [--owner <owner>] [--target-date <targetDate>] [--color <color>] [--icon <icon>] [--interactive] # Create a new Linear initiative
116
+
linear initiative archive [--force] [--bulk <ids...>] [--bulk-file <file>] [--bulk-stdin] # Archive a Linear initiative
117
+
linear initiative update [--name <name>] [--description <description>] [--status <status>] [--owner <owner>] [--target-date <targetDate>] [--color <color>] [--icon <icon>] [--interactive] # Update a Linear initiative
118
+
linear initiative unarchive [--force] # Unarchive a Linear initiative
119
+
linear initiative delete [--force] [--bulk <ids...>] [--bulk-file <file>] [--bulk-stdin] # Permanently delete a Linear initiative
120
+
linear initiative add-project [--sort-order <sortOrder>] # Link a project to an initiative
121
+
linear initiative remove-project [--force] # Unlink a project from an initiative
122
+
linear initiative-update create [--body <body>] [--body-file <path>] [--health <health>] [--interactive] # Create a new status update for an initiative
123
+
linear initiative-update list [--json] [--limit <limit>] # List status updates for an initiative
124
+
linear label list [--team <teamKey>] [--all] [--json] # List issue labels
125
+
linear label create [--name <name>] [--color <color>] [--description <description>] [--team <teamKey>] [--interactive] # Create a new issue label
126
+
linear label delete [--team <teamKey>] [--force] # Delete an issue label
127
+
linear document list [--project <project>] [--issue <issue>] [--json] [--limit <limit>] # List documents
128
+
linear document view [--raw] [--web] [--json] # View a document's content
129
+
linear document create [--title <title>] [--content <content>] [--content-file <path>] [--project <project>] [--issue <issue>] [--icon <icon>] [--interactive] # Create a new document
130
+
linear document update [--title <title>] [--content <content>] [--content-file <path>] [--icon <icon>] [--edit] # Update an existing document
131
+
linear document delete [--yes] [--bulk <ids...>] [--bulk-file <file>] [--bulk-stdin] # Delete a document (moves to trash)
132
+
linear config # Interactively generate .linear.toml configuration
133
+
linear schema [--json] [--output <file>] # Print the GraphQL schema to stdout
134
+
linear api [--variable <variable>] [--variables-json <json>] [--paginate] [--silent] # Make a raw GraphQL API request
0 commit comments