checkly 7.5.3 → 7.5.4-prerelease-58cbd3d

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.
@@ -1077,6 +1077,18 @@
1077
1077
  ],
1078
1078
  "type": "option"
1079
1079
  },
1080
+ "status": {
1081
+ "description": "Filter by check status.",
1082
+ "name": "status",
1083
+ "hasDynamicHelp": false,
1084
+ "multiple": false,
1085
+ "options": [
1086
+ "passing",
1087
+ "failing",
1088
+ "degraded"
1089
+ ],
1090
+ "type": "option"
1091
+ },
1080
1092
  "hide-id": {
1081
1093
  "description": "Hide check IDs in table output.",
1082
1094
  "name": "hide-id",
@@ -2140,5 +2152,5 @@
2140
2152
  ]
2141
2153
  }
2142
2154
  },
2143
- "version": "7.5.3"
2155
+ "version": "7.5.4-prerelease-58cbd3d"
2144
2156
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "checkly",
3
- "version": "7.5.3",
3
+ "version": "7.5.4-prerelease-58cbd3d",
4
4
  "description": "Checkly CLI",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",