summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2018-12-12 18:55:48 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2019-01-07 10:56:00 +0000
commit986b1e630c781acbfe91715083df109455569e08 (patch)
tree819a50e8706c20090b6bc6e581ea88c29316b100
parentb40d1011a04a7ee2f88112e3d2f908d8bedff08f (diff)
downloadbuildstream-richardmaw/artifact-subcommands.tar.gz
NEWS: Describe new subcommandsrichardmaw/artifact-subcommands
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7ee63f952..763d31d1c 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