-
Notifications
You must be signed in to change notification settings - Fork 46
Installing the module
1 - Open Powershell as administrator and run
Install-Module -Name Octoposh -force
The Install-Module
cmdlet is part of the Windows Management Framework 5.0 Preview
2 - Run
Import-Module Octoposh
3 - From the same console run Get-command -module OctoPosh
to list all the module's cmdlets
1 - Download the module from the Github project page
2 - Right click on the downloaded zip -> **Properties -> Unblock File
3 - Create a folder called OctoPosh under your PSModulePath. Use C:\Program Files\WindowsPowerShell\Modules if its on the list of Module Paths.
4 - Extract the contents of the zip on the new OctoPosh folder
5 - Open a Powershell console as administrator and run Import-Module Octoposh
6 - From the same console run Get-command -module OctoPosh
to list all the module's cmdlets
Getting Started
Cmdlets & Examples
- Get-OctopusChannel
- Get-OctopusConnectionInfo
- Get-OctopusDashboard
- Get-OctopusDeployment
- Get-OctopusEnvironment
- Get-OctopusFeed
- Get-OctopusLifecycle
- Get-OctopusMachine
- Get-OctopusProject
- Get-OctopusProjectGroup
- Get-OctopusRelease
- Get-OctopusResourceModel
- Get-OctopusServerThumbprint
- Get-OctopusTagSet
- Get-OctopusTeam
- Get-OctopusTenant
- Get-OctopusToolPath
- Get-OctopusToolsFolder
- Get-OctopusToolVersion
- Get-OctopusUser
- Get-OctopusVariableSet
- Install-OctopusTool
- New-OctopusConnection
- New-OctopusResource
- Remove-OctopusResource
- Set-OctopusConnectionInfo
- Set-OctopusReleaseStatus
- Set-OctopusToolPath
- Set-OctopusToolsFolder
- Update-OctopusResource
Advanced Examples
Real Life Scenarios
Release Notes