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>| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print 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 createExample
lin customer-need create --customer <uuid> --issue ENG-123 --body "Wants SSO"| Flag | Type | Default | Description |
|---|---|---|---|
--body | string | - | need body (markdown) |
--body-file | string | - | read the text from a file ('-' reads stdin) |
--customer | string | - | customer UUID (required) |
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--important | bool | false | mark the need as important |
--issue | string | - | link to an issue (identifier or UUID) |
--json | string | - | raw GraphQL input payload as JSON ('-' reads stdin); exclusive with per-field flags |
--project | string | - | 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| Flag | Type | Default | Description |
|---|---|---|---|
--attachment | string | - | attachment UUID |
--dry-run, -n | bool | false | print the intended operation and variables without executing |
lin customer-need delete
Delete a customer need (requires --confirm=<id>)
lin customer-need 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 customer-need get
Show one customer need
lin customer-need get <id>lin customer-need list
List customer needs
lin customer-need list| Flag | Type | Default | Description |
|---|---|---|---|
--all, -a | bool | false | follow cursors until exhaustion |
--cursor | string | - | resume from a previous next_cursor |
--customer | string | - | filter by customer UUID |
--limit, -l | int | 50 | page size |
lin customer-need unarchive
unarchive a customer need
lin customer-need unarchive <id>| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
lin customer-need update
Update a customer need
lin customer-need update <id>| Flag | Type | Default | Description |
|---|---|---|---|
--body | string | - | need body (markdown) |
--body-file | string | - | read the text from a file ('-' reads stdin) |
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--important | bool | false | mark the need as important |