Feature or enhancement request details
Currently, commands like container system version, container list, container image list, etc. support --format table and --format json.
Would it be worth adding --format yaml as an option?
Example output: container system version --format yaml:
yaml
- version: "0.9.0"
buildType: release
commit: abc1234
appName: container
- version: "0.9.0"
buildType: release
commit: abc1234
appName: API Server
If there's enough interest, I'd be happy to work on a proposal and implementation to add this.
Code of Conduct