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.** Can't test or debug custom auth providers **Describe the solution you'd like** Option to bypass mock auth service when using...
**Is your feature request related to a problem? Please describe.** Using the Auth Emulator page for GitHub (may be the same for other Identity Providers): http://localhost:4280/.auth/login/github If the user enters...
**Is your feature request related to a problem? Please describe.** I have to enter credencial every time when verify auth. **Describe the solution you'd like** I want to mock credencial...
**Is your feature request related to a problem? Please describe.** Currently, running `swa` inside a monorepo project such as [shopathome](https://github.com/johnpapa/shopathome) (by @johnpapa) , will give unexpected behaviors. **Describe the solution...
**Are you accessing the CLI from the default port `:4280` ?** - [x] No, I am using a different port number (`--port`) and accessing the CLI from that port -...
The swa deploy just fails with no error. I can briefly see the StaticSitesClient process in `ps aux` for like 0.5s. ``` 15:22 $ swa deploy --no-use-keychain --verbose=silly -R theproject-dev...
**Are you accessing the CLI from the default port `:4280` ?** - [x] No, I am using a different port number (`--port`) and accessing the CLI from that port -...
Depends on #578
Changes the host header from localhost to the remote API host, permitting a host match to be found against the remote host's certificate. Relates to #523