Releases: zyborg/Zyborg.Vault
Releases · zyborg/Zyborg.Vault
Zyborg.Vault v0.6.0
Zyborg.Vault v0.5.0
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.)