We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d45b59e commit 55c67d1Copy full SHA for 55c67d1
2 files changed
docs/cli-examples.rst
@@ -2,9 +2,9 @@
2
CLI examples
3
############
4
5
- **Notice:**
+.. seealso::
6
7
- For a complete list of objects and actions available, see :doc:`/cli-objects`.
+ For a complete list of objects and actions available, see :doc:`/cli-objects`.
8
9
List the projects (paginated):
10
docs/cli-usage.rst
@@ -278,7 +278,7 @@ These options must be defined before the mandatory arguments.
278
``--output``, ``-o``
279
Output format. Defaults to a custom format. Can also be ``yaml`` or ``json``.
280
281
+.. important::
282
283
The `PyYAML package <https://pypi.org/project/PyYAML/>`_ is required to use the yaml output option.
284
You need to install it explicitly using ``pip install python-gitlab[yaml]``
0 commit comments