From 6315be0d10e3a50e287dff05f279332b9ea9261e Mon Sep 17 00:00:00 2001 From: Herve Labas Date: Wed, 13 May 2026 10:42:13 +0200 Subject: [PATCH] docs: add account members version note --- cli/checkly-account.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cli/checkly-account.mdx b/cli/checkly-account.mdx index 264f449b..9e90c392 100644 --- a/cli/checkly-account.mdx +++ b/cli/checkly-account.mdx @@ -4,7 +4,7 @@ description: 'View your Checkly account plan, entitlements, feature limits, and sidebarTitle: 'checkly account' --- -Available since CLI v7.7.0. The `members` subcommand is available since CLI v7.15.0. +Available since CLI v7.7.0. 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. @@ -32,6 +32,8 @@ npx checkly account [arguments] [options] ## `checkly account members` +The `checkly account members` command is only available since CLI v7.15.0. + 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:**