@supercheck/cli 0.1.0-beta.4 → 0.1.0-beta.5

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.
package/README.md CHANGED
@@ -12,7 +12,7 @@ The Supercheck CLI provides a first-class command-line interface for managing yo
12
12
  - **Monitoring-as-Code**: Define monitors, tests, jobs, and status pages in TypeScript.
13
13
  - **CI/CD Integration**: Trigger jobs and wait for results directly from your pipeline.
14
14
  - **Full Resource Management**: Manage all resources (tests, monitors, jobs, variables, tags, notifications) from the terminal.
15
- - **Modern UX**: Spinners, colorized output, status indicators, and interactive prompts.
15
+ - **Local Development**: Run and debug tests locally before deploying.
16
16
 
17
17
  ## Installation
18
18
 
@@ -185,5 +185,5 @@ test:
185
185
  ## Links
186
186
 
187
187
  - [Website](https://supercheck.io)
188
- - [Documentation](https://docs.supercheck.io)
188
+ - [Documentation](https://supercheck.io/docs/app/welcome)
189
189
  - [GitHub](https://github.com/supercheck-io/supercheck)
@@ -213,7 +213,7 @@ function requireTriggerKey() {
213
213
  }
214
214
 
215
215
  // src/version.ts
216
- var CLI_VERSION = true ? "0.1.0-beta.4" : "0.0.0-dev";
216
+ var CLI_VERSION = true ? "0.1.0-beta.5" : "0.0.0-dev";
217
217
 
218
218
  // src/api/client.ts
219
219
  import { ProxyAgent } from "undici";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supercheck/cli",
3
- "version": "0.1.0-beta.4",
3
+ "version": "0.1.0-beta.5",
4
4
  "description": "Open-Source Testing, Monitoring, and Reliability — as Code",
5
5
  "keywords": [
6
6
  "monitoring",