AlteryxService 命令
命令
D:\Program Files\Alteryx\bin> .\AlteryxService.exe -help
命令输出
#显示此帮助消息
?|help
#禁止默认消息
silent
#安装带有O/S的服务(需要管理员权限)
install
#卸载带有O/S的服务(需要管理员权限)
uninstall
#启动服务(需要管理员权限)
start
#停止服务(需要管理员权限)
stop
#以交互方式运行服务
test|testdebug
#在 Alteryx Server 上不受支持。此命令仅适用于 Desktop 计划程序。#从路径 "path "列队工作流以从磁盘运行,添加 “true”以从数据库运行
addtoqueue=path,host[:port],secret[,true]
#创建MongoDB备份转储到指定的文件夹(需要管理员权限)
emongodump=path
#将MongoDB备份从"sourcePath"还原到"targetPath"(需要管理员权限)
emongorestore=sourcepath,targetpath
#设置 MongoDB 的新密码。如果密码字段为空,将生成一个密码。(需要管理员权限)
setemongopassword=password
#设置 MongoDB 的新密码。如果密码字段为空,将生成一个密码。(需要管理员权限)
setemongoadminpassword=password
#Returns嵌入式MongoDB密码(需要管理员权限)
getemongopassword[=host[:port],secret]
#返回服务器密钥(需要管理员权限)
getsecret|getserversecret
#返回当前服务版本
getversion
#使用提供的密钥(40个十六进制字符)和可选端口作为当前用户运行
runlocal=session_secret[,port]
#设置 Alteryx Engine 的执行用户(需要管理员权限)
setexecuteuser=name,domain,password
#设置MongoDB连接密码(需要管理员权限)
setmongopassword=value
#设置工作程序远程服务器密钥(需要管理员权限)
setremotesecret=value
#设置主服务器密钥(需要管理员权限)
setserversecret=value
#设置服务器的SMTP密码(需要管理员权限)
setsmtppassword=value
#使用新值覆盖根"root"和名称"name"的默认设置
setting=root,name,value
#使用路径“path”中设置文件的内容覆盖默认设置
settingfile=path
#验证路径“path”中的设置,将结果写入文件或 stdout
verifysettingfile=path[,outputpath]
#设置 Server UI 连接的 MongoDB 连接字符串(需要管理员权限)
setmongoconnectionserver
#设置工作程序的 MongoDB 连接字符串。确保该数据库与控制器的数据库相同(需要管理员权限)
setmongoconnectionworker
#设置控制器的 MongoDB 连接字符串(需要管理员权限)
setmongoconnectioncontroller