-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(cli): change set name is now a constant, and --no-execute will always produce one (even if empty) #12683
feat(cli): change set name is now a constant, and --no-execute will always produce one (even if empty) #12683
Commits on Jan 24, 2021
-
Adds two commands to the CDK CLI to make it easier to externally execute
change sets generated during deployment. Intended to be used with --no-execute. --change-set-name: optionally provide a name for the CloudFormation change set --retain-empty-change-set: optionally retain empty change sets instead of deleting them. This makes executing the change set with CodePipeline easier, since the CloudFormation action always requires a change set, even when empty.
Steven Swartz committedJan 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 25703b7 - Browse repository at this point
Copy the full SHA 25703b7View commit details
Commits on Jan 30, 2021
-
Removed the --retain-empty-change set CLI flag and instead made it th…
…e default behaviour when using --no-execute. Also added unit tests and README to expand on how to handle empty change sets with --force
Steven Swartz committedJan 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 2d07327 - Browse repository at this point
Copy the full SHA 2d07327View commit details
Commits on Feb 7, 2021
-
Makes it easier to externally execute change sets with --no-execute by
always generating the change set with name "cdk-deploy-change-set". To have a change set always generated, even when it's empty, --force and --no-execute can now be used.
Steven Swartz committedFeb 7, 2021 Configuration menu - View commit details
-
Copy full SHA for feba630 - Browse repository at this point
Copy the full SHA feba630View commit details -
Steven Swartz committed
Feb 7, 2021 Configuration menu - View commit details
-
Copy full SHA for 9143eb0 - Browse repository at this point
Copy the full SHA 9143eb0View commit details -
Steven Swartz committed
Feb 7, 2021 Configuration menu - View commit details
-
Copy full SHA for 887b034 - Browse repository at this point
Copy the full SHA 887b034View commit details -
adds deleteChangeSet mock to bootstrap.test.ts
Steven Swartz committedFeb 7, 2021 Configuration menu - View commit details
-
Copy full SHA for e905eee - Browse repository at this point
Copy the full SHA e905eeeView commit details
Commits on Feb 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4550bb8 - Browse repository at this point
Copy the full SHA 4550bb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8ffcb0 - Browse repository at this point
Copy the full SHA c8ffcb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd3e62b - Browse repository at this point
Copy the full SHA cd3e62bView commit details