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

[CLI] --json parameter can work with files #1570

Closed
SimonHoenscheid opened this issue Jul 13, 2018 · 2 comments
Closed

[CLI] --json parameter can work with files #1570

SimonHoenscheid opened this issue Jul 13, 2018 · 2 comments
Assignees
Milestone

Comments

@SimonHoenscheid
Copy link

SimonHoenscheid commented Jul 13, 2018

Expected Behavior

It would be nice if the --json parameter on the cli could write or read json files

Current Behavior

files can be written by redirecting the output. reading is not possible.

Possible Solution

implement feature

@Thomas-Gelf
Copy link
Contributor

You mean something like --json-from-file <filename> or cat <filename> | ... --json-from-file - instead of --json $(cat <filename>)?

@SimonHoenscheid
Copy link
Author

yes

@Thomas-Gelf Thomas-Gelf self-assigned this Jul 20, 2022
@Thomas-Gelf Thomas-Gelf added this to the 1.10.0 milestone Jul 20, 2022
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