Octoposh is a Powershell module that prives cmdlets to interact with your Octopus Deploy instances. All cmdlets use a combination of the Octopus .NET client and some raw REST API calls.
With this module you can do things like:
-
Use all the Get-Octopus* cmdlets included to get full-blown .NET objects referencing Octopus resources such as Projects, Evironments, Deployment Targets and much more.
-
Do all sorts of administrative tasks such as
##Getting Started
Check out our Wiki for our entire list of cmdlets
##Questions y feature requests If you want to request a cmdlet or a feature, or you just wanna ask how to do something with the module, drop by our Gitter channel and ask there:
Your questions will help shape up the module according to the needs of the community, so dont be a stranger!
##Disclaimer This is an open source project which is NOT supported by the Octopus Deploy team. All questions/bugs about this module should be entered on this github project.
##Credits
This module was made using the following awesome tools
Name | Site |
---|---|
Octopus Deploy | https://octopusdeploy.com/ |
Pester | https://github.com/pester/Pester |
Fiddler | http://www.telerik.com/fiddler |
Papercut | https://papercut.codeplex.com/ |
TeamCity | https://www.jetbrains.com/teamcity/ |
Powershell Gallery | https://www.powershellgallery.com/ |