curtiswilkinson / roomservice

https://www.npmjs.com/package/roomservice
MIT License
6 stars 1 forks source link

CLI flags to allow pointing at a specific config file #8

Closed curtiswilkinson closed 6 years ago

curtiswilkinson commented 6 years ago

This is based on some user feedback where they would like to be able to run two different sets of roomservice config on the same project.

There are two options:

  1. Extend the --project flag to resolve both files AND paths
  2. Add a new --config argument that is specifically for resolving files
curtiswilkinson commented 6 years ago

completed in https://github.com/curtiswilkinson/roomservice/pull/11