JPRuskin / NexuShell

PowerShell Module for Sonatype Nexus REST Api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NexuShell

NexuShell logo

A PowerShell module for Sonatype Nexus repository server administration

Try it out!

  1. Clone this repo and run .\build.ps1 -Build from the cloned folder
  2. Import the module with Import-Module .\Output\NexuShell\NexuShell.psd1 from the cloned folder
  3. Discover the available commands with Get-Command -Module NexuShell
  4. Explore the available commands with Get-Help
  5. Start having fun!

Documentation

Information about currently supported functions and their usage can be found on the docs site.

About

PowerShell Module for Sonatype Nexus REST Api

License:MIT License


Languages

Language:PowerShell 100.0%