Skip to content

WIP: Add artifact checkout, list, list-contents, delete and diff subcommands

richardmaw-codethink requested to merge richardmaw/artifact-subcommands into master

This addresses some of the features requested in #773 (closed). It lacks push/pull, the list commands lack the --long options for including metadata, and while artifact checkout provides a superset of the functionality of checkout, it doesn't provide full functionality for every option e.g. it won't let you specify --deps if you pass it multiple element target names or any artifact ref names.

Merge request reports