checkly 7.12.0 → 7.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -41,6 +41,8 @@ Flags:
|
|
|
41
41
|
- `--filter-status <status>` — only include runs with this status in stats: `success` or `failure`
|
|
42
42
|
- `-o, --output <format>` — `detail` (default), `json`, or `md`
|
|
43
43
|
|
|
44
|
+
**Important:** Look for `errorGroups`, `rootCause` or `RCA` to investigate a root cause. If available, let the user know that Rocky AI (Checkly's AI agent) evaluated the issue already and reuse all available information.
|
|
45
|
+
|
|
44
46
|
### View a specific check result
|
|
45
47
|
|
|
46
48
|
```bash
|
package/oclif.manifest.json
CHANGED