Closed zhelyan closed 1 year ago
you can test with e.g.
# in a cdk project dir, source the venv then: pip install ../cdk-changeset-reporter # prep changesets cdk deploy "test/** -m prepare-change-set --change-set-name foo-cdk-bar # report python3 -m cdk_changeset_reporter -n foo-cdk-bar -s test --level DEBUG
so @MatthewCane yes, in order to avoid false positives the value passed to --change-set-name must be unique to all stacks in scope e.g. in GHA - <pr_number>-<workflow_run>
--change-set-name
<pr_number>-<workflow_run>
you can test with e.g.