You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by gi...@apache.org on 2020/12/29 13:18:08 UTC

[buildstream] 08/08: docs: Add bst artifact delete to using_commands.rst

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch jennis/introduce_artifact_delete
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 5c12d1180db7d6d289f2504a9d8d24f858e42fda
Author: James Ennis <ja...@codethink.co.uk>
AuthorDate: Wed Mar 13 12:14:12 2019 +0000

    docs: Add bst artifact delete to using_commands.rst
---
 doc/source/using_commands.rst | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/doc/source/using_commands.rst b/doc/source/using_commands.rst
index 312b907..53c3619 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
 ------------------