static-web-apps-cli
static-web-apps-cli copied to clipboard
Azure Static Web Apps CLI ✨
**Is your feature request related to a problem? Please describe.** Currently, when using `swa login`, it displays a list of tenant id's in a picker. Can it also include the...
**Is your feature request related to a problem? Please describe.** Enable local dev for [role management](https://docs.microsoft.com/azure/static-web-apps/authentication-authorization?tabs=function) through serverless functions **Describe the solution you'd like** Test programmatically assigned roles in local...
Using SWA version: 1.0.1 **Are you accessing the CLI from the default port `:4280` ?** - [ ] No, I am using a different port number (`--port`) and accessing the...
**Is your feature request related to a problem? Please describe.** The auth emulation does not support the use of client directed sign ins, as described in the docs here: https://docs.microsoft.com/en-us/azure/app-service/configure-authentication-customize-sign-in-out#client-directed-sign-in...
**Is your feature request related to a problem? Please describe.** staticwebappconfig.json will include a property to configure trailingSlash behavior: The following normalization and redirect rules will apply for each of...
**Is your feature request related to a problem? Please describe.** We need to support hot reloading the `staticwebapp.config.json` file whenever it got edited, without restarting the server. **Describe alternatives you've...
**Is your feature request related to a problem? Please describe.** When developing locally, I cannot test my application against a real identity provider using the static web apps CLI. **Describe...
**Are you accessing the CLI from the default port `:4280` ?** - [ ] No, I am using a different port number (--port) and accessing the CLI from that port...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] When running React with...
**Describe the solution you'd like** We would like to support a shorter syntax when connecting to a dev server. Instead of asking the user to type in: ``` swa start...