It would be useful if the resolved values of Parameters was printed as well. This can help give a better understanding of what is going on, as the value of parameters can come from sources that are not readily available (such as environment variables, files, SSM parameters, etc). Including this data will make understanding what is going on much easier.
I wonder if we would be able to hide NoEcho parameters from this output.
When running commands like
iidy create-stack
oriidy update-stack
, a lot of useful information is shown as output:It would be useful if the resolved values of
Parameters
was printed as well. This can help give a better understanding of what is going on, as the value of parameters can come from sources that are not readily available (such as environment variables, files, SSM parameters, etc). Including this data will make understanding what is going on much easier.I wonder if we would be able to hide
NoEcho
parameters from this output.