diff options
author | James Ennis <james.ennis@codethink.co.uk> | 2019-03-13 12:10:57 +0000 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2019-03-13 17:04:04 +0000 |
commit | 103260e1dd72d1f597d0daedb54e2768ea9c27bf (patch) | |
tree | dd321c84ff8a6c272540d713a73da6b6b177526b /NEWS | |
parent | 7a93d781200fb18168f71ed320d1f2d0fe8d93b8 (diff) | |
download | buildstream-103260e1dd72d1f597d0daedb54e2768ea9c27bf.tar.gz |
NEWS: Add news entry for bst artifact delete
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ buildstream 1.3.1 ================= + o Added `bst artifact delete` subcommand. This command removes artifacts from + the local cache. Mulitple element names and artifact refs can be specified + as arguments. + o BREAKING CHANGE: The top level commands `checkout`, `push` and `pull` have been moved to the `bst artifact` subcommand group and are now obsolete. For example, you must now use `bst artifact pull hello.bst`. |