Octopus-Cmdlets
Octopus-Cmdlets copied to clipboard
A suite of PowerShell cmdlets that enable you to simplify and automate your interactions with an Octopus Deploy server.
Octopus Server version: 3.5.2 Example command: Add-OctoVariable -Project API -Name TEST -Value TEST -Steps Deploy -Environments QA This is creating a variable named TEST, with the value TEST in the...
PS C:\Windows\system32> Import-Module Octopus-Cmdlets Import-Module : Could not load file or assembly 'file:///C:\Users\mukhin_s\Documents\WindowsPowerShell\Modules\Octopus-Cmdlets\Octopus-Cmdlets.dll' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515) At line:1 char:1 -...