/RundeckAutomation

PowerShell module for automating Rundeck.

Primary LanguagePowerShellApache License 2.0Apache-2.0

Overview

The "RundeckAutomation" module...

System Requirements

  • Windows PowerShell 5.1 and .NET 4.6.1+
  • PowerShell Core 6+

Installing

To install globally:

Install-Module -Name 'RundeckAutomation'
Import-Module -Name 'RundeckAutomation'

To install privately:

Save-Module -Name 'RundeckAutomation' -Path '.'
Import-Module -Name '.\RundeckAutomation'

Commands