static-web-apps-cli
static-web-apps-cli copied to clipboard
Azure Static Web Apps CLI ✨
Publish Azure Static Web Apps using Visual Studio Community 2022. This problem is new after the lastest upgrade of VS. Authentification avec Static Web Apps... swa.cmd login --subscription-id 96fb6c8f-d34e-401b-919e-0a990e0f5100 --tenant-id...
**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...
This React app front-end shows how I fixed this issue for the UI. https://github.com/Azure-Samples/azure-typescript-e2e-apps/pull/69 @adrianhall @BandaruDheeraj @craigshoemaker
**Describe the bug** I have an Angular v18 app created with: ```bash npx ng new app-name ``` Running `swa init --yes` sets the outputLocation to "dist\\app-name". The "angular.json" show projects...
SWA CLI **Describe the bug** Getting the following error message when running npx swa init --yes Running on node v20.15.0 **To Reproduce** Steps to reproduce the behavior: 1. Run swa...
As of [release 1.1.10](https://github.com/Azure/static-web-apps-cli/releases/tag/v1.1.10) Node 20.13 is now supported so this warning is no longer necessary.
**Describe the bug** `swa deploy` times out after 300 seconds with the error message `Failure during content distribution` if the number of uploaded files surpasses ~3000 files. **To Reproduce** Steps...
Using swa version 1.1.8, which is the latest at the moment. **Describe the bug** `swa deploy` fails to deploy due to "Failed to upload app zip" ... "Uploading failed ......
When I am using the command below to deploy swa deploy --env production --deployment-token It shows errors as below and the download is running like forever:  I have been...
Make the `subscriptions` property optional in AzureProfile since it may not exist as described in Issue #890. Tested by removing subscriptions in my azureProfile.json and code will no longer throw...