v1.4.3: Add JSON output format for get and history commands
With this release, you can add a line like
output=json
to your .ssmshrc
file to print the output of get
and history
commands in JSON format. The fields of the JSON results will be the same as in the respective Go structs. See the Parameter
and ParameterHistory
docs. All other results are printed in plain text/non-formatted output (e.g. not JSON).