@go-to-k/cdkd 0.17.1 → 0.18.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.
Binary file
package/dist/index.js CHANGED
@@ -2846,7 +2846,7 @@ var S3StateBackend = class {
2846
2846
  *
2847
2847
  * Returns true for either layout: the new region-scoped key, or the legacy
2848
2848
  * key when its embedded `region` matches the requested region. This lets
2849
- * `cdkd state rm <stack> --region X` and `cdkd destroy <stack>` see legacy
2849
+ * `cdkd state orphan <stack> --region X` and `cdkd destroy <stack>` see legacy
2850
2850
  * state without forcing a write-through migration first.
2851
2851
  */
2852
2852
  async stateExists(stackName, region) {