Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.39 KB

README.md

File metadata and controls

38 lines (29 loc) · 1.39 KB

vault

Documentation License Build Status Coverage Go Report Card

A package that facilitates working with http://vaultproject.io/ in context of CLI. It increases the security of Golang applications by populating a command line arguments from the vault.

Installation

Make sure you have a working Go environment. Go version 1.2+ is supported.

See the install instructions for Go.

To install vault, simply run:

$ go get github.com/phogolabs/vault

Contributing

We are open for any contributions. Just fork the project.