Azure / static-web-apps-cli

Azure Static Web Apps CLI ✨
https://aka.ms/swa/cli-local-development
MIT License
594 stars 117 forks source link

fix: Allow SKU selection when creating a new site on "swa deploy" #817

Closed mkarmark closed 6 months ago

mkarmark commented 6 months ago

Currently, when you create a new site via "swa deploy", the CLI always creates a "Free" sku site, but this PR introduces a sku picker that defaults to Free, but allows SKU selection during site creation. This is especially helpful to those who have hit the 5 free site limit and want to create a new site.