summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Ennis <james.ennis@codethink.co.uk>2019-03-13 12:14:12 +0000
committerJames Ennis <james.ennis@codethink.co.uk>2019-03-13 15:39:42 +0000
commit5c12d1180db7d6d289f2504a9d8d24f858e42fda (patch)
tree2577c0ff418cb20e5b98d83bba181fa42fd6f838
parent04f75238603ace3dad94900c47b41ca453ad5160 (diff)
downloadbuildstream-jennis/introduce_artifact_delete.tar.gz
docs: Add bst artifact delete to using_commands.rstjennis/introduce_artifact_delete
-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
------------------