redhat-developer / opencompose

OpenCompose - A higher level abstraction for Kubernetes Resource
Apache License 2.0
64 stars 12 forks source link

`stdout` will be printed if no option for output is specified #155

Closed surajnarwade closed 7 years ago

surajnarwade commented 7 years ago

Resolves #80

surajnarwade commented 7 years ago

@kadel,

$ opencompose convert -f hello-nginx.yml -o .
created file "helloworld-service.yaml"
created file "helloworld-deployment.yaml"

it's working :)

surajssd commented 7 years ago

@surajnarwade please update the commit message and title of the PR as well, it is very confusing what change this PR adds.

These might help you:

surajssd commented 7 years ago

I always refer those before I send a PR! :-)

surajnarwade commented 7 years ago

@kadel @surajssd @containscafeine needs review for this