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

[buildstream] 13/13: NEWS: Describe new subcommands

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

not-in-ldap pushed a commit to branch richardmaw/artifact-subcommands
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 986b1e630c781acbfe91715083df109455569e08
Author: Richard Maw <ri...@codethink.co.uk>
AuthorDate: Wed Dec 12 18:55:48 2018 +0000

    NEWS: Describe new subcommands
---
 NEWS | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/NEWS b/NEWS
index 7ee63f9..763d31d 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,23 @@
 buildstream 1.3.1
 =================
 
+  o Added `bst artifact {list,list-contents,delete,diff}` subcommands.
+
+    `bst artifact list` shows the artifacts in the cache.
+    `bst artifact list-contents` shows the files in artifacts in the cache.
+    `bst artifact delete` removes artifacts from the cache.
+    `bst artifact diff` summarises the difference between artifacts.
+
+  o Added `bst artifact checkout` subcommand.
+
+    This implements the features of `bst checkout`,
+    though it takes `--directory` and `--tar` options
+    instead of using a location argument,
+    since it may be passed multiple element targets or artifact refs.
+
+    `--deps`, `--tar` and `--integrate` are not supported
+    when not passed a single element target.
+
   o Added `bst artifact log` subcommand for viewing build logs.
 
   o BREAKING CHANGE: The bst source-bundle command has been removed. The