https://github.com/aschmidt75/pshcvault
A powershell native client library for the Hashicorp Vault API
https://github.com/aschmidt75/pshcvault
hashicorp powershell vault
Last synced: 8 months ago
JSON representation
A powershell native client library for the Hashicorp Vault API
- Host: GitHub
- URL: https://github.com/aschmidt75/pshcvault
- Owner: aschmidt75
- License: mit
- Created: 2023-08-02T14:37:41.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-11-04T12:52:09.000Z (over 2 years ago)
- Last Synced: 2024-05-15T23:07:25.749Z (almost 2 years ago)
- Topics: hashicorp, powershell, vault
- Language: PowerShell
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PSHCVault
A powershell client library for [Hashicorp Vault](vaultproject.io).

For an overview of functions, see [examples/ExportedFunctions.md](examples/ExportedFunctions.md)
# Testing
[Pester](pester.dev) is used for unit-testing public commands. See [here for installation](https://pester.dev/docs/introduction/installation).
```ps
PS> Import-Module .\PSHCVault
PS> Invoke-Pester
```
# License
MIT License
Copyright (c) 2023 Andreas Schmidt
See [LICENSE](LICENSE)