Open
Description
Hello,
Is there a way to pipe the output of a script with parameters at execution to another program?
script:
python /tools/getdata.py
parameters:
--Name
--City
Then at execution, pipe the script and the parameters to JQ for json parsing
so effectively run this command line script
$ python /tools/getdata.py --Name Jones --City "New York" | jq .