Skip to content

docs: add checkly api command reference#383

Merged
stefanjudis merged 13 commits into
mainfrom
docs/cli-checkly-api
Jun 15, 2026
Merged

docs: add checkly api command reference#383
stefanjudis merged 13 commits into
mainfrom
docs/cli-checkly-api

Conversation

@stefanjudis

@stefanjudis stefanjudis commented Jun 15, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Adds cli/checkly-api.mdx documenting the checkly api pass-through command
  • Registers it in docs.json navigation (alphabetically between checkly-account and checkly-checks)

What's documented

  • Usage, arguments, and all flags
  • Verified working examples: GET, jq filtering, pagination, single-resource lookup, alert channels, PUT via stdin/file, custom request headers, header inspection (-i), and verbose debug mode (--verbose)
  • Notes the -F/-X gotcha: -F adds request body fields and the command defaults to POST when fields are present, so query-param examples (pagination) pass -X GET explicitly

Test plan

  • All code examples were tested against a real Checkly account before publishing
  • Navigation entry renders correctly in sidebar

Documents the checkly api pass-through command with verified examples
covering GET/PUT, jq filtering, pagination, stdin input, and response
header inspection.
@mintlify

mintlify Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
checkly-422f444a 🟢 Ready View Preview Jun 15, 2026, 10:47 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new CLI reference page documenting the checkly api pass-through command and wires it into the CLI Reference navigation so it appears in the sidebar alongside other checkly * commands.

Changes:

  • Add cli/checkly-api.mdx documenting usage, arguments, flags, and common examples for checkly api.
  • Register the new page in docs.json under CLI Reference → CLI Commands.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
docs.json Adds cli/checkly-api to the CLI Commands navigation list.
cli/checkly-api.mdx New command reference page for checkly api with options and examples.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread cli/checkly-api.mdx
Comment thread cli/checkly-api.mdx Outdated
Comment thread cli/checkly-api.mdx
@stefanjudis stefanjudis merged commit 731bc7c into main Jun 15, 2026
6 checks passed
@stefanjudis stefanjudis deleted the docs/cli-checkly-api branch June 15, 2026 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants