All Projects → Swoogan → Octopus-Cmdlets

Swoogan / Octopus-Cmdlets

Licence: other
A suite of PowerShell cmdlets that enable you to simplify and automate your interactions with an Octopus Deploy server.

Programming Languages

C#
18002 projects
powershell
5483 projects

Projects that are alternatives of or similar to Octopus-Cmdlets

PSRule.Rules.CAF
A suite of rules to validate Azure resources against the Cloud Adoption Framework (CAF) using PSRule.
Stars: ✭ 54 (+35%)
Mutual labels:  powershell-module
PowerRunAsAttached
This script allows to spawn a new interactive console as another user account in the same calling console (console instance/window).
Stars: ✭ 78 (+95%)
Mutual labels:  powershell-module
SQLPowerDoc
Hopefully an up to date fork of SQL Power Doc. Newer PS versions and .NET levels. Maybe too ambitious. This repository was cloned from kendalvandyke, the original author of SQLPowerDoc. Codeplex is currently in the process of shutting down. I cloned this project (and its wiki) with the intention of preserving a wonderful tool that I recently dis…
Stars: ✭ 19 (-52.5%)
Mutual labels:  powershell-module
Sorlov.PowerShell
This is the public version of Sorlov.PowerShell Self-Hosted Executable Extensions for Powershell
Stars: ✭ 22 (-45%)
Mutual labels:  powershell-module
ps-bash-completions
Bridge to enable bash completions to be run from within PowerShell.
Stars: ✭ 61 (+52.5%)
Mutual labels:  powershell-module
NVRAppDevOps
Navertica DevOps scripts for managing Microsoft Dynamics 365 Business Central Apps
Stars: ✭ 26 (-35%)
Mutual labels:  powershell-module
OctopusDeploy-Kraken
A companion tool for Octopus Deploy that facilitates deploying multiple projects at once.
Stars: ✭ 15 (-62.5%)
Mutual labels:  octopus-deploy
PSSystemAdministrator
A PowerShell module for managing users and computers and gathering information in a Windows Active Directory environment.
Stars: ✭ 59 (+47.5%)
Mutual labels:  powershell-module
LeSslCertToAzure
Powershell Module that creates a SSL/TLS Certificate with Let's Encrypt Service and apply to an Azure Application Gateway.
Stars: ✭ 14 (-65%)
Mutual labels:  powershell-module
create-release-action
| Public | GitHub Action to Create a Release in Octopus Deploy
Stars: ✭ 68 (+70%)
Mutual labels:  octopus-deploy
PowerVCF
PowerVCF: A PowerShell Module for VMware Cloud Foundation
Stars: ✭ 25 (-37.5%)
Mutual labels:  powershell-module
HostsFileManagement
Hosts file management on Windows systems using PowerShell classes
Stars: ✭ 25 (-37.5%)
Mutual labels:  powershell-module
PSBlackListChecker
Basic functionality of this module is ability to quickly verify if given IP address is on any of over 80 defined DNSBL lists. Below code will return results only if IP is on any of the lists. Advanced functionality of this module is ability to send reports to your email when things get bad on one of those 80 defined DNSBL listrs.
Stars: ✭ 50 (+25%)
Mutual labels:  powershell-module
PowerFGT
PowerShell module to manage Fortinet (FortiGate) Firewall
Stars: ✭ 80 (+100%)
Mutual labels:  powershell-module
TfsCmdlets
PowerShell Cmdlets for Azure DevOps and Team Foundation Server
Stars: ✭ 75 (+87.5%)
Mutual labels:  powershell-module
OutSystems.SetupTools
Powershell module to install and manage the OutSystems platform
Stars: ✭ 20 (-50%)
Mutual labels:  powershell-module
push-package-action
| Public | GitHub Action to Push a Package to Octopus Deploy
Stars: ✭ 23 (-42.5%)
Mutual labels:  octopus-deploy
DNSSuffix
A set of PowerShell tools for managing the computer's primary DNS suffix.
Stars: ✭ 19 (-52.5%)
Mutual labels:  powershell-module
OSD
OSD Shared Functions
Stars: ✭ 55 (+37.5%)
Mutual labels:  powershell-module
PowerGRR
PowerGRR is an API client library in PowerShell working on Windows, Linux and macOS for GRR automation and scripting.
Stars: ✭ 52 (+30%)
Mutual labels:  powershell-module

Octopus-Cmdlets

Build status

Yo Dawg, I herd you like automation, so I put cmdlets in your PowerShell so you can automate while you automate.

Octopus-Cmdlets is a suite of PowerShell cmdlets that enable you to simplify and automate your interactions with an Octopus Deploy server.

Note

The module name has changed from Octopus.Cmdlets to Octopus-Cmdlets. Please adjust your process (and scripts) accordingly.

Installation

Powershell Gallery (preferred method)

Install-Module -Name Octopus-Cmdlets

Binary Archive

Download the latest binary: v0.7.0

Extract the zip and copy the Octopus-Cmdlets folder into a folder in your $env:PSModulePath.

Alternatively, you can copy the extracted folder to wherever you like and add the full path to your $env:PSModulePath.

psake

  • Option 1:

    • Open the solution in Visual Studio and build it (this will restore the psake nuget package).

    • Open the Package Manager Console and run:

      psake install

  • Option 2 (if you have psake):

    • Open a prompt in the solution folder and type psake install
  • Option 3 (if psake has already been restored):

    • Open a PowerShell prompt in the solution folder and type

    packages\psake.[version]\tools\psake.ps1 install

Usage

Import-Module Octopus-Cmdlets

Please see the wiki for a description of the individual cmdlets, or type help [cmdlet] from PowerShell.

Licence

Copyright 2018 Colin Svingen

Licensed under the Apache License, Version 2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].