The module is being tested and developed in Octopus 3+. It might also work for 2.x, but its not gonna be tailores to work with this version.
Octopus Deploy is a friendly deployment automation system for .NET developers. Its architecture is built API-First, meaning 99% of what you can do from the Octopus UI can also be performed using the REST API.
This Powershell Module contains a set of CMDLets that use the Octopus REST API to perform common administrative tasks.
DISCLAIMER: This is an open source project which is NOT supported by Octopus Deploy. All questions/bugs about this module should be entered on this github project.
##Getting Started
Check out our Wiki for our entire list of cmdlets
##FAQs 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!
##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/ |