-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
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
Polaris CLI: add options for entities relation overview #989
Comments
@HonahX @collado-mike @adutra @eric-maynard may I get some inputs on this and determine if this is something we would like to support? |
I'm very supportive of adding more subcommands, e.g. However I do hope that we can keep the output of the CLI machine-parsable across the board. That can mean pretty JSON but I'd be anxious about a "diagram" kind of output. |
Thanks for the feedback. Let me think about it then I will see what I can do. |
Sample PR for item 1: #1019 |
I will PR more to fill the gaps later this week. |
Is your feature request related to a problem? Please describe.
Currently an user can use polaris cli to list entities (e.g. list principal, principal role, catalog, catalog role, privileges, etc.). This is great but seems to be really tedious for some common administration tasks such as
Describe the solution you'd like
If there is no plan to add those as new API endpoints, we can always create wrapper function in existed CLI to invoke diff API endpoints and come up with the result for the above questions.
One concern I have with this approach is currently we have two "admin tools":
Do we still want to proceed with above separation or move those into one instead?
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: