Skip to content

Commit f35c219

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

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ 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
1110
swa login
1211
[--subscription-id]
1312
[--resource-group]
@@ -18,7 +17,6 @@ directCommands:
1817
[--clear-credentials]
1918
[--use-keychain]
2019
[--no-use-keychain]
21-
```
2220
examples:
2321
- summary: Interactive log in to Azure
2422
syntax: swa login
@@ -68,12 +66,10 @@ directCommands:
6866
}
6967
}
7068
}
71-
````
69+
```
7270
syntax: >-
73-
```azstatic-cli
7471
swa init
7572
[--yes]
76-
```
7773
examples:
7874
- summary: Create a new configuration interactively.
7975
syntax: swa init

0 commit comments

Comments
 (0)