Hi, Le ven. 19 févr. 2021 à 09:22, Tristan Van Berkom <[email protected]> a écrit : > Most artifact commands currently accept multiple targets, there remains > however `bst artifact checkout` which only accepts one argument - this > argument would become optional, and the user could specify an element > name instead of an artifact name with the `--element` option, e.g.: > > bst artifact checkout --element element.bst > > Commands which support operations on multiple artifacts, would support > multiple `--element` specifications, and continue to support wildcards, > such as: > > bst artifact show \ > --element element1.bst \ > --element element2.bst \ > --element "subsystem/stage1*"
This looks fine to me. I have a suggestion though: I think it would be nicer to have this as a switch rather than a per target argument. Or do you think it's valuable to allow mixing elements and artifacts in the same command? Abderrahim
