ZengineHQ / mayan

Next-generation maya written in NodeJS
3 stars 9 forks source link

allow picking backend services in commands #27

Closed alexweber closed 4 years ago

alexweber commented 6 years ago

currently when processing backend services we're always doing all of them and this can be a nuisance when you have multiple services are only working on one...

Suggested by @wdmny

evert0n commented 5 years ago

We have to test this but I thought we can already do --backend=<service name> as well --frontend=<name>

tehpsalmist commented 5 years ago

This is coming with the pelican PR. --services or -s and it accepts an array of service config names

tehpsalmist commented 4 years ago

feature landed a while ago. Noice!