Skip to content

Azure Static Web Apps CLI

Alex Weininger edited this page Oct 15, 2021 · 2 revisions

The Azure Static Web Apps CLI, also known as the SWA CLI, is a local development tool for Azure Static Web Apps.

Learn more on the SWA CLI GitHub repository and the SWA CLI Documentation

Install the CLI

Install the Azure Static Web Apps CLI with npm in your terminal using npm install -g @azure/static-web-apps-cli.

Or by running the Azure Static Web Apps: Install or Update Azure Static Web Apps CLI command in VS Code. You can run this command via the command palette accessed by pressing F1.

Clone this wiki locally