-
f90631cd
by Richard Maw
at 2018-12-12T20:31:57Z
cli: Factor virtual directory loading out of artifact_log
-
2239af06
by Richard Maw
at 2018-12-12T20:31:57Z
cli: Add artifact checkout subcommand
This implements a superset of the features of `bst checkout`,
but uses a --directory option rather than a location argument,
and --tar takes a location instead of being a flag.
If multiple element targets or any artifact refs are passed
then it does not support creating a tarball, running integration commands
or including dependencies of the targets.
-
5492a02c
by Richard Maw
at 2018-12-12T20:31:57Z
cli: Add artifact delete subcommand
-
044d6be8
by Richard Maw
at 2018-12-12T20:31:57Z
cli: Add artifact list subcommand
-
57f3133e
by Richard Maw
at 2018-12-12T20:31:57Z
cli: Add artifact list-contents subcommand
-
262d534b
by Richard Maw
at 2018-12-12T20:31:57Z
cli: Add artifact diff subcommand
-
2e6569e2
by Richard Maw
at 2018-12-12T20:31:57Z
tests: Use bst artifact checkout instead of bst checkout
-
050bee6e
by Richard Maw
at 2018-12-12T20:31:57Z
contrib/bst-docker-import: use bst artifact checkout
-
5d3d5667
by Richard Maw
at 2018-12-12T20:31:57Z
NEWS: Describe new subcommands