Available since CLI v7.7.0.
checkly account command lets you view your account plan, entitlements, and feature limits directly from the terminal. Use it to check which features are available on your plan, inspect metered limits, and discover available check locations.
Prerequisites
Prerequisites
Before using
checkly account, ensure you have:- Checkly CLI installed
- Valid Checkly account authentication (run
npx checkly loginif needed)
Usage
Terminal
Subcommands
| Subcommand | Description |
|---|---|
plan | Show your account plan, entitlements, and feature limits. |
checkly account plan
Show your account plan, entitlements, and feature limits. The default view displays a summary of metered entitlements with their limits. Use --output=json for the full response including locations, feature flags, and upgrade URLs.
Usage:
Terminal
| Argument | Description |
|---|---|
key | Entitlement key to look up (e.g. BROWSER_CHECKS). Shows a detail view for that entitlement. |
| Option | Required | Description |
|---|---|---|
--type, -t | - | Filter entitlements by type: metered or flag. |
--search, -s | - | Search entitlements by name or description. |
--disabled | - | Show only entitlements not included in your plan. |
--output, -o | - | Output format: table, json, or md. Default: table. |
Plan Options
Pass an entitlement key as a positional argument to see a detail view for that specific entitlement, including its type, status, limit, and upgrade URL if applicable.Usage:
Terminal
Filter entitlements by type. Use
metered to see entitlements with numeric limits, or flag to see boolean feature flags.Usage:Terminal
Search entitlements by name or description using a case-insensitive match.Usage:
Terminal
Show only entitlements that are not included in your current plan. Each disabled entitlement includes the required plan and an upgrade URL.Usage:
Terminal
Set the output format. Use
json for the full response including locations, all entitlements, and upgrade URLs. Use md for markdown.Usage:Terminal
Plan Examples
Terminal
JSON Response
The--output=json format returns a structured response useful for programmatic access and AI agents.
locations.all— filter to entries whereavailableistrueto get valid locations for your checks. RespectmaxPerCheckas the upper bound per check.entitlements— metered entitlements include aquantitylimit. Disabled entitlements includerequiredPlanandupgradeUrl.
Related Commands
checkly skills manage- Account management context for AI agentscheckly whoami- Display current account informationcheckly switch- Switch between Checkly accounts