From 6c21fc83d3d6173bffb60e686ec579f875f8bebe Mon Sep 17 00:00:00 2001 From: Nejc Habjan Date: Sun, 11 Oct 2020 13:38:31 +0200 Subject: docs(cli): add auto-generated CLI reference --- docs/cli-objects.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/cli-objects.rst (limited to 'docs/cli-objects.rst') diff --git a/docs/cli-objects.rst b/docs/cli-objects.rst new file mode 100644 index 0000000..d6648f6 --- /dev/null +++ b/docs/cli-objects.rst @@ -0,0 +1,17 @@ +################################## +CLI reference (``gitlab`` command) +################################## + +.. warning:: + + The following is a complete, auto-generated list of subcommands available + via the :command:`gitlab` command-line tool. Some of the actions may + currently not work as expected or lack functionality available via the API. + + Please see the existing `list of CLI related issues`_, or open a new one if + it is not already listed there. + +.. _list of CLI related issues: https://github.com/python-gitlab/python-gitlab/issues?q=is%3Aopen+is%3Aissue+label%3Acli + +.. autoprogram:: gitlab.cli:docs() + :prog: gitlab -- cgit v1.2.1