Commands
lin milestone
Create, inspect and manage project milestones
Create, inspect and manage project milestones
lin milestone create
Create a project milestone
lin milestone createExample
lin milestone create --project "Mobile app v2" --name "Beta" --target-date 2026-09-01| Flag | Type | Default | Description |
|---|---|---|---|
--description | string | - | milestone description |
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--json | string | - | raw GraphQL input payload as JSON ('-' reads stdin); exclusive with per-field flags |
--name | string | - | milestone name (required) |
--project | string | - | project name or UUID (required) |
--target-date | string | - | target date (YYYY-MM-DD) |
lin milestone delete
Delete a project milestone (requires --confirm=<id>)
lin milestone delete <id>| Flag | Type | Default | Description |
|---|---|---|---|
--confirm | string | - | confirm the destructive action by repeating the resource id |
--dry-run, -n | bool | false | print the intended operation and variables without executing |
lin milestone get
Show one project milestone
lin milestone get <id>lin milestone list
List the milestones of a project
lin milestone listExample
lin milestone list --project "Mobile app v2"| Flag | Type | Default | Description |
|---|---|---|---|
--all, -a | bool | false | follow cursors until exhaustion |
--cursor | string | - | resume from a previous next_cursor |
--limit, -l | int | 50 | page size |
--project | string | - | project name or UUID (required) |
lin milestone move
Move a milestone to another project
lin milestone move <id>| Flag | Type | Default | Description |
|---|---|---|---|
--add-team-to-project | bool | false | add the issues' team to the target project if missing |
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--project | string | - | target project name or UUID |
lin milestone update
Update a project milestone
lin milestone update <id>| Flag | Type | Default | Description |
|---|---|---|---|
--description | string | - | milestone description |
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--name | string | - | milestone name |
--target-date | string | - | target date (YYYY-MM-DD) |