kitaru worker list
List live workers, or every server record with --include-stale.
Usage
kitaru worker list [OPTIONS]Supported --output modes: auto, text, json.
Options
| Name | Type | Required | Description |
|---|---|---|---|
--size | integer | No | Items per page (1-1000). |
--cursor | string | No | Cursor from the previous page. |
--sort | field:direction | No | Sort by created:asc or created:desc. |
--filter | JSON | No | Advanced JSON filter expression. |
--include-stale | boolean | No | Include workers past the liveness window. |
Every command also accepts the global options listed on the CLI overview page.