Commands
lin favorite
Manage the viewer's favorites
Manage the viewer's favorites
lin favorite create
Favorite an entity (one of --issue, --project, --document, --cycle, --label, --custom-view, or --folder)
lin favorite createExample
lin favorite create --issue aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee| Flag | Type | Default | Description |
|---|---|---|---|
--custom-view | string | - | custom view UUID |
--cycle | string | - | cycle UUID |
--document | string | - | document UUID |
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--folder | string | - | create a favorite folder with this name |
--issue | string | - | issue UUID |
--json | string | - | raw GraphQL input payload as JSON ('-' reads stdin); exclusive with per-field flags |
--label | string | - | label UUID |
--project | string | - | project UUID |
lin favorite delete
Remove a favorite
lin favorite delete <id>| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
lin favorite list
List the viewer's favorites
lin favorite list| 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 |
lin favorite update
Move or reorder a favorite
lin favorite update <id>| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--folder | string | - | folder name |
--parent | string | - | parent favorite UUID |
--sort-order | float64 | 0 | sort order |