Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --bundle,-dab flag for specifying dab file #61

Merged
merged 2 commits into from
Jul 25, 2016

Conversation

janetkuo
Copy link
Member

@janetkuo janetkuo commented Jul 22, 2016

Now we can specify a dab file with --bundle or -dab:

$ kompose convert --bundle=docker-compose-bundle.dsb 
file "redis-svc.json" created
file "web-svc.json" created
file "redis-deployment.json" created
file "web-deployment.json" created

--bundle can't be used with --file:

$ kompose convert --bundle=docker-compose-bundle.dsb --file=docker-gitlab.yml
FATA[0000] Error: compose file and dab file cannot be specified at the same time

Fixes #53

@ngtuna ngtuna added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jul 22, 2016
@janetkuo
Copy link
Member Author

I add another commit for copying bundle file names for charts

@janetkuo janetkuo merged commit 569b47f into kubernetes:master Jul 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm "Looks good to me", indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants