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

Use STDIN for add command #41

Open
fzaninotto opened this issue Apr 28, 2017 · 0 comments
Open

Use STDIN for add command #41

fzaninotto opened this issue Apr 28, 2017 · 0 comments

Comments

@fzaninotto
Copy link
Member

fzaninotto commented Apr 28, 2017

The current comfy add syntax is counterintuitive:

comfy add dev -f config.json

One has to peek inside the doc to know it. It would be more intuitive to have

comfy add dev '{"login": "admin", "password": "S3cr3T"}'

That way, I could also do

cat config.json | comfy add dev

or any other mix and match of STDIN and STDOUT

@Kmaschta Kmaschta added this to the 0.2 milestone Apr 28, 2017
@Kmaschta Kmaschta removed this from the 0.2 milestone Oct 3, 2018
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

2 participants