linLinear CLI
Commands

lin customer-need

Create, inspect and manage customer needs

Create, inspect and manage customer needs

lin customer-need archive

archive a customer need

lin customer-need archive <id>
FlagTypeDefaultDescription
--dry-run, -nboolfalseprint the intended operation and variables without executing

lin customer-need create

Create a customer need (attach customer feedback to an issue or project)

lin customer-need create

Example

lin customer-need create --customer <uuid> --issue ENG-123 --body "Wants SSO"
FlagTypeDefaultDescription
--bodystring-need body (markdown)
--body-filestring-read the text from a file ('-' reads stdin)
--customerstring-customer UUID (required)
--dry-run, -nboolfalseprint the intended operation and variables without executing
--importantboolfalsemark the need as important
--issuestring-link to an issue (identifier or UUID)
--jsonstring-raw GraphQL input payload as JSON ('-' reads stdin); exclusive with per-field flags
--projectstring-link to a project (name or UUID)

lin customer-need create-from-attachment

Create a customer need from an existing attachment

lin customer-need create-from-attachment
FlagTypeDefaultDescription
--attachmentstring-attachment UUID
--dry-run, -nboolfalseprint the intended operation and variables without executing

lin customer-need delete

Delete a customer need (requires --confirm=<id>)

lin customer-need delete <id>
FlagTypeDefaultDescription
--confirmstring-confirm the destructive action by repeating the resource id
--dry-run, -nboolfalseprint the intended operation and variables without executing

lin customer-need get

Show one customer need

lin customer-need get <id>

lin customer-need list

List customer needs

lin customer-need list
FlagTypeDefaultDescription
--all, -aboolfalsefollow cursors until exhaustion
--cursorstring-resume from a previous next_cursor
--customerstring-filter by customer UUID
--limit, -lint50page size

lin customer-need unarchive

unarchive a customer need

lin customer-need unarchive <id>
FlagTypeDefaultDescription
--dry-run, -nboolfalseprint the intended operation and variables without executing

lin customer-need update

Update a customer need

lin customer-need update <id>
FlagTypeDefaultDescription
--bodystring-need body (markdown)
--body-filestring-read the text from a file ('-' reads stdin)
--dry-run, -nboolfalseprint the intended operation and variables without executing
--importantboolfalsemark the need as important

On this page