summaryrefslogtreecommitdiff
path: root/doc/source/using_commands.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/using_commands.rst')
-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
------------------