SteeltoeOSS / Tooling

Steeltoe developer tool collection
https://steeltoe.io/
Apache License 2.0
12 stars 7 forks source link

Add support for overriding tool configuration file path #20

Closed ccheetham closed 6 years ago

ccheetham commented 6 years ago

Currently, the tooling look in the current directory for the file .steeltoe.tooling.yml.

Supporting something like:

$ steeltoe -C <myconfigpath> ...

would permit being to able to somethine like:

$ steeltoe -C my-test-services.yml  ...
$ steeltoe -C my-demo-services.yml  ...
cf-gitbot commented 6 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/160634888

The labels on this github issue will be updated when the story is started.