-
Notifications
You must be signed in to change notification settings - Fork 55
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
feat: adds app open [id] command #251
Conversation
return cmd | ||
} | ||
|
||
func formatManageURL(cfg config, id string) string { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not very familiar with manage, is there a better way to get this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @cyx
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, could you please move this function (and manageDomain
) to the open
package? https://github.com/auth0/auth0-cli/blob/main/internal/open/open.go
Think this looks good, and works well enough for today's use case. Not sure how it would work with private installs, but that doesn't work well altogether anyway, so maybe we can tackle all that later on. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems simple enough and easy enough to iterate on when we need to 👍
Thanks! 🎉 |
Description
Adds
apps open <clientID>
command for opening the app settings page in Manage (browser).