You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was playing with it and wanted to clean out some noise introduced by a CDK Construct and noticed it wasn't eliminating the types in the ascii version.
Looking here we see ciMode comes from the cmd arguments, but later we see that excludeTypes is only considered in ciMode:
Hey cool tool! Thanks for this!
I was playing with it and wanted to clean out some noise introduced by a CDK Construct and noticed it wasn't eliminating the types in the ascii version.
Looking here we see
ciMode
comes from the cmd arguments, but later we see thatexcludeTypes
is only considered inciMode
:The
ascii-art
mode appears to continue silently without indicating the items are not filtered.If you add the
-c
option for ci mode then it fails as an unknown option forascii-art
.infra: (main)$ cfn-diagram ascii-art -t /code/cdk.json -co /code/cdk.out -s -e AWS::CloudFront::Distribution -c error: unknown option '-c'
The text was updated successfully, but these errors were encountered: