[FEATURE] allow providing multiple BUs at once #2202
Labels
enhancement
New feature or request; requires increasing the minor version of mcdev. Jira issue-type "Story"
vsce
VSCode extension
Milestone
instead of running
mcdev retrieve cred/bu1; mcdev retrieve cred/bu2
one could add a new array-option--bu
aliases of this should be
--bf
and --btfor compatibility with
build`.that would allow us to run the above command like this:
mcdev retrieve --bu cred/bu1 cred/bu2
ormcdev retrieve --bu cred/bu1 --bu cred/bu2
the previous option of allowing
cred/*
and*
should still be offered. If found any other bu-values that match the * should be removed automatically:conversion table:
--bu * cred/bu
--bu *
--bu cred/* cred/bu
--bu cred/*
--bu cred/bu cred/bu
--bu cred/bu
--bu cred/bu1 cred/bu2
--bu cred/bu1 cred/bu2
The text was updated successfully, but these errors were encountered: