@supercheck/cli 0.1.1-rc.1 → 0.1.1-rc.2
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 +0 -10
- package/dist/bin/supercheck.js +1 -1
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -36,16 +36,6 @@ Upgrade the CLI to the latest release:
|
|
|
36
36
|
supercheck upgrade
|
|
37
37
|
```
|
|
38
38
|
|
|
39
|
-
## Release Channels
|
|
40
|
-
|
|
41
|
-
The npm package page defaults to the `latest` dist-tag. Prerelease versions (for example, `-rc.x`) are still visible when published with the `latest` tag.
|
|
42
|
-
|
|
43
|
-
```bash
|
|
44
|
-
npm view @supercheck/cli dist-tags
|
|
45
|
-
npm publish --tag latest --access public
|
|
46
|
-
npm dist-tag add @supercheck/cli@<version> rc
|
|
47
|
-
```
|
|
48
|
-
|
|
49
39
|
## Quick Start
|
|
50
40
|
|
|
51
41
|
1. **Initialize a new project**:
|
package/dist/bin/supercheck.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@supercheck/cli",
|
|
3
|
-
"version": "0.1.1-rc.
|
|
3
|
+
"version": "0.1.1-rc.2",
|
|
4
4
|
"description": "Open-Source Testing, Monitoring, and Reliability — as Code",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"monitoring",
|
|
@@ -54,7 +54,6 @@
|
|
|
54
54
|
"test:watch": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch",
|
|
55
55
|
"test:cov": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage",
|
|
56
56
|
"release:latest": "npm run build && npm test && npm publish --tag latest --access public",
|
|
57
|
-
"release:rc-tag": "npm dist-tag add @supercheck/cli@$npm_package_version rc",
|
|
58
57
|
"supercheck": "tsx src/bin/supercheck.ts"
|
|
59
58
|
},
|
|
60
59
|
"dependencies": {
|