We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tctl should allow users to explore what exists in a Teleport cluster. For example we should be able to list roles, trusted clusters, etc.
Note Need to come back and provide more detail for this issue.
Proposal tctl ls command. By default it would just dump a list of object types that are available, like
tctl ls
# tctl ls users roles clusters
Then, if you do tctl ls users it should dump a YAML array of user resources. It should be the same format that tctl create -f understands, etc.
tctl ls users
tctl create -f
The text was updated successfully, but these errors were encountered:
Dupe of #1137
Sorry, something went wrong.
No branches or pull requests
tctl should allow users to explore what exists in a Teleport cluster.
For example we should be able to list roles, trusted clusters, etc.
Note Need to come back and provide more detail for this issue.
Proposal
tctl ls
command. By default it would just dump a list of object types that are available, likeThen, if you do
tctl ls users
it should dump a YAML array of user resources. It should be the same format thattctl create -f
understands, etc.The text was updated successfully, but these errors were encountered: