static-web-apps-cli
static-web-apps-cli copied to clipboard
Azure Static Web Apps CLI ✨
**Describe the solution you'd like** I'd like to create a static web app, including a api from the swa command line. I created a react app, used swa to deploy...
Tested locally. This fixes the problem described in #542
**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...
Version: 1.0.2 running `swa deploy` in WSL2 results in ``` ✖ X11 host DESKTOP-5VOB2BG:6000 is not reachable. ✖ An X11 server is required when keychain is enabled. You can disable...
Before filing this issue, please ensure you're using the latest CLI by running `swa --version` and comparing to the latest version on [npm](https://www.npmjs.com/package/@azure/static-web-apps-cli). Trying to use swa deploy. It's failing...
Before filing this issue, please ensure you're using the latest CLI by running `swa --version` and comparing to the latest version on [npm](https://www.npmjs.com/package/@azure/static-web-apps-cli). **Are you accessing the CLI from the...
**Describe the bug** Trying to deploy an app in CI using a service principal and --clientId/--clientSecret option does not work and fall back to interactive browser login. **To Reproduce** See...
SWA Version: 1.0.2 **Are you accessing the CLI from the default port `:4280` ?** - [ ] No, I am using a different port number (`--port`) and accessing the CLI...
**Is your feature request related to a problem? Please describe.** Our preferred deployment region is South Central US, but the `swa deploy` command does not allow us to use that...
**Is your feature request related to a problem? Please describe.** To develop static web apps with functions that take advantage of managed identity it is necessary to deploy the functions...