Skip to content
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

Allow projects command to logically AND-connect --topic values #69

Open
bittner opened this issue Oct 15, 2020 · 1 comment
Open

Allow projects command to logically AND-connect --topic values #69

bittner opened this issue Oct 15, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@bittner
Copy link
Contributor

bittner commented Oct 15, 2020

Currently, the concierge-cli projects command allows to specify several --topic options to select all projects that match any of those values (i.e. the possible topic values are logically OR'ed).

Needed Features

  • It should be possible to alternatively specify several topics, which are the locally AND'ed to select only projects that have all of those topics set (as a subset).
  • Aligned with that, it should be possible to set the topics with the same topics syntax (in addition to using several --set-topic options)

Examples

concierge-cli gitlab projects --topic managed,waf,group::foobar
- mygroup/my-project-one
- another/my-project-two
concierge-cli gitlab topics /my-project- --set-topic one,two,three
@bittner bittner added the enhancement New feature or request label Oct 15, 2020
@chamer81
Copy link

Yes, that would be useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants