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
2 changes: 1 addition & 1 deletion skills/debugging-with-ably-cli/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Set `ABLY_API_KEY` as an environment variable. Find the key from the project's e
**Log in to the CLI (for extended debugging or account-level commands):**
`ably login` opens a browser for OAuth. Once logged in, use `ably apps list` and `ably apps switch` to target the right app, and `ably auth keys list` to see available keys and their capabilities.

If no credentials are available, ask the user: "I need Ably credentials to debug this. Can you share the API key from your .env, or run `ably login`?"
If no credentials are available, ask the user to check that their Ably environment variables are set (e.g. `ABLY_API_KEY`) or to run `ably login` to authenticate.

---

Expand Down