Skip to content

Commit 2f1feb2

Browse files
authored
Update logs.yml
1 parent 25091c3 commit 2f1feb2

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

AKS-Arc/logs.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -45,31 +45,31 @@ directCommands:
4545
- name: --out-dir
4646
summary: |-
4747
Output directory to store collected logs. If not specified, logs are stored in the current directory.
48+
globalParameters:
49+
- name: --debug
50+
summary: |-
51+
Increase logging verbosity to show all debug logs.
52+
- name: --help -h
53+
summary: |-
54+
Show this help message and exit.
55+
- name: --only-show-errors
56+
summary: |-
57+
Only show errors, suppressing warnings.
58+
- name: --output -o
59+
defaultValue: "json"
60+
parameterValueGroup: "json, jsonc, none, table, tsv, yaml, yamlc"
61+
summary: |-
62+
Output format.
63+
- name: --query
64+
summary: |-
65+
JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more information and examples.
66+
- name: --subscription
67+
summary: |-
68+
Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.
69+
- name: --verbose
70+
summary: |-
71+
Increase logging verbosity. Use --debug for full debug logs.
4872
commands:
4973
- az_aksarc_logs_hci
50-
globalParameters:
51-
- name: --debug
52-
summary: |-
53-
Increase logging verbosity to show all debug logs.
54-
- name: --help -h
55-
summary: |-
56-
Show this help message and exit.
57-
- name: --only-show-errors
58-
summary: |-
59-
Only show errors, suppressing warnings.
60-
- name: --output -o
61-
defaultValue: "json"
62-
parameterValueGroup: "json, jsonc, none, table, tsv, yaml, yamlc"
63-
summary: |-
64-
Output format.
65-
- name: --query
66-
summary: |-
67-
JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more information and examples.
68-
- name: --subscription
69-
summary: |-
70-
Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.
71-
- name: --verbose
72-
summary: |-
73-
Increase logging verbosity. Use --debug for full debug logs.
7474
metadata:
7575
description: Collect logs from provisioned clusters.

0 commit comments

Comments
 (0)