Skip to content

Commit 8571775

Browse files
Update static-web-apps-cli.yml
1 parent 992c569 commit 8571775

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/static-web-apps/static-web-apps-cli.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ directCommands:
77
summary: Log in to Azure
88
description: 'Authenticate with Azure to get a deployment token for Azure Static Web Apps, using the `swa deploy` command.'
99
syntax: >-
10+
```azstatic-cli
1011
swa login
1112
[--subscription-id]
1213
[--resource-group]
@@ -17,6 +18,7 @@ directCommands:
1718
[--clear-credentials]
1819
[--use-keychain]
1920
[--no-use-keychain]
21+
```
2022
examples:
2123
- summary: Interactive log in to Azure
2224
syntax: swa login
@@ -68,8 +70,10 @@ directCommands:
6870
}
6971
````
7072
syntax: >-
73+
```azstatic-cli
7174
swa init
7275
[--yes]
76+
```
7377
examples:
7478
- summary: Create a new configuration interactively.
7579
syntax: swa init

0 commit comments

Comments
 (0)