Available since CLI v7.3.0.
checkly status-pages command lets you list and inspect status pages in your Checkly account directly from the terminal. You can view status page configurations, cards, and services.
Prerequisites
Prerequisites
Before using
checkly status-pages, ensure you have:- Checkly CLI installed
- Valid Checkly account authentication (run
npx checkly loginif needed)
Usage
Terminal
Subcommands
| Subcommand | Description |
|---|---|
list | List all status pages in your account. |
get | Get details of a status page, including its cards and services. |
checkly status-pages list
List all status pages in your account.
Usage:
Terminal
| Option | Description |
|---|---|
--limit, -l | Number of status pages to return (1-100). Default: 25. |
--cursor | Cursor for next page (from previous output). |
--compact | Show one row per status page instead of per service. |
--output, -o | Output format: table, json, or md. Default: table. |
List Options
Number of status pages to return per page, between 1 and 100.Usage:
Terminal
Cursor for paginating through results. The cursor value is provided in the output of a previous
status-pages list command.Usage:Terminal
Show one row per status page instead of expanding services. Displays the number of cards and whether the status page is private.Usage:
Terminal
Set the output format. Use
json for programmatic access or md for markdown.Usage:Terminal
List Examples
Terminal
checkly status-pages get
Get details of a specific status page, including its cards and services.
Usage:
Terminal
| Argument | Description |
|---|---|
ID | The ID of the status page to retrieve. |
| Option | Description |
|---|---|
--output, -o | Output format: detail, json, or md. Default: detail. |
Get Options
Set the output format. Use
json for programmatic access or md for markdown.Usage:Terminal
Get Examples
Terminal
Related Commands
checkly checks- List and inspect checkscheckly whoami- Display current account information