We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice if the --json parameter on the cli could write or read json files
files can be written by redirecting the output. reading is not possible.
implement feature
The text was updated successfully, but these errors were encountered:
You mean something like --json-from-file <filename> or cat <filename> | ... --json-from-file - instead of --json $(cat <filename>)?
--json-from-file <filename>
cat <filename> | ... --json-from-file -
--json $(cat <filename>)
Sorry, something went wrong.
yes
9775922
Thomas-Gelf
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: