linLinear CLI
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 create

Example

lin favorite create --issue aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee
FlagTypeDefaultDescription
--custom-viewstring-custom view UUID
--cyclestring-cycle UUID
--documentstring-document UUID
--dry-run, -nboolfalseprint the intended operation and variables without executing
--folderstring-create a favorite folder with this name
--issuestring-issue UUID
--jsonstring-raw GraphQL input payload as JSON ('-' reads stdin); exclusive with per-field flags
--labelstring-label UUID
--projectstring-project UUID

lin favorite delete

Remove a favorite

lin favorite delete <id>
FlagTypeDefaultDescription
--dry-run, -nboolfalseprint the intended operation and variables without executing

lin favorite list

List the viewer's favorites

lin favorite list
FlagTypeDefaultDescription
--all, -aboolfalsefollow cursors until exhaustion
--cursorstring-resume from a previous next_cursor
--limit, -lint50page size

lin favorite update

Move or reorder a favorite

lin favorite update <id>
FlagTypeDefaultDescription
--dry-run, -nboolfalseprint the intended operation and variables without executing
--folderstring-folder name
--parentstring-parent favorite UUID
--sort-orderfloat640sort order

On this page