Octopus-Cmdlets icon indicating copy to clipboard operation
Octopus-Cmdlets copied to clipboard

A suite of PowerShell cmdlets that enable you to simplify and automate your interactions with an Octopus Deploy server.

Results 12 Octopus-Cmdlets issues
Sort by recently updated
recently updated
newest added

I'm wondering if you have any idea why I would see this error below. I've been using Get-Variable all day, but Update-Variable hasn't ever worked. (Started using these cmdlets today...

Hi, I am getting the following error when installing Octopus-Cmdlets. PackageManagement\Install-Package : A command with name 'Get-Variable' is already available on this system. This module 'Octopus-Cmdlets' may override the existing...

Looks like “Connect-OctoServer” does not work if calls are done between ps1 file and psm1 module, is that expected? Using Octopus-CmdLets 0.4.4 and Powershell 5.1 ``` Test.psm1 function Get-EnvironmentViaModule() {...

The module should support some basic certificate oprations like: `Add-OctoCertificate` `Get-OctoCertificate` `Remove-OctoCertificate`

Hello, I need to get all the variables from a project. Get-OctoVariable returns me just Project-Variables, no Templates, no Sets. I use this command: Get-OctoVariable -Project ProjectName Is there a...

I've probed with somenthing like that... Get-OctoVariable -Project $proyectName | Where-Object { $_.Name -like $nameVariable -and $_.Machine -like $nameTarget } | Remove-OctoVariable -Project $proyectName

There are two [`Add-OctoLibraryVariable`][1] commands that this project supports: ```powershell # Method 1 Add-OctoLibraryVariable [-VariableSet] [-InputObject] [] # Method 2 Add-OctoLibraryVariable [-VariableSet] [-Name] [[-Value] ] [-Environments ] [-Roles ] [-Machines...

Hi These cmdlets are great but I'm having troubles with add-octomachine. I’m running this line Add-octoMachine -environment $environment -Name $Server -endpoint TentacleActive -Roles $roles And getting this error Add-OctoMachine :...

Hey Thanks, Helps a lot !!! Wondering if there is possibility to copy step between Projects Many Thanks

I get the following error when using Get-Machine (I import using an 'Octo-' prefix) using MachineName. Using an Id works fine. Get-OctoMachine -Id Machines-82 works fine. Get-OctoMachine -Name 'Server1' gives:...