Skip to content
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

Apis show should show scopes [CLI-71] #150

Closed
woloski opened this issue Mar 12, 2021 · 6 comments · Fixed by #174
Closed

Apis show should show scopes [CLI-71] #150

woloski opened this issue Mar 12, 2021 · 6 comments · Fixed by #174
Labels
enhancement An enhancement or improvement to the SDK that could not be otherwise categorized as a new feature

Comments

@woloski
Copy link

woloski commented Mar 12, 2021

for apis show instead of the amount of scopes, show the actual scopes

image

@Widcket
Copy link
Contributor

Widcket commented Mar 12, 2021

The thing with the scopes is that they will usually overflow the line length, so we'll have to truncate them. There's a command to list all the scopes an API has for this reason.

I'll add a card to track this (showing the truncated list of scopes). Thanks!

@Widcket Widcket added the enhancement An enhancement or improvement to the SDK that could not be otherwise categorized as a new feature label Mar 12, 2021
@woloski
Copy link
Author

woloski commented Mar 12, 2021

You mean on the list command? I am talking about the show command.

@Widcket
Copy link
Contributor

Widcket commented Mar 12, 2021

This is the existing auth0 apis scopes list <client-id> command.
Screen Shot 2021-03-12 at 18 36 37

@Widcket
Copy link
Contributor

Widcket commented Mar 12, 2021

You mean on the list command? I am talking about the show command.

So you suggest we show the whole list of scopes on the show command, and indent/format accordingly in multiple lines?

@woloski
Copy link
Author

woloski commented Mar 12, 2021

ahh I see now. ok, maybe we can hint the user to run auth0 apis scopes list {id} to see all the scope details

To see the full scope list, run auth0 apis scopes list {id}

@Widcket
Copy link
Contributor

Widcket commented Mar 14, 2021

Added the card CLI-71 to track this.

@Widcket Widcket changed the title apis show should show scopes Apis show should show scopes [CLI-71] Mar 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An enhancement or improvement to the SDK that could not be otherwise categorized as a new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants