Closed ccheetham closed 6 years ago
Currently, the tooling look in the current directory for the file .steeltoe.tooling.yml.
.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 ...
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.
Currently, the tooling look in the current directory for the file
.steeltoe.tooling.yml
.Supporting something like:
would permit being to able to somethine like: