|
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 | 17 | directCommands:
|
5 | 18 | - uid: swa_login
|
6 | 19 | name: swa login
|
@@ -448,19 +461,6 @@ directCommands:
|
448 | 461 | summary: The container of your cosmosdb account you want to connect.
|
449 | 462 | - name: --help, -h
|
450 | 463 | summary: Display help for command.
|
451 |
| -globalParameters: |
452 |
| -- name: --version, -v |
453 |
| - summary: Display the version number. |
454 |
| -- name: --verbose, --V [level] |
455 |
| - summary: Enable verbose output. Level values include `silly`, `info`, `log` (default), and `silent`. |
456 |
| -- name: --config, -c [path] |
457 |
| - summary: Path to the swa-cli.config.json file. |
458 |
| -- name: --config-name, -cn |
459 |
| - summary: Configuration used by the CLI. |
460 |
| -- name: --print-config, -g |
461 |
| - summary: Print all resolved options. Default is `false`. |
462 |
| -- name: --help, -h |
463 |
| - summary: Show context-sensitive help. |
464 | 464 | commands:
|
465 | 465 | - swa_login
|
466 | 466 | - swa_build
|
|
0 commit comments