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

opencompose convert -f - should accept input from STDIN? #63

Closed
concaf opened this issue Mar 9, 2017 · 3 comments
Closed

opencompose convert -f - should accept input from STDIN? #63

concaf opened this issue Mar 9, 2017 · 3 comments

Comments

@concaf
Copy link
Collaborator

concaf commented Mar 9, 2017

$SUBJECT

@tnozicka
Copy link
Contributor

yes, it should; it's just not implemented yet

@concaf
Copy link
Collaborator Author

concaf commented Mar 13, 2017

@tnozicka picking this up

@tnozicka
Copy link
Contributor

also I think that kubectl and oc do the same with not specifying -f (-f="")

generally we want the same behaviour as there have so ideally look into their source code

concaf added a commit to concaf/opencompose that referenced this issue Mar 13, 2017
This commit lets passing input from STDIN to opencompose like in
the following example -

`cat example.yaml | opencompose -f -`

An error will be returned if reading from STDIN fails.

Fixes redhat-developer#63
concaf added a commit to concaf/opencompose that referenced this issue Mar 16, 2017
This commit lets passing input from STDIN to opencompose like in
the following example -

`cat example.yaml | opencompose -f -`

An error will be returned if reading from STDIN fails.

Fixes redhat-developer#63
@kadel kadel closed this as completed in #72 Mar 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants