From d4011901434b53259b2f30b90b7ab045474596f2 Mon Sep 17 00:00:00 2001 From: Rebecca Grayson Date: Tue, 20 Aug 2019 17:07:29 +0100 Subject: Addition of --long option to list-contents: --long or -l will provide the user with extra information about the contents of the artifacts, including permission mode, file type, size and name. In order for this to work, the way in which list-contents works has been modified. A test and NEWS entry have also been added within this commit --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 5006dadce..cde99c7be 100644 --- a/NEWS +++ b/NEWS @@ -20,7 +20,8 @@ buildstream 1.3.1 o Added `bst artifact list-contents` subcommand which can display the names of files in artifacts in your artifact cache, either by element name - or by direct artifact reference. + or by direct artifact reference. --long option can be used to display more + information; file type and size. o BREAKING CHANGE: Reverted the default behaviour of junctions. Subproject elements will no longer interact with the parent project's remote (by -- cgit v1.2.1