diff options
Diffstat (limited to 'docs/cli-objects.rst')
-rw-r--r-- | docs/cli-objects.rst | 17 |
1 files changed, 17 insertions, 0 deletions
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 |