static-web-apps-cli
static-web-apps-cli copied to clipboard
Azure Static Web Apps CLI ✨
**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...
swa login should be able to use the same credentials available to a managed identity (running on something like app service or azure container app), or azure CLI when using...
This pull request includes changes to improve the behavior of the `globToRegExp` function in the `src/core/utils/glob.ts` file. The function now correctly interprets the `*` character as a wildcard and escapes...
This PR addresses https://github.com/Azure/static-web-apps-cli/issues/736 which concerns slow proxied requests for static content. These slow proxied requests were caused by the changes made by @cjk7989 in https://github.com/Azure/static-web-apps-cli/pull/720 Whilst well intended, these...
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'm trying to use the SWA CLI in order to have more control over the the build and deployment of...
Running `swa --version` result: 1.1.6 **Are you accessing the CLI from the default port `:4280` ?** - [ ] No, I am using a different port number (`--port`) and accessing...
**Describe the bug** When I try to deploy static files to a SWA that have been deployed to before via Azure DevOps the CLI fails (silently unless I add `--dry-run`)....
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...
Updating the supported node versions to match the [current list](https://learn.microsoft.com/en-gb/azure/azure-functions/functions-reference-node?tabs=javascript%2Cwindows%2Cazure-cli&pivots=nodejs-model-v4#supported-versions), including previews. Fixes #756