Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion cli/checkly-account.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: 'View your Checkly account plan, entitlements, feature limits, and
sidebarTitle: 'checkly account'
---

<Note>Available since CLI v7.7.0. The `members` subcommand is available since CLI v7.15.0.</Note>
<Note>Available since CLI v7.7.0.</Note>

The `checkly account` command lets you view account-level information directly from the terminal. Use it to check which features are available on your plan, inspect metered limits, discover available check locations, and list account members or pending invites.

Expand Down Expand Up @@ -32,6 +32,8 @@ npx checkly account <subcommand> [arguments] [options]

## `checkly account members`

<Note>The `checkly account members` command is only available since CLI v7.15.0.</Note>

List account members and pending invites for the currently selected account. Use filters to find users by email or name, inspect roles, or page through large member lists.

**Usage:**
Expand Down