Home > Software > Webdevelopment > Automation > Rundeck CLI
Details
- Package ID
- rundeck-cli
- Version
- 1.2.4
- Downloads
- 1719
- Website
- https://rundeck.github.io/rundeck-cli/
Summary
A simple commandline interface for the Rundeck
Description
This is the CLI tool for Rundeck.
Notes
- The installer creates a shim named
rdcli
insteadrd
because the later is PowerShell alias forRemove-Item
. - Related package: rundeck
Environment variables
Use the following variables to configure rundeck-cli:
$Env:RD_URL = 'http://localhost:4440' # Connection info
$Env:RD_USER = 'admin'
$Env:RD_PASSWORD = 'admin'
$Env:RD_TOKEN = '...' # Credentials
$Env:RD_AUTH_PROMPT = $false # Prompted to enter a username/password or token if not defined
$Env:RD_INSECURE_SSL = $false # To disable all SSL certificate checks, and hostname verifications
$Env:RD_DEBUG = '' # 1 - basic http request debug; 2 -http headers; 3 - http body
$Env:RD_CONNECT_RETRY = $true # Retry in case of recoverable connection issue (e.g. failure to connect)
$Env:RD_HTTP_TIMEOUT = 30 # HTTP/connect timeout
$Env:RD_DATE_FORMAT = "yyyy-MM-dd'T'HH:mm:ssXX" # Date format
Comments
Loading comments...