Support cdk diff output that can be understood by many markdown renderers #19606
Closed
sgmorrison
started this conversation in
General
Replies: 2 comments 1 reply
-
This would make for a good feature suggestion, but it would likely be a low priority in the long run. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@sgmorrison did you find a solution? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The output of a
cdk diff
command produces a diff summary like below:When posting such a diff in a pull request to show expected changes, there is no good way to add colouring to the text. I propose we support a second output format which is compatible with the
diff
language support in markdown:This conveys the same information as before, but also assists in assessing planned changes.
The new format would need to be enabled with a command line flag, to retain backwards compatibility.
Beta Was this translation helpful? Give feedback.
All reactions