vshn / concierge-cli

Companion CLI for Concierge to bulk-manage repository projects.
https://pypi.org/project/concierge-cli/
BSD 3-Clause "New" or "Revised" License
8 stars 1 forks source link

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

Open bittner opened 3 years ago

bittner commented 3 years ago

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

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
chamer81 commented 3 years ago

Yes, that would be useful.