3a92c6e0b6
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>
8 lines
269 B
YAML
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.
|