static-web-apps-cli
static-web-apps-cli copied to clipboard
Azure Static Web Apps CLI ✨
Currently swacli/static-web-apps-cli image contains SDK for .NET 6. Since .NET 7 is released, I think it will be good to add its support in swacli/static-web-apps-cli image.
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...
**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...
**Describe the bug** Deploying a pre-built React-based app fails with "An unknown exception has occurred". The last console message written is "Using 'staticwebapp.config.json' file for configuration information, 'routes.json' will be...
**Is your feature request related to a problem? Please describe.** In local development I would like to test against an existing Azure AD B2C tenant created specifically for this purpose...
Using swa cli version 1.0.6 **Describe the bug** The custom role accessibility is not working as expected. I run swa cli from my local machine and publish to a static...
**Describe the bug** I am trying to deploy my (pre-built) static website via `swa`CLI tool using woodpecker-CI and the `swacli/static-web-apps-cli:latest` docker image. However, on execution I get an `EACCES` error:...
The current "main visible" install method is the one not recommended. Seen a couple of projects rely on global installs because people just go with that first/visible option.
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] No. **Describe the solution...
devcontainers supports a [feature specification](https://containers.dev/implementors/features/), that simplifies adding something to a devcontainer base image (and removes the need for custom base images). More info on the background and philosophy can...