Skip to content

v1.4.3: Add JSON output format for get and history commands

Compare
Choose a tag to compare
@bwhaley bwhaley released this 17 Aug 02:43
· 23 commits to master since this release

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).