summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Ennis <james.ennis@codethink.co.uk>2019-03-13 12:14:12 +0000
committerJürg Billeter <j@bitron.ch>2019-03-13 17:04:04 +0000
commit7604d239440f6cf4dc4401b28a291da0f7dcc721 (patch)
tree5ce4a00361a6f262b885a977f93b1054b83fa6e6
parent8eba88a24b355368573a1986136142e929d44d63 (diff)
downloadbuildstream-7604d239440f6cf4dc4401b28a291da0f7dcc721.tar.gz
docs: Add bst artifact delete to using_commands.rst
-rw-r--r--doc/source/using_commands.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/using_commands.rst b/doc/source/using_commands.rst
index 312b907f8..53c36197e 100644
--- a/doc/source/using_commands.rst
+++ b/doc/source/using_commands.rst
@@ -101,6 +101,13 @@ Artifact subcommands
.. click:: buildstream._frontend.cli:artifact_push
:prog: bst artifact push
+----
+
+.. _invoking_artifact_delete:
+
+.. click:: buildstream._frontend.cli:artifact_delete
+ :prog: bst artifact delete
+
Source subcommands
------------------