blackboard-innersource/CDK Diff
Diff two cdk.out directories
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base | The cdk.out directory of the baseline or current synth | yes | base.cdk.out |
| head | The cdk.out directory of the new synth | yes | head.cdk.out |
| ignore-keys | -> A comma-separated list of JSON/YAML keys to ignore in the diff output. Nested keys are supported using dot notation (e.g., 'Code.S3Key' will ignore any 'S3Key' properties that are nested under a 'Code' object). | no | — |
| rename | Rename base and head on copy instead of maintaining directory names - set to any value to enable | no | — |
| comment-buffer | Reserve extra X characters in the comment for caller-appended content | no | — |
Outputs
| name | description |
|---|---|
| has_diff | Has the value of 0 if no differences found or 1 if differences found |
| comment_file | A file with markdown that contains details about the diff |
| diff_file | A file that contains the unaltered diff output |