summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Ennis <james.ennis@codethink.co.uk>2019-09-04 11:43:36 +0100
committerTristan Maat <tristan.maat@codethink.co.uk>2019-09-16 11:57:25 +0100
commit86e022d8514404e32bab55604574860fa04883c6 (patch)
tree506fb0778cd2d2f62c0afcd98eb866d9ee919836
parent2c4708c77f51a0edaf933637e04347c60c9dd74f (diff)
downloadbuildstream-86e022d8514404e32bab55604574860fa04883c6.tar.gz
using_commands.rst: Add show and list-contents
This patch ensures that we document the recently introduced artifact subcommands "show" and "list-contents".
-rw-r--r--doc/source/using_commands.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/source/using_commands.rst b/doc/source/using_commands.rst
index 53c36197e..905d66173 100644
--- a/doc/source/using_commands.rst
+++ b/doc/source/using_commands.rst
@@ -108,6 +108,20 @@ Artifact subcommands
.. click:: buildstream._frontend.cli:artifact_delete
:prog: bst artifact delete
+----
+
+.. _invoking_artifact_show:
+
+.. click:: buildstream._frontend.cli:artifact_show
+ :prog: bst artifact show
+
+----
+
+.. _invoking_artifact_list_contents:
+
+.. click:: buildstream._frontend.cli:artifact_list_contents
+ :prog: bst artifact list-contents
+
Source subcommands
------------------