|
1 | 1 | ### YamlMime:AzureCLIGroup |
2 | 2 | uid: swa |
3 | 3 | name: swa |
4 | | -globalParameters: |
5 | | -- name: --version, -v |
6 | | - summary: Display the version number. |
7 | | -- name: --verbose, --V [level] |
8 | | - summary: Enable verbose output. Level values include `silly`, `info`, `log` (default), and `silent`. |
9 | | -- name: --config, -c [path] |
10 | | - summary: Path to the swa-cli.config.json file. |
11 | | -- name: --config-name, -cn |
12 | | - summary: Configuration used by the CLI. |
13 | | -- name: --print-config, -g |
14 | | - summary: Print all resolved options. Default is `false`. |
15 | | -- name: --help, -h |
16 | | - summary: Show context-sensitive help. |
| 4 | +commands: |
| 5 | +- swa_login |
| 6 | +- swa_build |
| 7 | +- swa_start |
| 8 | +- swa_deploy |
| 9 | +- swa_db |
| 10 | +metadata: |
| 11 | + description: Azure Static Web Apps CLI |
| 12 | + globalParameters: |
| 13 | + - name: --version, -v |
| 14 | + summary: Display the version number. |
| 15 | + - name: --verbose, --V [level] |
| 16 | + summary: Enable verbose output. Level values include `silly`, `info`, `log` (default), and `silent`. |
| 17 | + - name: --config, -c [path] |
| 18 | + summary: Path to the swa-cli.config.json file. |
| 19 | + - name: --config-name, -cn |
| 20 | + summary: Configuration used by the CLI. |
| 21 | + - name: --print-config, -g |
| 22 | + summary: Print all resolved options. Default is `false`. |
| 23 | + - name: --help, -h |
| 24 | + summary: Show context-sensitive help. |
17 | 25 | directCommands: |
18 | 26 | - uid: swa_login |
19 | 27 | name: swa login |
@@ -461,11 +469,3 @@ directCommands: |
461 | 469 | summary: The container of your cosmosdb account you want to connect. |
462 | 470 | - name: --help, -h |
463 | 471 | summary: Display help for command. |
464 | | -commands: |
465 | | -- swa_login |
466 | | -- swa_build |
467 | | -- swa_start |
468 | | -- swa_deploy |
469 | | -- swa_db |
470 | | -metadata: |
471 | | - description: Azure Static Web Apps CLI |
0 commit comments