static-web-apps-cli icon indicating copy to clipboard operation
static-web-apps-cli copied to clipboard

Azure Static Web Apps CLI ✨

Results 204 static-web-apps-cli issues
Sort by recently updated
recently updated
newest added

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...

type: enhancement
command: start
status: needs investigation

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...

type: bug
scope: ci
command: deploy
version: ga
status: awaiting user input

### 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...

scope: core
scope: auth

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...

priority: medium (P1)
os: unix
version: ga
command: login

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...

type: bug
priority: medium (P1)
scope: auth
runtime: static
version: ga
command: start

**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....

type: bug
priority: medium (P1)
scope: cli
version: ga
command: 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...

type: bug
priority: low (P2)
os: unix
runtime: static
command: deploy
version: ga
scope: deploy-client