(cli): cdk synth need to disable printing the Cloudformation Template to console #11970
Labels
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
good first issue
Related to contributions. See CONTRIBUTING.md
p2
package/tools
Related to AWS CDK Tools or CLI
The Question
There should be a way to run cdk synth and disable printing the Cloudformation Template to stdout.
It would make sense for this to work when use --output or for it to be its own flag.
The reason: In our Codebuild logs it is very annoying to have a giant template printed line by line when we are only running the synth to use the --output flag to analyse the Cloudformation Template.
Environment
The text was updated successfully, but these errors were encountered: