From ad658a766191b32e016538a588f1e41fcdf71119 Mon Sep 17 00:00:00 2001 From: Eugene Bekker Date: Wed, 14 Jun 2017 19:47:32 -0400 Subject: [PATCH] Add Zyborg.Vault PowerShell module to libs list --- 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)