static-web-apps-cli
static-web-apps-cli copied to clipboard
Azure Static Web Apps CLI ✨
Getting the following error when i run npm install -g @azure/static-web-apps-cli Error details as below: npm ERR! code 1 npm ERR! path C:\code\SWA\static-web-apps-cli\node_modules\keytar npm ERR! command failed npm ERR! command...
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...
**Is your feature request related to a problem? Please describe.** I am using Serverless Singnalr with Azure functions however with I use the SWA CLI it is not possible to...
**Is your feature request related to a problem? Please describe.** Since the Azure/static-web-apps-deploy action is a container action and thus doesn't work in windows workflows, I've implemented the deployment to...
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...
Add support for proxying SWA CLI /api to other backends. If I'm developing a SWA with an Express backend (for instance) and intend to deploy to App Service with /api...
**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...
I am using Win10 VS 2022 Preview with .net 6 (this is nowhere needed but giving for better clue). I am facing a problem in CLI. I want to import...
**Describe the bug** swa deploy deletes the `.git` folder. **To Reproduce** 1. Create a git repo 2. Setup a `swa-cli.config.json` with `outputLocation: "./"` 3. Run deploy **Expected behavior** Keeping my...
**Is your feature request related to a problem? Please describe.** I'm frustrated that I can not tear down preview environments using the `swa` tool. Our organization is on a private...