This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch jennis/introduce_artifact_delete in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 5c12d1180db7d6d289f2504a9d8d24f858e42fda Author: James Ennis <[email protected]> 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 ------------------
