Skip to content

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

Notifications You must be signed in to change notification settings

Swoogan/Octopus-Cmdlets

Folders and files

NameName
Last commit message
Last commit date
Apr 15, 2019
Apr 15, 2019
Apr 1, 2015
Jul 30, 2014
Oct 5, 2017
Oct 5, 2017
Apr 15, 2019
Feb 18, 2016
Apr 15, 2019
Sep 25, 2018

Repository files navigation

Octopus-Cmdlets

Build status

Yo Dawg, I herd you like automation, so I put cmdlets in your PowerShell so you can automate while you automate.

Octopus-Cmdlets is a suite of PowerShell cmdlets that enable you to simplify and automate your interactions with an Octopus Deploy server.

Note

The module name has changed from Octopus.Cmdlets to Octopus-Cmdlets. Please adjust your process (and scripts) accordingly.

Installation

Powershell Gallery (preferred method)

Install-Module -Name Octopus-Cmdlets

Binary Archive

Download the latest binary: v0.7.0

Extract the zip and copy the Octopus-Cmdlets folder into a folder in your $env:PSModulePath.

Alternatively, you can copy the extracted folder to wherever you like and add the full path to your $env:PSModulePath.

psake

  • Option 1:

    • Open the solution in Visual Studio and build it (this will restore the psake nuget package).

    • Open the Package Manager Console and run:

      psake install

  • Option 2 (if you have psake):

    • Open a prompt in the solution folder and type psake install
  • Option 3 (if psake has already been restored):

    • Open a PowerShell prompt in the solution folder and type

    packages\psake.[version]\tools\psake.ps1 install

Usage

Import-Module Octopus-Cmdlets

Please see the wiki for a description of the individual cmdlets, or type help [cmdlet] from PowerShell.

Licence

Copyright 2018 Colin Svingen

Licensed under the Apache License, Version 2.0

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published