@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.
- package/README.md +68 -14
- package/dist/cli.js +222 -34
- package/dist/cli.js.map +4 -4
- package/dist/go-to-k-cdkd-0.18.0.tgz +0 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/go-to-k-cdkd-0.17.1.tgz +0 -0
|
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
|
|
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) {
|