Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe the problem.
I am trying to retrieve a list of known jwt tokens created via user-jwts
for my project. This is helpful for integration testing but also to create some better tooling around this type of information in certain experiences. The current list
output is readable in terminal but is not easy to parse programmatically.
Describe the solution you'd like
The create
has an -o json
option and I simply would like to do user-jwts list -o json
(and variant so user-jwts list --show-tokens -o json
)
Additional context
No response