Skip to content

sandersaares-actions/devops-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A set of useful devops scripts that are published as standalone zip, PowerShell module and as GitHub actions.

Usage as raw scripts:

  1. Get the scripts as ZIP, extract somewhere.
  2. Execute . sandersaares-actions/Load-AllFunctions.ps1
  3. Call the scripts as PowerShell functions (do not call them as scripts).

Usage as PowerShell module:

  1. Install-Module sandersaares.devops-scripts (On first run)
  2. Import-Module sandersaares.devops-scripts (If already installed)
  3. Call the scripts as PowerShell functions (do not call them as scripts).

Usage as GitHub actions:

  1. See marketplace for sandersaares-actions/*.

Not every script is available as a GitHub action (created on-demand as needed).

About

A set of useful devops scripts that are published as standalone zip, PowerShell module and as GitHub actions

Resources

License

Stars

Watchers

Forks

Packages

No packages published