你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

az firmwareanalysis firmware

Note

此参考是 Azure CLI(版本 2.75.0 或更高版本)的 固件分析 扩展的一部分。 该扩展将在首次运行 az firmwareanalysis firmware 命令时自动安装。 了解更多关于扩展的信息。

用于对特定固件执行作的命令。

命令

名称 说明 类型 Status
az firmwareanalysis firmware binary-hardening

列出固件的二进制强化分析结果。

Extension GA
az firmwareanalysis firmware create

创建新的固件。

Extension GA
az firmwareanalysis firmware crypto-certificate

列出在固件中找到的加密证书分析结果。

Extension GA
az firmwareanalysis firmware crypto-key

列出固件中发现的加密密钥分析结果。

Extension GA
az firmwareanalysis firmware cve

列出固件的 CVE 分析结果。

Extension GA
az firmwareanalysis firmware delete

删除固件。

Extension GA
az firmwareanalysis firmware list

列出工作区中的所有固件映像。

Extension GA
az firmwareanalysis firmware password-hash

列出固件的密码哈希分析结果。

Extension GA
az firmwareanalysis firmware sbom-component

列出固件的 SBOM 分析结果。

Extension GA
az firmwareanalysis firmware show

获取固件。

Extension GA
az firmwareanalysis firmware summary

按名称获取固件的分析结果摘要。

Extension GA
az firmwareanalysis firmware update

用于创建固件的更新作。

Extension GA

az firmwareanalysis firmware binary-hardening

列出固件的二进制强化分析结果。

az firmwareanalysis firmware binary-hardening --firmware-id
                                              --resource-group
                                              --workspace-name
                                              [--max-items]
                                              [--next-token]

示例

列出固件的二进制强化分析结果。

az firmwareanalysis firmware binary-hardening --resource-group {ResourceGroupName} --workspace-name {workspaceName} --firmware-id {firmwareId}

必需参数

--firmware-id

固件的 ID。

--resource-group -g

资源组的名称。 可以使用 az configure --defaults group=<name>配置默认组。

--workspace-name

固件分析工作区的名称。

可选参数

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--max-items

命令输出中要返回的项总数。 如果可用的项总数大于指定的值,则会在命令的输出中提供令牌。 若要恢复分页,请在后续命令的参数中 --next-token 提供令牌值。

属性
Parameter group: Pagination Arguments
--next-token

用于指定开始分页的位置的令牌。 这是先前截断的响应中的令牌值。

属性
Parameter group: Pagination Arguments
全局参数
--debug

增加日志记录详细程度以显示所有调试日志。

属性
默认值: False
--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

属性
默认值: False
--output -o

输出格式。

属性
默认值: json
接受的值: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath 查询字符串。 有关详细信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

增加日志记录详细程度。 对完整调试日志使用 --debug。

属性
默认值: False

az firmwareanalysis firmware create

创建新的固件。

az firmwareanalysis firmware create --firmware-id --name
                                    --resource-group
                                    --workspace-name
                                    [--description]
                                    [--file-name]
                                    [--file-size]
                                    [--model]
                                    [--status {Analyzing, Error, Extracting, Pending, Ready}]
                                    [--status-messages]
                                    [--vendor]
                                    [--version]

示例

创建新的固件。

az firmwareanalysis firmware create --resource-group {resourceGroupName} --workspace-name {workspaceName} --description {description} --file-name {fileName} --file-size {fileSize} --vendor {vendorName} --model {model} --version {version} --status {status}

必需参数

--firmware-id --name -n

固件的 ID。

--resource-group -g

资源组的名称。 可以使用 az configure --defaults group=<name>配置默认组。

--workspace-name

固件分析工作区的名称。

可选参数

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--description

用户指定的固件说明。

属性
Parameter group: Properties Arguments
--file-name

用户上传的固件的文件名。

属性
Parameter group: Properties Arguments
--file-size

上传的固件映像的文件大小。

属性
Parameter group: Properties Arguments
--model

固件模型。

属性
Parameter group: Properties Arguments
--status

固件扫描的状态。

属性
Parameter group: Properties Arguments
接受的值: Analyzing, Error, Extracting, Pending, Ready
--status-messages

固件分析期间生成的错误或其他消息列表支持速记语法、json-file 和 yaml-file。 请尝试“??” 以显示更多内容。

属性
Parameter group: Properties Arguments
--vendor

固件供应商。

属性
Parameter group: Properties Arguments
--version

固件版本。

属性
Parameter group: Properties Arguments
全局参数
--debug

增加日志记录详细程度以显示所有调试日志。

属性
默认值: False
--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

属性
默认值: False
--output -o

输出格式。

属性
默认值: json
接受的值: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath 查询字符串。 有关详细信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

增加日志记录详细程度。 对完整调试日志使用 --debug。

属性
默认值: False

az firmwareanalysis firmware crypto-certificate

列出在固件中找到的加密证书分析结果。

az firmwareanalysis firmware crypto-certificate --firmware-id
                                                --resource-group
                                                --workspace-name
                                                [--max-items]
                                                [--next-token]

示例

列出在固件中找到的加密证书分析结果。

az firmwareanalysis firmware crypto-certificate --resource-group {ResourceGroupName} --workspace-name {workspaceName} --firmware-id {firmwareId}

必需参数

--firmware-id

固件的 ID。

--resource-group -g

资源组的名称。 可以使用 az configure --defaults group=<name>配置默认组。

--workspace-name

固件分析工作区的名称。

可选参数

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--max-items

命令输出中要返回的项总数。 如果可用的项总数大于指定的值,则会在命令的输出中提供令牌。 若要恢复分页,请在后续命令的参数中 --next-token 提供令牌值。

属性
Parameter group: Pagination Arguments
--next-token

用于指定开始分页的位置的令牌。 这是先前截断的响应中的令牌值。

属性
Parameter group: Pagination Arguments
全局参数
--debug

增加日志记录详细程度以显示所有调试日志。

属性
默认值: False
--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

属性
默认值: False
--output -o

输出格式。

属性
默认值: json
接受的值: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath 查询字符串。 有关详细信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

增加日志记录详细程度。 对完整调试日志使用 --debug。

属性
默认值: False

az firmwareanalysis firmware crypto-key

列出固件中发现的加密密钥分析结果。

az firmwareanalysis firmware crypto-key --firmware-id
                                        --resource-group
                                        --workspace-name
                                        [--max-items]
                                        [--next-token]

示例

列出固件中发现的加密密钥分析结果。

az firmwareanalysis firmware crypto-key --resource-group {ResourceGroupName} --workspace-name {workspaceName} --firmware-id {firmwareId}

必需参数

--firmware-id

固件的 ID。

--resource-group -g

资源组的名称。 可以使用 az configure --defaults group=<name>配置默认组。

--workspace-name

固件分析工作区的名称。

可选参数

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--max-items

命令输出中要返回的项总数。 如果可用的项总数大于指定的值,则会在命令的输出中提供令牌。 若要恢复分页,请在后续命令的参数中 --next-token 提供令牌值。

属性
Parameter group: Pagination Arguments
--next-token

用于指定开始分页的位置的令牌。 这是先前截断的响应中的令牌值。

属性
Parameter group: Pagination Arguments
全局参数
--debug

增加日志记录详细程度以显示所有调试日志。

属性
默认值: False
--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

属性
默认值: False
--output -o

输出格式。

属性
默认值: json
接受的值: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath 查询字符串。 有关详细信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

增加日志记录详细程度。 对完整调试日志使用 --debug。

属性
默认值: False

az firmwareanalysis firmware cve

列出固件的 CVE 分析结果。

az firmwareanalysis firmware cve --firmware-id
                                 --resource-group
                                 --workspace-name
                                 [--max-items]
                                 [--next-token]

示例

列出固件的 CVE 分析结果。

az az firmwareanalysis firmware cve --resource-group {ResourceGroupName} --workspace-name {workspaceName} --firmware-id {firmwareId}

必需参数

--firmware-id

固件的 ID。

--resource-group -g

资源组的名称。 可以使用 az configure --defaults group=<name>配置默认组。

--workspace-name

固件分析工作区的名称。

可选参数

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--max-items

命令输出中要返回的项总数。 如果可用的项总数大于指定的值,则会在命令的输出中提供令牌。 若要恢复分页,请在后续命令的参数中 --next-token 提供令牌值。

属性
Parameter group: Pagination Arguments
--next-token

用于指定开始分页的位置的令牌。 这是先前截断的响应中的令牌值。

属性
Parameter group: Pagination Arguments
全局参数
--debug

增加日志记录详细程度以显示所有调试日志。

属性
默认值: False
--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

属性
默认值: False
--output -o

输出格式。

属性
默认值: json
接受的值: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath 查询字符串。 有关详细信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

增加日志记录详细程度。 对完整调试日志使用 --debug。

属性
默认值: False

az firmwareanalysis firmware delete

删除固件。

az firmwareanalysis firmware delete [--firmware-id --name]
                                    [--ids]
                                    [--resource-group]
                                    [--subscription]
                                    [--workspace-name]
                                    [--yes]

示例

删除固件。

az firmwareanalysis firmware delete --resource-group {ResourceGroupName} --workspace-name {workspaceName} --firmware-id {firmwareId}

可选参数

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--firmware-id --name -n

固件的 ID。

属性
Parameter group: Resource Id Arguments
--ids

一个或多个资源 ID(空格分隔)。 它应该是包含“资源 ID”参数的所有信息的完整资源 ID。 应提供 --id 或其他“资源 ID”参数。

属性
Parameter group: Resource Id Arguments
--resource-group -g

资源组的名称。 可以使用 az configure --defaults group=<name>配置默认组。

属性
Parameter group: Resource Id Arguments
--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

属性
Parameter group: Resource Id Arguments
--workspace-name

固件分析工作区的名称。

属性
Parameter group: Resource Id Arguments
--yes -y

不要提示确认。

属性
默认值: False
全局参数
--debug

增加日志记录详细程度以显示所有调试日志。

属性
默认值: False
--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

属性
默认值: False
--output -o

输出格式。

属性
默认值: json
接受的值: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath 查询字符串。 有关详细信息和示例,请参阅 http://jmespath.org/

--verbose

增加日志记录详细程度。 对完整调试日志使用 --debug。

属性
默认值: False

az firmwareanalysis firmware list

列出工作区中的所有固件映像。

az firmwareanalysis firmware list --resource-group
                                  --workspace-name
                                  [--max-items]
                                  [--next-token]

示例

列出工作区中的所有固件映像。

az firmwareanalysis firmware show --resource-group {ResourceGroupName} --workspace-name {workspaceName}

必需参数

--resource-group -g

资源组的名称。 可以使用 az configure --defaults group=<name>配置默认组。

--workspace-name

固件分析工作区的名称。

可选参数

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--max-items

命令输出中要返回的项总数。 如果可用的项总数大于指定的值,则会在命令的输出中提供令牌。 若要恢复分页,请在后续命令的参数中 --next-token 提供令牌值。

属性
Parameter group: Pagination Arguments
--next-token

用于指定开始分页的位置的令牌。 这是先前截断的响应中的令牌值。

属性
Parameter group: Pagination Arguments
全局参数
--debug

增加日志记录详细程度以显示所有调试日志。

属性
默认值: False
--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

属性
默认值: False
--output -o

输出格式。

属性
默认值: json
接受的值: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath 查询字符串。 有关详细信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

增加日志记录详细程度。 对完整调试日志使用 --debug。

属性
默认值: False

az firmwareanalysis firmware password-hash

列出固件的密码哈希分析结果。

az firmwareanalysis firmware password-hash --firmware-id
                                           --resource-group
                                           --workspace-name
                                           [--max-items]
                                           [--next-token]

示例

列出固件的密码哈希分析结果。

az firmwareanalysis firmware password-hash --resource-group {ResourceGroupName} --workspace-name {workspaceName} --firmware-id {firmwareId}

必需参数

--firmware-id

固件的 ID。

--resource-group -g

资源组的名称。 可以使用 az configure --defaults group=<name>配置默认组。

--workspace-name

固件分析工作区的名称。

可选参数

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--max-items

命令输出中要返回的项总数。 如果可用的项总数大于指定的值,则会在命令的输出中提供令牌。 若要恢复分页,请在后续命令的参数中 --next-token 提供令牌值。

属性
Parameter group: Pagination Arguments
--next-token

用于指定开始分页的位置的令牌。 这是先前截断的响应中的令牌值。

属性
Parameter group: Pagination Arguments
全局参数
--debug

增加日志记录详细程度以显示所有调试日志。

属性
默认值: False
--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

属性
默认值: False
--output -o

输出格式。

属性
默认值: json
接受的值: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath 查询字符串。 有关详细信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

增加日志记录详细程度。 对完整调试日志使用 --debug。

属性
默认值: False

az firmwareanalysis firmware sbom-component

列出固件的 SBOM 分析结果。

az firmwareanalysis firmware sbom-component --firmware-id
                                            --resource-group
                                            --workspace-name
                                            [--max-items]
                                            [--next-token]

示例

列出固件的 SBOM 分析结果。

az firmwareanalysis firmware sbom-component --resource-group {ResourceGroupName} --workspace-name {workspaceName} --firmware-id {firmwareId}

必需参数

--firmware-id

固件的 ID。

--resource-group -g

资源组的名称。 可以使用 az configure --defaults group=<name>配置默认组。

--workspace-name

固件分析工作区的名称。

可选参数

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--max-items

命令输出中要返回的项总数。 如果可用的项总数大于指定的值,则会在命令的输出中提供令牌。 若要恢复分页,请在后续命令的参数中 --next-token 提供令牌值。

属性
Parameter group: Pagination Arguments
--next-token

用于指定开始分页的位置的令牌。 这是先前截断的响应中的令牌值。

属性
Parameter group: Pagination Arguments
全局参数
--debug

增加日志记录详细程度以显示所有调试日志。

属性
默认值: False
--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

属性
默认值: False
--output -o

输出格式。

属性
默认值: json
接受的值: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath 查询字符串。 有关详细信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

增加日志记录详细程度。 对完整调试日志使用 --debug。

属性
默认值: False

az firmwareanalysis firmware show

获取固件。

az firmwareanalysis firmware show [--firmware-id --name]
                                  [--ids]
                                  [--resource-group]
                                  [--subscription]
                                  [--workspace-name]

示例

获取固件。

az firmwareanalysis firmware show --resource-group {ResourceGroupName} --workspace-name {workspaceName} --firmware-id {firmwareId}

可选参数

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--firmware-id --name -n

固件的 ID。

属性
Parameter group: Resource Id Arguments
--ids

一个或多个资源 ID(空格分隔)。 它应该是包含“资源 ID”参数的所有信息的完整资源 ID。 应提供 --id 或其他“资源 ID”参数。

属性
Parameter group: Resource Id Arguments
--resource-group -g

资源组的名称。 可以使用 az configure --defaults group=<name>配置默认组。

属性
Parameter group: Resource Id Arguments
--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

属性
Parameter group: Resource Id Arguments
--workspace-name

固件分析工作区的名称。

属性
Parameter group: Resource Id Arguments
全局参数
--debug

增加日志记录详细程度以显示所有调试日志。

属性
默认值: False
--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

属性
默认值: False
--output -o

输出格式。

属性
默认值: json
接受的值: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath 查询字符串。 有关详细信息和示例,请参阅 http://jmespath.org/

--verbose

增加日志记录详细程度。 对完整调试日志使用 --debug。

属性
默认值: False

az firmwareanalysis firmware summary

按名称获取固件的分析结果摘要。

az firmwareanalysis firmware summary [--firmware-id]
                                     [--ids]
                                     [--name --summary-type {BinaryHardening, CommonVulnerabilitiesAndExposures, CryptoCertificate, CryptoKey, Firmware}]
                                     [--resource-group]
                                     [--subscription]
                                     [--workspace-name]

示例

按名称获取固件的分析结果摘要。

az firmwareanalysis firmware summary --resource-group {resourceGroupName} --workspace-name {workspaceName} --firmware-id {firmwareId} -n {analysisType}

可选参数

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--firmware-id

固件的 ID。

属性
Parameter group: Resource Id Arguments
--ids

一个或多个资源 ID(空格分隔)。 它应该是包含“资源 ID”参数的所有信息的完整资源 ID。 应提供 --id 或其他“资源 ID”参数。

属性
Parameter group: Resource Id Arguments
--name --summary-type -n

描述摘要类型的固件分析摘要名称。

属性
Parameter group: Resource Id Arguments
接受的值: BinaryHardening, CommonVulnerabilitiesAndExposures, CryptoCertificate, CryptoKey, Firmware
--resource-group -g

资源组的名称。 可以使用 az configure --defaults group=<name>配置默认组。

属性
Parameter group: Resource Id Arguments
--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

属性
Parameter group: Resource Id Arguments
--workspace-name

固件分析工作区的名称。

属性
Parameter group: Resource Id Arguments
全局参数
--debug

增加日志记录详细程度以显示所有调试日志。

属性
默认值: False
--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

属性
默认值: False
--output -o

输出格式。

属性
默认值: json
接受的值: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath 查询字符串。 有关详细信息和示例,请参阅 http://jmespath.org/

--verbose

增加日志记录详细程度。 对完整调试日志使用 --debug。

属性
默认值: False

az firmwareanalysis firmware update

用于创建固件的更新作。

az firmwareanalysis firmware update [--add]
                                    [--description]
                                    [--file-name]
                                    [--file-size]
                                    [--firmware-id --name]
                                    [--force-string {0, 1, f, false, n, no, t, true, y, yes}]
                                    [--ids]
                                    [--model]
                                    [--remove]
                                    [--resource-group]
                                    [--set]
                                    [--status {Analyzing, Error, Extracting, Pending, Ready}]
                                    [--status-messages]
                                    [--subscription]
                                    [--vendor]
                                    [--version]
                                    [--workspace-name]

示例

更新现有固件。

az firmwareanalysis firmware update --resource-group {resourceGroupName} --workspace-name {workspaceName} --description {description} --vendor {vendorName} --model {model} --version {version}

可选参数

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--add

通过指定路径和键值对将对象添加到对象列表。 示例:--add property.listProperty <key=value, string or JSON string>

属性
Parameter group: Generic Update Arguments
--description

用户指定的固件说明。

属性
Parameter group: Properties Arguments
--file-name

用户上传的固件的文件名。

属性
Parameter group: Properties Arguments
--file-size

上传的固件映像的文件大小。

属性
Parameter group: Properties Arguments
--firmware-id --name -n

固件的 ID。

属性
Parameter group: Resource Id Arguments
--force-string

使用“set”或“add”时,保留字符串文本,而不是尝试转换为 JSON。

属性
Parameter group: Generic Update Arguments
接受的值: 0, 1, f, false, n, no, t, true, y, yes
--ids

一个或多个资源 ID(空格分隔)。 它应该是包含“资源 ID”参数的所有信息的完整资源 ID。 应提供 --id 或其他“资源 ID”参数。

属性
Parameter group: Resource Id Arguments
--model

固件模型。

属性
Parameter group: Properties Arguments
--remove

从列表中删除属性或元素。 示例: --remove property.list <indexToRemove> OR --remove propertyToRemove.

属性
Parameter group: Generic Update Arguments
--resource-group -g

资源组的名称。 可以使用 az configure --defaults group=<name>配置默认组。

属性
Parameter group: Resource Id Arguments
--set

通过指定要设置的属性路径和值来更新对象。 示例:--set property1.property2=<value>

属性
Parameter group: Generic Update Arguments
--status

固件扫描的状态。

属性
Parameter group: Properties Arguments
接受的值: Analyzing, Error, Extracting, Pending, Ready
--status-messages

固件分析期间生成的错误或其他消息列表支持速记语法、json-file 和 yaml-file。 请尝试“??” 以显示更多内容。

属性
Parameter group: Properties Arguments
--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

属性
Parameter group: Resource Id Arguments
--vendor

固件供应商。

属性
Parameter group: Properties Arguments
--version

固件版本。

属性
Parameter group: Properties Arguments
--workspace-name

固件分析工作区的名称。

属性
Parameter group: Resource Id Arguments
全局参数
--debug

增加日志记录详细程度以显示所有调试日志。

属性
默认值: False
--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

属性
默认值: False
--output -o

输出格式。

属性
默认值: json
接受的值: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath 查询字符串。 有关详细信息和示例,请参阅 http://jmespath.org/

--verbose

增加日志记录详细程度。 对完整调试日志使用 --debug。

属性
默认值: False