Skip to content

[FEATURE] allow providing multiple BUs at once #2202

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
JoernBerkefeld opened this issue Mar 24, 2025 · 1 comment
Open

[FEATURE] allow providing multiple BUs at once #2202

JoernBerkefeld opened this issue Mar 24, 2025 · 1 comment
Labels
enhancement New feature or request; requires increasing the minor version of mcdev. Jira issue-type "Story" vsce VSCode extension
Milestone

Comments

@JoernBerkefeld
Copy link
Contributor

JoernBerkefeld commented Mar 24, 2025

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 withbuild`.

that would allow us to run the above command like this: mcdev retrieve --bu cred/bu1 cred/bu2 or mcdev 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:

option given parsed version
--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
@JoernBerkefeld JoernBerkefeld added enhancement New feature or request; requires increasing the minor version of mcdev. Jira issue-type "Story" vsce VSCode extension labels Mar 24, 2025
@JoernBerkefeld JoernBerkefeld added this to the Minor 1 milestone Mar 24, 2025
@JoernBerkefeld
Copy link
Contributor Author

fyi @anasilva105

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request; requires increasing the minor version of mcdev. Jira issue-type "Story" vsce VSCode extension
Projects
None yet
Development

No branches or pull requests

1 participant