typesafehub / conductr-cli

CLI for Lightbend ConductR
Other
16 stars 21 forks source link

Align role arg format #503

Closed markusjura closed 7 years ago

markusjura commented 7 years ago

Currently, the bndl --roles argument had a different format as the annotation or tag argument:

bndl --roles backend web --tag tag-1 --tag tag-2

This PR is changing the role argument format to:

bndl --role web --role backend