static-web-apps-cli icon indicating copy to clipboard operation
static-web-apps-cli copied to clipboard

Azure Static Web Apps CLI ✨

Results 204 static-web-apps-cli issues
Sort by recently updated
recently updated
newest added

**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...

type: enhancement
priority: high (P0)
scope: auth
scope: cli
status: need design doc
type: RFC
status: need internal approval
complexity: hours

**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...

type: bug
priority: low (P2)
scope: auth
status: need e2e tests

**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...

type: enhancement
priority: low (P2)
scope: auth

**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...

type: enhancement
priority: medium (P1)
scope: app
scope: api
scope: cli

**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 -...

status: investigating

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...

command: deploy

**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 -...

type: bug
priority: medium (P1)
scope: msha
scope: rules engine

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