Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cli): no change deployment prints "hotswap deployment skipped" wi…
…thout hotswap flag (#24602) The "hotswap deployment skipped" message is printed when a full deployment is performed if no changes were detected. Before: ``` $ cdk deploy ✨ hotswap deployment skipped - no changes were detected (use --force to override) ✅ ApiStack (no changes) ``` With this PR: ``` $ cdk deploy ✅ ApiStack (no changes) ``` ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information