checkly 7.9.0 → 7.10.0

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.
@@ -151,6 +151,12 @@
151
151
  "hasDynamicHelp": false,
152
152
  "multiple": false,
153
153
  "type": "option"
154
+ },
155
+ "preserve-resources": {
156
+ "description": "Preserve all project resources (checks, groups, dashboards, etc.) when destroying the project. Resources become normal account-level resources.",
157
+ "name": "preserve-resources",
158
+ "allowNo": false,
159
+ "type": "boolean"
154
160
  }
155
161
  },
156
162
  "hasDynamicHelp": false,
@@ -2618,5 +2624,5 @@
2618
2624
  ]
2619
2625
  }
2620
2626
  },
2621
- "version": "7.9.0"
2627
+ "version": "7.10.0"
2622
2628
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "checkly",
3
- "version": "7.9.0",
3
+ "version": "7.10.0",
4
4
  "description": "Checkly CLI",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",