文档中心MogDBMogDB StackUqbar
v1.1

文档:v1.1

支持的版本:

ptk exec

执行 shell 命令或脚本

语法

ptk exec [flags]

示例

# Run a command through specifying a config file
# (This generally used in the scenario where the cluster has not been installed)
ptk exec -f <CONFIG.yml> -c 'pwd'

# Run a command through specifying the cluster name
ptk exec -n <CLUSTER_NAME> -c 'pwd'

# If both '-f' and '-n' are specified, only '-n' will be used.

# Run a local shell script on all hosts in the cluster
ptk exec -n <CLUSTER_NAME> -s <SCRIPT.sh>

# You can specify the command and the script at the same time,
# PTK will execute the command first, the script will be executed if the command executed successfully,
# otherwise the script will not be executed.
ptk exec -n <CLUSTER_NAME> -c 'pwd' -s <SCRIPT.sh>

选项

-c, --command string

  • 说明: 要执行的 shell 指令
  • 数据类型: string
  • 默认值: ""

-f, --file string

  • 说明: 指定集群配置文件
  • 数据类型: string
  • 默认值: ""

-H, --host stringArray

  • 说明: 操作的实例 IP
  • 数据类型: stringArray
  • 默认值: []

-n, --name string

  • 说明: 集群名称
  • 数据类型: string
  • 默认值: ""

-s, --script string

  • 说明: 要执行的shell脚本路径
  • 数据类型: string
  • 默认值: ""

从父命令继承的选项

--disable-color

  • 说明: 禁用彩色日志
  • 数据类型: bool
  • 默认值: false

--disable-debug-log

  • 说明: 不生成调试日志文件
  • 数据类型: bool
  • 默认值: false

--disable-progressbar

  • 说明: 全局不显示进度条
  • 数据类型: bool
  • 默认值: false

-h, --help

  • 说明: 打印帮助信息
  • 数据类型: bool
  • 默认值: false

--log-file string

  • 说明: 指定运行日志文件路径
  • 数据类型: string
  • 默认值: ""

--log-format string

  • 说明: 指定运行日志的输出格式, 可选项: [text, json]
  • 数据类型: string
  • 默认值: "text"

--log-level string

  • 说明: 指定运行日志级别, 可选项: [debug, info, warning, error, panic]
  • 数据类型: string
  • 默认值: "info"

--silence

  • 说明: 不打印日志到标准输出
  • 数据类型: bool
  • 默认值: false

--skip-fix-ssh

  • 说明: 无需通过交互修复 ssh 连接
  • 数据类型: bool
  • 默认值: false

开始支持的版本

v0.5

另请参阅

  • ptk - Provisioning Toolkit for MogDB
Copyright © 2011-2024 www.enmotech.com All rights reserved.