lin notification
Manage the viewer's notification inbox
Manage the viewer's notification inbox
lin notification archive
archive one notification
lin notification archive <id>| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
lin notification archive-all
archive-all across the inbox (optionally scoped by --issue or --project)
lin notification archive-all| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--issue | string | - | scope to one issue UUID |
--project | string | - | scope to one project UUID |
lin notification list
List the viewer's notifications
lin notification 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 notification read
Mark one notification read (--unread reverses)
lin notification read <id>| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--unread | bool | false | mark unread instead of read |
lin notification read-all
read-all across the inbox (optionally scoped by --issue or --project)
lin notification read-all| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--issue | string | - | scope to one issue UUID |
--project | string | - | scope to one project UUID |
lin notification snooze
Snooze one notification until a timestamp
lin notification snooze <id>| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--until | string | - | snooze until (RFC3339) |
lin notification snooze-all
snooze-all across the inbox (optionally scoped by --issue or --project)
lin notification snooze-all| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--issue | string | - | scope to one issue UUID |
--project | string | - | scope to one project UUID |
--until | string | - | snooze until (RFC3339) |
lin notification subscription create
Subscribe to an entity's notifications (raw --json)
lin notification subscription create| Flag | Type | Default | 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 |
lin notification subscription list
List the viewer's notification subscriptions
lin notification subscription 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 notification subscription update
Update a subscription (--active=false mutes it; deletion is deprecated by the API)
lin notification subscription update <id>| Flag | Type | Default | Description |
|---|---|---|---|
--active | bool | true | activate or mute the subscription |
--dry-run, -n | bool | false | print the intended operation and variables without executing |
lin notification unarchive
unarchive one notification
lin notification unarchive <id>| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
lin notification unread-all
unread-all across the inbox (optionally scoped by --issue or --project)
lin notification unread-all| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--issue | string | - | scope to one issue UUID |
--project | string | - | scope to one project UUID |
lin notification unsnooze-all
unsnooze-all across the inbox (optionally scoped by --issue or --project)
lin notification unsnooze-all| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--issue | string | - | scope to one issue UUID |
--project | string | - | scope to one project UUID |