We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6585c96 commit 017369fCopy full SHA for 017369f
docs/cli.rst
@@ -157,6 +157,11 @@ These options must be defined before the mandatory arguments.
157
``--output``, ``-o``
158
Output format. Defaults to a custom format. Can also be ``yaml`` or ``json``.
159
160
+ **Notice:**
161
+
162
+ The `PyYAML package <https://pypi.org/project/PyYAML/>`_ is required to use the yaml output option.
163
+ You need to install it separately using ``pip install PyYAML``
164
165
``--fields``, ``-f``
166
Comma-separated list of fields to display (``yaml`` and ``json`` output
167
formats only). If not used, all the object fields are displayed.
0 commit comments