docs(cli): document new commands from CLI v8.6–8.8#384
Merged
Conversation
Add documentation for CLI commands and flags introduced in recent releases so every command is covered: - test-sessions: add `list` subcommand (v8.5.0) and the `get --result, -r` flag (v8.7.0) - assets: new page documenting `list` and `download` (v8.8.0) - checks: add `delete` subcommand (v8.8.0) - account: add `members update` and `members delete` (v8.7.0) Register the new assets page in docs.json navigation. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents the CLI commands and flags added in recent releases (v8.6–v8.8, latest today) that were missing from the docs, so every CLI command is covered. Verified against the
checkly-climonorepo at the8.8.0tag.Changes
checkly test-sessions(cli/checkly-test-sessions.mdx)listsubcommand — only available since CLI v8.5.0get --result, -rflag — available in CLI v8.7.0+checkly assets(cli/checkly-assets.mdx, new page) — available since CLI v8.8.0listanddownload, including source selection (--result-idwith--check-id/--test-session-id), type/asset filters, and download optionsdocs.jsonnavigationcheckly checks(cli/checkly-checks.mdx)deletesubcommand — only available since CLI v8.8.0checkly account(cli/checkly-account.mdx)members updateandmembers delete— only available since CLI v8.7.0Conventions
Available since CLI vX.Y.Z, subcommand-levelThe \...` command is only available since CLI vX.Y.Z, and flag-levelAvailable in CLI vX.Y.Z+`.ResponseFielddetails → Examples).Verification
mint broken-linkspasses (no broken links)docs.jsonvalidated as well-formed JSON🤖 Generated with Claude Code