SteeltoeOSS / Tooling

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

add deploy-all and undeploy-all commands #16

Closed ccheetham closed 6 years ago

ccheetham commented 6 years ago

Currently, if you have n services, you would deploy them:

deploy <service-1>
deploy <service-2>
...
deploy <service-n>

Adding support for an *-all variant would simplify above to:

deploy-all
cf-gitbot commented 6 years ago

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

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

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

ccheetham commented 6 years ago

Instead reworked deploy command to work on all services. 54f6800fd27a39f5601b7a2e14e5e27a84254e42