@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 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