We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8571775 commit f35c219Copy full SHA for f35c219
articles/static-web-apps/static-web-apps-cli.yml
@@ -7,7 +7,6 @@ directCommands:
7
summary: Log in to Azure
8
description: 'Authenticate with Azure to get a deployment token for Azure Static Web Apps, using the `swa deploy` command.'
9
syntax: >-
10
- ```azstatic-cli
11
swa login
12
[--subscription-id]
13
[--resource-group]
@@ -18,7 +17,6 @@ directCommands:
18
17
[--clear-credentials]
19
[--use-keychain]
20
[--no-use-keychain]
21
- ```
22
examples:
23
- summary: Interactive log in to Azure
24
syntax: swa login
@@ -68,12 +66,10 @@ directCommands:
68
66
}
69
67
70
71
- ````
+ ```
72
73
74
swa init
75
[--yes]
76
77
78
- summary: Create a new configuration interactively.
79
syntax: swa init
0 commit comments