bug: --cli-input-json and command line parameters #4595
Labels
closed-for-staleness
feature-request
A feature should be added or improved.
wontfix
We have determined that we will not resolve the issue.
From PR #963, we have:
From my testing with
aws ssm start-automation-execution...
using the UpdateLinuxAMI document, the first level parameters (e.g.DocumentName
) are kept, but if I put ANY--parameters
on the command line (e.g.SourceAmiId
), it overwrites ALL parameters in the passed JSON document.I would expect that I would be able to define default values for the needed parameters in the passed JSON document and override those default values passing in the
SourceAmiId
andTargetAmiName
from the command line, but if I pass in any value on the command line, I have to pass in all values on the command line.The text was updated successfully, but these errors were encountered: