mike-engel/jwt-cli

Allow saving output to a file instead of stdout

lewandom opened this issue · 0 comments

Would be nice to have an -o / --out option to save the resulting encoded/decoded JWT into a file.
The expected usage are Tekton tasks, where stdout is publicly visible, while a task result in the form of a file can be saved into the output.
The alternative of using sh redirection is not viable in case using a scratch container image (no shell available).