[doc] Add format_output option in documentation

Document the `--format_output` option to the
`manila-manage service list` command.

Change-Id: I0ed32780bb7eea82a2695a38ee620d464f0e8410
This commit is contained in:
Shatadru Bandyopadhyay 2024-10-15 15:53:12 -04:00 committed by Shatadru Bandyopadhyay
parent 27251dd6e7
commit 944555bdf3

@ -121,9 +121,10 @@ Manila Config
Manila Service
~~~~~~~~~~~~~~
``manila-manage service list``
``manila-manage service list [--format_output table|json|yaml]``
Returns list of manila services.
Returns list of manila services. Output format could be modified using `--format_output` option.
It can be `table`, `json` or `yaml`. Defaults to `table`.
Manila Version
~~~~~~~~~~~~~~