Skip to content
pgbconfirmit edited this page Apr 7, 2015 · 9 revisions

Loading and Connecting

After building the project using Psake (psake install), open a Powershell console and import the module:

Import-Module Octopus-Cmdlets

First you have to create a connection to the server. If you have not already, create an ApiKey (see: http://docs.octopusdeploy.com/display/OD/How+to+create+an+API+key). Then connect with:

Connect-OctoServer [-Server] <string> [-ApiKey] <string>  [<CommonParameters>]

For example,

Connect-OctoServer http://localhost:8080/ API-ABCDEFGHIJKLMNOPQRSTUVWXYZ

Usage

Clone this wiki locally