Commands
lin schedule
Manage time schedules (used by triage responsibilities)
Manage time schedules (used by triage responsibilities)
lin schedule create
Create a time schedule (entries via raw --json)
lin schedule createExample
lin schedule create --json '{"name":"Oncall","entries":[{"startsAt":"...","endsAt":"...","userId":"..."}]}'| 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 schedule delete
Delete a time schedule (requires --confirm)
lin schedule 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 schedule list
List time schedules
lin schedule 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 schedule update
Update a time schedule (entries via raw --json)
lin schedule update <id>| 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 |
--name | string | - | schedule name |