diff --git a/docs/cli.rst b/docs/cli.rst new file mode 100644 --- /dev/null +++ b/docs/cli.rst @@ -0,0 +1,8 @@ +.. _swh-storage-cli: + +Command-line interface +====================== + +.. click:: swh.storage.cli:storage + :prog: swh storage + :nested: full diff --git a/docs/index.rst b/docs/index.rst --- a/docs/index.rst +++ b/docs/index.rst @@ -42,4 +42,5 @@ .. toctree:: :maxdepth: 2 + cli /apidoc/swh.storage