Skip to content

Zyborg.Vault v0.5.0

Compare
Choose a tag to compare
@ebekker ebekker released this 14 Jun 22:39
· 135 commits to master since this release

This is the first published release!

The easiest way to use this module is to install it from the PowerShell Gallery:

Install-Module -Name Zyborg.Vault

This first release includes the following:

  • Most commands found in the official Vault CLI client are reproduced as cmdlets.
    • The mapping of CLI commands to their PowerShell cmdlet counterparts can be found here.
    • A few commands that are server-specific or not practical in a PowerShell context are excluded, and a few will be implemented in the future.
  • All cmdlets have been documented in the form of PowerShell help.
  • All cmdlets have been manually tested against a Vault 7.x instance. (Unit testing will be added in an upcoming release.)