-
0280fe78
by James Ennis
at 2019-01-17T14:44:32Z
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 allowing checkout to take multiple args.
-
5aa40944
by James Ennis
at 2019-01-17T14:45:04Z
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.
-
8fb9a8ee
by James Ennis
at 2019-01-17T14:45:04Z
Add NEWS entry describing the deprecation of checkout, pull and push