oslo.upgradecheck/releasenotes/notes/json-output-78a9e19588b7b1e1.yaml
Sean McGinnis 3a92c6e0b6
Enable JSON results output
This takes a lighter weight approach to allowing output to be formatted
as JSON than switching over to using cliff. This adds the --json flag
argument that will format the printed results in a much more compact
JSON format.

Change-Id: I54f3f347b0d7da4385ffcbfa5da61c83657f390c
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2019-06-11 10:04:58 -05:00

8 lines
269 B
YAML

---
features:
- |
oslo.upgradecheck now supports the command line flag ``--json`` to have
the upgrade check results output in a compact, machine readable JSON
format. The default output without this flag remains a human readable
table of the results.