static-web-apps-cli
static-web-apps-cli copied to clipboard
Azure Static Web Apps CLI ✨
- [x] 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...
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...
tl;dr - `wait-on` dependency needs updated to update `axios` sub-dependency version **Describe the bug** Nested dependency axios needs updated for CVE-2023-45857 (https://github.com/axios/axios/issues/6006) this is fixed in axios. This dependency appears...
# Problem I'm frustrated that the `deploy --print-token` command produces extraneous output # Idea Remove all extra output and print _just the token_ # Alternatives [This is my current solution](https://gist.github.com/khill-fbmc/1dd4942738b019d41237704898ff40e6)...
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). 1.0.6 **Are you accessing the CLI from...
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.** swa-cli currently downloads a binary called StaticSitesClient from the internet before it uses it to deploy to Azure SWA. This...
**Describe the bug** I'm using the CLI to manually deploy the websites in CI. But the process is flaky. It throws an error (`spawn ETXTBSY`) which means in some sources...
**Is your feature request related to a problem? Please describe.** I'm always frustrated when deploying a static files onto SWA using the following command. ```sh swa deploy --app-location . --deployment-token=...
Iam trying to deploy the Blazor WASM to Azure Static Web App using the publish => Azure => Static Web Apps option. Static Web App is created .Successfully logged into...