Enhancements to work with shell script wrappers #315
Unanswered
PinkPandaKatie
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like the ability to create a shell script that can call jira-cli to create an issue, then do things with the resulting key. I currently have to create a temporary file, tee the output to that file, then sift through the file to extract the key. It would be much easier if there were some way to export data to a shell script.
A possible solution would be to add a --shell option, which would:
a. Cause all terminal output to go to STDERR instead of STDOUT
b. Write resulting data in shell variable format, e.g.
This would allow shell scripts to do:
and automatically get the results.
Beta Was this translation helpful? Give feedback.
All reactions