From cc22acee76ba208e26a116a7e58f9640e2f865db Mon Sep 17 00:00:00 2001 From: Eugene Bekker Date: Sat, 17 Jun 2017 11:24:13 -0400 Subject: [PATCH] Add Zyborg.Vault PowerShell module to libs list (#2869) --- website/source/api/libraries.html.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/source/api/libraries.html.md b/website/source/api/libraries.html.md index 3e35be516a95..c4b4463ed508 100644 --- a/website/source/api/libraries.html.md +++ b/website/source/api/libraries.html.md @@ -119,6 +119,14 @@ $ composer require jippi/vault-php-sdk $ composer require violuke/vault-php-sdk ``` +### PowerShell + +* [Zyborg.Vault](https://github.com/zyborg/Zyborg.Vault) + +```PowerShell +Install-Module Zyborg.Vault +``` + ### Python * [HVAC](https://github.com/ianunruh/hvac)