Skip to content

Commit

Permalink
AU: 1 updated - rundeck-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 12, 2023
1 parent 1c66fda commit 43279c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rundeck-cli/rundeck-cli.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>rundeck-cli</id>
<title>Rundeck CLI</title>
<version>2.0.4</version>
<version>2.0.4.20230212</version>
<authors>Rundeck</authors>
<owners>Miodrag Milic</owners>
<summary>A simple commandline interface for the Rundeck</summary>
Expand All @@ -17,19 +17,19 @@
## Notes
- The installer creates a shim named `rdcli` instead `rd` because the later is PowerShell alias for `Remove-Item`.
- Related package: [rundeck](https://chocolatey.org/packages/rundeck)
- Related package: [rundeck](https://chocolatey.org/packages/rundeck)
## Environment variables
Use the following variables to configure rundeck-cli:
```powershell
$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
Expand Down

0 comments on commit 43279c6

Please sign in to comment.