tsh request search
should support --format
#41953
Labels
access-requests
feature-request
Used for new features in Teleport, improvements to current should be #enhancements
tsh
tsh - Teleport's command line tool for logging into nodes running Teleport.
What would you like Teleport to do?
tsh request search
doesn't currently support-f, --format Format output (text, json, yaml, names)
.This command should support the same formats that
tsh ls
,tsh db ls
,tsh kube ls
, etc all support.What problem does this solve?
This will help power users, and make the
tsh
experience more uniform.If a workaround exists, please include it.
There isn't a great workaround since the request search is different than what
tctl get
or those othertsh <command> ls
commands do. Parsing the table output is not great.The text was updated successfully, but these errors were encountered: