sandersaares / DevOpsTooling

Random assortment of useful PowerShell functions used in Axinom workflows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DevOps tools

This is a random assortment of DevOps tools used in Axinom projects. It is not expected that anyone else uses them, just published here for ease of troubleshooting since some of Axinom's open source libraries are generated using these tools.

Installation

Install-Module Axinom.DevOpsTooling -Scope CurrentUser -Force

You may need to do Set-ExecutionPolicy RemoteSigned first if your PowerShell security configuration is set to a very restricted level.

Usage

  1. Execute Import-Module Axinom.DevOpsTooling
  2. Execute commands provided

You need to re-import the module at the start of every PowerShell session.

About

Random assortment of useful PowerShell functions used in Axinom workflows

License:MIT License


Languages

Language:PowerShell 100.0%