static-web-apps-cli
static-web-apps-cli copied to clipboard
Azure Static Web Apps CLI ✨
Multiple packages referenced by the projects package.json are old or very old. This causes not only potential security issues for projects referencing this package it also causes a lot of...
I'm using the latest version 2.0.1 **Describe the bug** CLI is failing to deploy when reading the contents of my AZURE_LOGIN_CONFIG file. Logs below: ``` ✖ Cannot read properties of...
I would like to request support for service connections in Azure Static Web Apps. The current reliance on static deployment tokens raises security concerns based on our standards. Implementing service...
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** When changing the `{appLocation}/staticwebapp.config.json` file and redeploying it (`swa deploy`) without rebuilding the application every time (e.g. for configuring routing or authentication) the configuration file inside the...
Hello, my blazor webassembly is using .net8.0.400. I have created static web app and added my github repo. And I have an error when I do the "Build and Deploy...
**Describe the bug** I am trying to move the `swa deploy` command to Bazel. But I consistently get an unknown error. Everything works without Bazel. I suppose it could be...
See https://github.com/actions/create-release create-release@v1 is no longer maintained and uses a version of node with known vulnerabilities. Switch to a maintained node 20.x+ version of the action.
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...
swa --version 2.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...