Skip to content

Commit 2334169

Browse files
Update static-web-apps-cli-configuration.md
adding azstatic-cli taxonomy
1 parent e0558dc commit 2334169

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/static-web-apps/static-web-apps-cli-configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ Use `swa init` to kickstart the workflow to create a configuration file for a ne
4545

4646
By default, the process creates these settings in a *swa-cli.config.json* in the current working directory of your project. This directory is the default file name and location used by `swa` when searching for project configuration values.
4747

48-
```bash
48+
```azstatic-cli
4949
swa --config <PATH>
5050
```
5151

5252
If the file contains only one named configuration, then it is used by default. If multiple configurations are defined, you need to specify the one to use as an option.
5353

54-
```bash
54+
```azstatic-cli
5555
swa --config-name
5656
```
5757

@@ -63,7 +63,7 @@ The Static Webs CLI provides a `--print-config` option so you can determine reso
6363

6464
Here is an example of what that output looks like when run on a new project with default settings.
6565

66-
```bash
66+
```azstatic-cli
6767
swa --print-config
6868
6969
Options:

0 commit comments

Comments
 (0)