Skip to content

Addition of --long option to list-contents

Rebecca Grayson requested to merge becky/list_contents_long_option into master

Description

//: This MR includes the addition of the --long option for bst artifact list-contents. When used, it will provide the user with additional information about the contents of the artifact including file type and size.

Changes proposed in this merge request:

  • --long option added. An example of what should be be seen when used is:

    bst artifact list-contents --long foo.bst

    foo.bst:
        drwxr-xr-x  dir  1     bar/
        -rw-r--r--  reg  234   bar/foo
        -rwxr-xr-x  exe  109   bar/baz
  • Appropriate tests and NEWS entry have been included

//: This MR, once merged, will contribute towards closing #773 (closed)


Edited by Rebecca Grayson

Merge request reports