static-web-apps-cli
static-web-apps-cli copied to clipboard
Azure Static Web Apps CLI ✨
Allow insecure connections to remote api hosts to handle cases where remote TLS host presents a wildcard certificate. Change the host header in proxied requests from localhost to match the...
**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...
Hi SWA-Team, first! Great Tool! it works very well from my developer machine outside our company network. Our CI/CD tool (jenkins) is part of the company network secured by a...
 This field is truncated as it's passed through. So listing two roles such as Role1 Role2 will work. Role1 VeryLongDescriptionOfRole will not work.
**Is your feature request related to a problem? Please describe.** When trying to deploy through using 'swa deploy', creating a staticwebapp config file and providing the [platform](https://azure.github.io/static-web-apps-cli/docs/cli/swa-deploy/#deploy-a-front-end-app-with-an-api) info is difficult....
**Describe the bug** I'm using a Docker container image, `mcr.microsoft.com/azure-cli:2.33.1`, which is based on Alpine Linux. I installed nvm and the latest node v16.x successfully. But I wasn't able to...
**Describe the bug** Running "swa start" fails, emitting an error: ``` > npx @azure/static-web-apps-cli start Welcome to Azure Static Web Apps CLI (1.0.1) Using configuration "test" from file: C:\Users\Alex Hudson\Projects\test\swa-cli.config.json...
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). **Describe the bug** A clear and concise...
**Describe the bug** Running `swa deploy` always fails with: ``` Welcome to Azure Static Web Apps CLI (1.0.1) Deploying front-end files from folder: /private_path/Client/bin/publish/wwwroot Deploying API from folder: /private_path/Api Checking...