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

az synapse integration-runtime

管理 Synapse 的集成运行时。

命令

名称 说明 类型 Status
az synapse integration-runtime create

创建集成运行时。

核心 已弃用
az synapse integration-runtime delete

删除集成运行时。

核心 GA
az synapse integration-runtime get-connection-info

获取集成运行时连接信息。

核心 GA
az synapse integration-runtime get-monitoring-data

获取自承载集成运行时的指标数据。

核心 GA
az synapse integration-runtime get-status

获取集成运行时的详细状态信息。

核心 GA
az synapse integration-runtime list

列出集成运行时。

核心 GA
az synapse integration-runtime list-auth-key

获取自承载集成运行时的密钥。

核心 GA
az synapse integration-runtime managed

使用托管的 synapse 子组管理集成运行时。

核心 GA
az synapse integration-runtime managed create

创建托管集成运行时。

核心 GA
az synapse integration-runtime regenerate-auth-key

重新生成自承载集成运行时密钥。

核心 GA
az synapse integration-runtime self-hosted

使用 synapse 子组自承载管理集成运行时。

核心 GA
az synapse integration-runtime self-hosted create

创建自承载集成运行时。

核心 GA
az synapse integration-runtime show

获取集成运行时。

核心 GA
az synapse integration-runtime start

启动 SSIS 集成运行时。

核心 GA
az synapse integration-runtime stop

停止 SSIS 集成运行时。

核心 GA
az synapse integration-runtime sync-credentials

在集成运行时节点之间同步凭据。

核心 GA
az synapse integration-runtime update

更新集成运行时。

核心 GA
az synapse integration-runtime upgrade

升级自承载集成运行时。

核心 GA
az synapse integration-runtime wait

将 CLI 置于等待状态,直到满足集成运行时的条件。

核心 GA

az synapse integration-runtime create

已放弃

此命令已弃用,将在将来的版本中删除。 请改用“托管创建、自承载创建”。

创建集成运行时。

az synapse integration-runtime create --name
                                      --resource-group
                                      --type {Managed, SelfHosted}
                                      --workspace-name
                                      [--compute-type {ComputeOptimized, General, MemoryOptimized}]
                                      [--core-count]
                                      [--description]
                                      [--if-match]
                                      [--___location]
                                      [--no-wait]
                                      [--time-to-live]

示例

创建集成运行时。

az synapse integration-runtime create --workspace-name testsynapseworkspace --resource-group rg \
  --name testintegrationruntime --type Managed

必需参数

--name -n

集成运行时名称。

--resource-group -g

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

--type

集成运行时类型。

接受的值: Managed, SelfHosted
--workspace-name

工作区名称。

可选参数

--compute-type

将执行数据流作业的数据流群集的计算类型。

接受的值: ComputeOptimized, General, MemoryOptimized
默认值: General
--core-count

将执行数据流作业的数据流群集的核心计数。

默认值: 8
--description

集成运行时说明。

--if-match

集成运行时实体的 ETag。 应仅指定用于更新,应将其与现有实体匹配,也可以为 * 进行无条件更新。

--___location -l

集成运行时位置。

默认值: AutoResolve
--no-wait

不等待长时间运行的操作完成。

默认值: False
--time-to-live

数据流群集的生存时间(以分钟为单位)设置,该群集将执行数据流作业。

默认值: 0
全局参数
--debug

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

--help -h

显示此帮助消息并退出。

--only-show-errors

仅显示错误,禁止显示警告。

--output -o

输出格式。

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

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

--subscription

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

--verbose

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

az synapse integration-runtime delete

删除集成运行时。

az synapse integration-runtime delete [--ids]
                                      [--name]
                                      [--no-wait]
                                      [--resource-group]
                                      [--subscription]
                                      [--workspace-name]
                                      [--yes]

示例

删除集成运行时。

az synapse integration-runtime delete --workspace-name testsynapseworkspace --resource-group rg \
  --name testintegrationruntime

可选参数

--ids

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

--name -n

集成运行时名称。

--no-wait

不等待长时间运行的操作完成。

默认值: False
--resource-group -g

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

--subscription

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

--workspace-name

工作区名称。

--yes -y

不要提示确认。

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

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

--help -h

显示此帮助消息并退出。

--only-show-errors

仅显示错误,禁止显示警告。

--output -o

输出格式。

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

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

--subscription

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

--verbose

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

az synapse integration-runtime get-connection-info

获取集成运行时连接信息。

az synapse integration-runtime get-connection-info [--ids]
                                                   [--name]
                                                   [--resource-group]
                                                   [--subscription]
                                                   [--workspace-name]

示例

获取集成运行时连接信息。

az synapse integration-runtime get-connection-info --workspace-name testsynapseworkspace --resource-group rg \
  --name selfhostedintegrationruntime

可选参数

--ids

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

--name -n

集成运行时名称。

--resource-group -g

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

--subscription

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

--workspace-name

工作区名称。

全局参数
--debug

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

--help -h

显示此帮助消息并退出。

--only-show-errors

仅显示错误,禁止显示警告。

--output -o

输出格式。

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

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

--subscription

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

--verbose

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

az synapse integration-runtime get-monitoring-data

获取自承载集成运行时的指标数据。

az synapse integration-runtime get-monitoring-data [--ids]
                                                   [--name]
                                                   [--resource-group]
                                                   [--subscription]
                                                   [--workspace-name]

示例

获取自承载集成运行时的指标数据。

az synapse integration-runtime get-monitoring-data --workspace-name testsynapseworkspace --resource-group rg \
  --name selfhostedintegrationruntime

可选参数

--ids

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

--name -n

集成运行时名称。

--resource-group -g

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

--subscription

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

--workspace-name

工作区名称。

全局参数
--debug

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

--help -h

显示此帮助消息并退出。

--only-show-errors

仅显示错误,禁止显示警告。

--output -o

输出格式。

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

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

--subscription

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

--verbose

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

az synapse integration-runtime get-status

获取集成运行时的详细状态信息。

az synapse integration-runtime get-status [--ids]
                                          [--name]
                                          [--resource-group]
                                          [--subscription]
                                          [--workspace-name]

示例

获取集成运行时的详细状态信息。

az synapse integration-runtime get-status --workspace-name testsynapseworkspace --resource-group rg \
  --name selfhostedintegrationruntime

可选参数

--ids

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

--name -n

集成运行时名称。

--resource-group -g

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

--subscription

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

--workspace-name

工作区名称。

全局参数
--debug

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

--help -h

显示此帮助消息并退出。

--only-show-errors

仅显示错误,禁止显示警告。

--output -o

输出格式。

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

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

--subscription

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

--verbose

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

az synapse integration-runtime list

列出集成运行时。

az synapse integration-runtime list --resource-group
                                    --workspace-name

示例

列出集成运行时。

az synapse integration-runtime list --workspace-name testsynapseworkspace --resource-group rg

必需参数

--resource-group -g

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

--workspace-name

工作区名称。

全局参数
--debug

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

--help -h

显示此帮助消息并退出。

--only-show-errors

仅显示错误,禁止显示警告。

--output -o

输出格式。

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

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

--subscription

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

--verbose

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

az synapse integration-runtime list-auth-key

获取自承载集成运行时的密钥。

az synapse integration-runtime list-auth-key --name
                                             --resource-group
                                             --workspace-name

示例

获取自承载集成运行时的密钥。

az synapse integration-runtime list-auth-key --workspace-name testsynapseworkspace --resource-group rg \
  --name selfhostedintegrationruntime

必需参数

--name -n

集成运行时名称。

--resource-group -g

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

--workspace-name

工作区名称。

全局参数
--debug

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

--help -h

显示此帮助消息并退出。

--only-show-errors

仅显示错误,禁止显示警告。

--output -o

输出格式。

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

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

--subscription

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

--verbose

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

az synapse integration-runtime regenerate-auth-key

重新生成自承载集成运行时密钥。

az synapse integration-runtime regenerate-auth-key [--ids]
                                                   [--key-name {authKey1, authKey2}]
                                                   [--name]
                                                   [--resource-group]
                                                   [--subscription]
                                                   [--workspace-name]

示例

重新生成自承载集成运行时密钥。

az synapse integration-runtime regenerate-auth-key --workspace-name testsynapseworkspace --resource-group rg \
  --name selfhostedintegrationruntime --key-name authKey1

可选参数

--ids

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

--key-name

要重新生成的身份验证密钥的名称。

接受的值: authKey1, authKey2
默认值: default
--name -n

集成运行时名称。

--resource-group -g

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

--subscription

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

--workspace-name

工作区名称。

全局参数
--debug

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

--help -h

显示此帮助消息并退出。

--only-show-errors

仅显示错误,禁止显示警告。

--output -o

输出格式。

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

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

--subscription

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

--verbose

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

az synapse integration-runtime show

获取集成运行时。

az synapse integration-runtime show [--ids]
                                    [--if-none-match]
                                    [--name]
                                    [--resource-group]
                                    [--subscription]
                                    [--workspace-name]

示例

获取集成运行时。

az synapse integration-runtime show --workspace-name testsynapseworkspace --resource-group rg \
  --name testintegrationruntime

可选参数

--ids

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

--if-none-match

集成运行时实体的 ETag。 应仅指定 get。 如果 ETag 与现有实体标记匹配,或者如果提供 *,则不会返回任何内容。 默认值为无。

--name -n

集成运行时名称。

--resource-group -g

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

--subscription

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

--workspace-name

工作区名称。

全局参数
--debug

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

--help -h

显示此帮助消息并退出。

--only-show-errors

仅显示错误,禁止显示警告。

--output -o

输出格式。

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

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

--subscription

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

--verbose

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

az synapse integration-runtime start

启动 SSIS 集成运行时。

az synapse integration-runtime start [--ids]
                                     [--name]
                                     [--no-wait]
                                     [--resource-group]
                                     [--subscription]
                                     [--workspace-name]

示例

启动 SSIS 集成运行时。

az synapse integration-runtime start --workspace-name testsynapseworkspace --resource-group rg \
  --name testintegrationruntime

可选参数

--ids

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

--name -n

集成运行时名称。

--no-wait

不等待长时间运行的操作完成。

默认值: False
--resource-group -g

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

--subscription

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

--workspace-name

工作区名称。

全局参数
--debug

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

--help -h

显示此帮助消息并退出。

--only-show-errors

仅显示错误,禁止显示警告。

--output -o

输出格式。

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

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

--subscription

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

--verbose

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

az synapse integration-runtime stop

停止 SSIS 集成运行时。

az synapse integration-runtime stop [--ids]
                                    [--name]
                                    [--no-wait]
                                    [--resource-group]
                                    [--subscription]
                                    [--workspace-name]
                                    [--yes]

示例

停止 SSIS 集成运行时。

az synapse integration-runtime stop --workspace-name testsynapseworkspace --resource-group rg \
  --name testintegrationruntime

可选参数

--ids

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

--name -n

集成运行时名称。

--no-wait

不等待长时间运行的操作完成。

默认值: False
--resource-group -g

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

--subscription

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

--workspace-name

工作区名称。

--yes -y

不要提示确认。

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

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

--help -h

显示此帮助消息并退出。

--only-show-errors

仅显示错误,禁止显示警告。

--output -o

输出格式。

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

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

--subscription

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

--verbose

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

az synapse integration-runtime sync-credentials

在集成运行时节点之间同步凭据。

az synapse integration-runtime sync-credentials [--ids]
                                                [--name]
                                                [--resource-group]
                                                [--subscription]
                                                [--workspace-name]

示例

在集成运行时节点之间同步凭据。

az synapse integration-runtime sync-credentials --workspace-name testsynapseworkspace --resource-group rg \
  --name selfhostedintegrationruntime

可选参数

--ids

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

--name -n

集成运行时名称。

--resource-group -g

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

--subscription

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

--workspace-name

工作区名称。

全局参数
--debug

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

--help -h

显示此帮助消息并退出。

--only-show-errors

仅显示错误,禁止显示警告。

--output -o

输出格式。

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

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

--subscription

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

--verbose

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

az synapse integration-runtime update

更新集成运行时。

az synapse integration-runtime update --auto-update {Off, On}
                                      --update-delay-offset
                                      [--ids]
                                      [--name]
                                      [--resource-group]
                                      [--subscription]
                                      [--workspace-name]

示例

更新集成运行时。

az synapse integration-runtime update --workspace-name testsynapseworkspace --resource-group rg \
  --name testintegrationruntime --auto-update On --update-delay-offset '"PT03H"'

必需参数

--auto-update

启用或禁用自承载集成运行时自动更新。

接受的值: Off, On
--update-delay-offset

自承载集成运行时自动更新的一天中的时间。

可选参数

--ids

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

--name -n

集成运行时名称。

--resource-group -g

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

--subscription

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

--workspace-name

工作区名称。

全局参数
--debug

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

--help -h

显示此帮助消息并退出。

--only-show-errors

仅显示错误,禁止显示警告。

--output -o

输出格式。

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

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

--subscription

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

--verbose

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

az synapse integration-runtime upgrade

升级自承载集成运行时。

az synapse integration-runtime upgrade [--ids]
                                       [--name]
                                       [--resource-group]
                                       [--subscription]
                                       [--workspace-name]

示例

升级自承载集成运行时。

az synapse integration-runtime upgrade --workspace-name testsynapseworkspace --resource-group rg \
  --name testintegrationruntime

可选参数

--ids

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

--name -n

集成运行时名称。

--resource-group -g

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

--subscription

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

--workspace-name

工作区名称。

全局参数
--debug

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

--help -h

显示此帮助消息并退出。

--only-show-errors

仅显示错误,禁止显示警告。

--output -o

输出格式。

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

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

--subscription

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

--verbose

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

az synapse integration-runtime wait

将 CLI 置于等待状态,直到满足集成运行时的条件。

az synapse integration-runtime wait --name
                                    --resource-group
                                    --workspace-name
                                    [--created]
                                    [--custom]
                                    [--deleted]
                                    [--exists]
                                    [--if-none-match]
                                    [--interval]
                                    [--timeout]
                                    [--updated]

必需参数

--name -n

集成运行时名称。

--resource-group -g

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

--workspace-name

工作区名称。

可选参数

--created

等待在“Succeeded”中使用“provisioningState”创建。

默认值: False
--custom

等待条件满足自定义 JMESPath 查询。 例如 provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running']。

--deleted

等到删除为止。

默认值: False
--exists

等待资源存在。

默认值: False
--if-none-match

集成运行时实体的 ETag。 应仅指定 get。 如果 ETag 与现有实体标记匹配,或者如果提供 *,则不会返回任何内容。 默认值为无。

--interval

轮询间隔(以秒为单位)。

默认值: 30
--timeout

最大等待(以秒为单位)。

默认值: 3600
--updated

等到 provisioningState 更新为“Succeeded”。

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

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

--help -h

显示此帮助消息并退出。

--only-show-errors

仅显示错误,禁止显示警告。

--output -o

输出格式。

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

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

--subscription

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

--verbose

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