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 992c569 commit 8571775Copy full SHA for 8571775
articles/static-web-apps/static-web-apps-cli.yml
@@ -7,6 +7,7 @@ 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]
@@ -17,6 +18,7 @@ directCommands:
17
18
[--clear-credentials]
19
[--use-keychain]
20
[--no-use-keychain]
21
+ ```
22
examples:
23
- summary: Interactive log in to Azure
24
syntax: swa login
@@ -68,8 +70,10 @@ directCommands:
68
70
}
69
71
````
72
73
74
swa init
75
[--yes]
76
77
78
- summary: Create a new configuration interactively.
79
syntax: swa init
0 commit comments