Skip to content

Normalize quickstart type comparison and improve port assignment logic#1440

Merged
ramya18101 merged 3 commits intomainfrom
fix-quickstart-setup-command
Feb 13, 2026
Merged

Normalize quickstart type comparison and improve port assignment logic#1440
ramya18101 merged 3 commits intomainfrom
fix-quickstart-setup-command

Conversation

@ramya18101
Copy link
Contributor

@ramya18101 ramya18101 commented Feb 13, 2026

🔧 Changes

This PR refactors the quickstart setup command logic in internal/cli/quickstarts.go to improve type comparison consistency and port assignment flow.

📚 References

🔬 Testing

Manual Testing Steps:

  • Run auth0 quickstarts setup --type vite - verify it accepts the type parameter
  • Run auth0 quickstarts setup --type nextjs - verify it accepts the type parameter
  • Run auth0 quickstarts setup and select "vite" - verify default port 5173 is offered
  • Run auth0 quickstarts setup and select "nextjs" - verify default port 3000 is offered

📝 Checklist

  • All new/changed/fixed functionality is covered by tests (or N/A)
  • I have added documentation for all new/changed functionality (or N/A)

@sanchitmehtagit sanchitmehtagit marked this pull request as ready for review February 13, 2026 19:10
@sanchitmehtagit sanchitmehtagit requested a review from a team as a code owner February 13, 2026 19:10
@ramya18101 ramya18101 merged commit bb9bfc4 into main Feb 13, 2026
6 checks passed
@ramya18101 ramya18101 deleted the fix-quickstart-setup-command branch February 13, 2026 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants