@go-to-k/cdkd 0.237.0 → 0.238.1
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 +1 -0
- package/dist/cli.js +577 -41
- package/dist/cli.js.map +1 -1
- package/dist/{deploy-engine-CX6s1TcX.js → deploy-engine-BxEZXkWw.js} +15 -2
- package/dist/deploy-engine-BxEZXkWw.js.map +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/deploy-engine-CX6s1TcX.js.map +0 -1
package/README.md
CHANGED
|
@@ -243,6 +243,7 @@ cdkd publish-assets # synth + upload only (typical CI split)
|
|
|
243
243
|
cdkd destroy MyStack
|
|
244
244
|
cdkd orphan MyStack/MyBucket # drop one resource from state (AWS resource stays)
|
|
245
245
|
cdkd force-unlock MyStack # clear stale lock from an interrupted deploy
|
|
246
|
+
cdkd gc --dry-run # reclaim unreferenced cdkd-owned assets (S3 + ECR)
|
|
246
247
|
|
|
247
248
|
# Migrate between cdkd and CloudFormation
|
|
248
249
|
cdkd import MyStack --yes # adopt existing AWS resources into cdkd state
|