From 86e022d8514404e32bab55604574860fa04883c6 Mon Sep 17 00:00:00 2001 From: James Ennis Date: Wed, 4 Sep 2019 11:43:36 +0100 Subject: using_commands.rst: Add show and list-contents This patch ensures that we document the recently introduced artifact subcommands "show" and "list-contents". --- doc/source/using_commands.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 ------------------ -- cgit v1.2.1