diff --git a/docs/cli.rst b/docs/cli.rst new file mode 100644 index 0000000..8a543a9 --- /dev/null +++ b/docs/cli.rst @@ -0,0 +1,8 @@ +.. _swh-vault-cli: + +Command-line interface +====================== + +.. click:: swh.vault.cli:vault + :prog: swh vault + :nested: full diff --git a/docs/index.rst b/docs/index.rst index 62cbf1a..74ab82d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,25 +1,26 @@ .. _swh-vault: Software Heritage - Vault ========================= User-facing service that allows to retrieve parts of the archive as self-contained bundles (e.g., individual releases, entire repository snapshots, etc.) .. toctree:: :maxdepth: 2 :caption: Contents: getting-started.rst api.rst Reference Documentation ----------------------- .. toctree:: :maxdepth: 2 + cli /apidoc/swh.vault