static-web-apps-cli
static-web-apps-cli copied to clipboard
Azure Static Web Apps CLI ✨
**Describe the bug** When doing an `swa deploy`, errors executing `StaticSitesClient` are hidden from the output, even with `--verbose=silly` enabled. This is related to something mentioned in passing in #615,...
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). ``` demo % npx swa --version 2.0.4...
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...
At this time, I have tried using multiple image versions: - 2.63.0 (the last Alpine build) - 2.67.0 (the latest build available for `deployment_script` resources) In both cases, I get...
Hello! Long time user of the Static Web App CLI here. I'm a big fan / user of the local emulator; I find it invaluable for local development; regardless of...
Fix regression from #844 within the 2.x release and applies the same partial fix in #895 in the other code path. This is to support providers such as Azure AD...
SWA Version: 2.0.4 **Describe the bug** When I run _swa deploy_ or _swa_ I get a JSON validation error, even my JSON's config files for the staticwebapp-config.json are all valid...
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...
Version: 2.0.4 (also present in 2.0.2) Port: 4280 **Describe the bug** Regardless of what I do (sign out of Azure/SWA, deinstall SWA entirely, include/remove config files like staticwebapp.config.json, remove static...
This PR introduces the telemetry set up to capture any SWA CLI actions to the Azure App Insights table for SWA CLI.  