-
2593216b
by James Ennis
at 2019-01-17T13:07:56Z
cli: Add artifact checkout subcommand
Artifact checkout has slightly different behaviour from checkout,
that is, either '--directory' or '--tar' are now required options.
This is a step towards allow checkout to take multiple args.
-
ebfce986
by James Ennis
at 2019-01-17T13:08:00Z
Mark 'old' checkout command as obsolete
This commit marks 'bst checkout' as a 'hidden' command. If used,
the user will be prompted to use the new 'bst artifact checkout'
command.
All tests which used 'bst checkout' have been modified to use
the new artifact sub-command.
This partially solves #822.
-
ea65b173
by James Ennis
at 2019-01-17T13:08:00Z
Add NEWS entry describing the deprecation of checkout, pull and push