Commands
lin custom-view
Manage custom views
Manage custom views
lin custom-view create
Create a custom view (filters via raw --json)
lin custom-view createExample
lin custom-view create --json '{"name":"My bugs","filterData":{"labels":{"name":{"eq":"bug"}}}}'| Flag | Type | Default | Description |
|---|---|---|---|
--description | string | - | view 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 | - | view name |
--shared | bool | false | share the view with the workspace |
lin custom-view delete
Delete a custom view (requires --confirm)
lin custom-view 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 custom-view get
Show one custom view including its filter data
lin custom-view get <id>lin custom-view list
List custom views
lin custom-view 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 custom-view update
Update a custom view
lin custom-view update <id>| Flag | Type | Default | Description |
|---|---|---|---|
--description | string | - | view 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 | - | view name |
--shared | bool | false | share the view with the workspace |