diff options
author | Nejc Habjan <nejc.habjan@siemens.com> | 2020-10-11 13:38:31 +0200 |
---|---|---|
committer | Nejc Habjan <nejc.habjan@siemens.com> | 2020-10-11 14:13:09 +0200 |
commit | 6c21fc83d3d6173bffb60e686ec579f875f8bebe (patch) | |
tree | 4e5e41c42257bc3e075eafc5969062f6fe136fc3 /docs/cli-objects.rst | |
parent | 68a41629ca0c27bd62d8e656071f612d443aaa1b (diff) | |
download | gitlab-docs/cli-reference-page.tar.gz |
docs(cli): add auto-generated CLI referencedocs/cli-reference-page
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 |