Skip to content

Releases: zyborg/Zyborg.Vault

Zyborg.Vault v0.6.0

19 Jun 20:07
Compare
Choose a tag to compare
  • Breaking change -- the DefaultCommandPrefix has been changed from HCVault to Vlt to keep it short and simple.
  • Added a home page which also includes published API Docs for the module, generated by the CI process.

Zyborg.Vault v0.5.0

14 Jun 22:39
Compare
Choose a tag to compare

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.)