static-web-apps-cli
static-web-apps-cli copied to clipboard
Azure Static Web Apps CLI ✨
We would like to be able to run SWA locally from a custom host with HTTPS. e.g. https://app.hostname.dev:4280 to dev server at https://app.hostname.dev:3000 See https://github.com/JeffEmery/swa-ssl for a complete repo demonstrating...
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...
### Setup The user must first create the necessary GitHub OAuth app and/or Google OAuth Client ID with the redirect URIs set to http://localhost:4280/.auth/login/github and http://localhost:4280/.auth/login/google respectively. They must then...
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...
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...
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...
**Describe the bug** SWA CLI commands fail with `Cannot spawn a message bus without a machine-id` when executing in a debian (`mcr.microsoft.com/devcontainers/base:bullseye`) devcontainer. ```sh $ npx swa login Welcome to...
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...
**Describe the bug** **To Reproduce** ```bash npm init -y npm install -D @azure/static-web-apps-cli az login npx swa login ``` The swa login should not be needed if doing az login....
**Describe the bug** Hello. I'd like to push a static application with swa. I had no trouble doing this in my previous configuration (alpine 3.15, npm 8.1.3-r0, SWA 1.0.6) but...