Skip to content
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

Commits on Jan 24, 2021

  1. 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 committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    25703b7 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. 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 committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    2d07327 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2021

  1. 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 committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    feba630 View commit details
    Browse the repository at this point in the history
  2. clean-up

    Steven Swartz committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    9143eb0 View commit details
    Browse the repository at this point in the history
  3. fix debug message

    Steven Swartz committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    887b034 View commit details
    Browse the repository at this point in the history
  4. adds deleteChangeSet mock to bootstrap.test.ts

    Steven Swartz committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    e905eee View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Configuration menu
    Copy the full SHA
    4550bb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8ffcb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd3e62b View commit details
    Browse the repository at this point in the history