An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# PSHCVault

A powershell client library for [Hashicorp Vault](vaultproject.io).

![Dev CI](https://github.com/aschmidt75/PSHCVault/actions/workflows/dev-ci.yaml/badge.svg)

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)