-
-
Notifications
You must be signed in to change notification settings - Fork 48
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: allow passing or and project slug parameters #671
Conversation
|
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.
LGTM! Thanks for adding this!
Side-note: We could also make adjustments to our endpoint/view to take the potentially passed params into account to reduce the loading time. Right now, this change would still load a lot of unnecessary data. I'll add a note to #357, which - despite its name - is all about reworking the project selection flow.
Co-authored-by: Lukas Stracke <lukas.stracke@sentry.io>
Part of getsentry/sentry#77381
Adds
--org
and--project
parameters that narrow down options in project selection step.If there is only one project matching the provided slugs it gets automatically selected.
If no projects match the passed slugs wizard falls back to the current behaviour