-
Notifications
You must be signed in to change notification settings - Fork 11
Home
pgbconfirmit edited this page Apr 7, 2015
·
9 revisions
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