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

https://github.com/gerardnico/direnv-x

direnv extension that implements vault and multi env files support
https://github.com/gerardnico/direnv-x

Last synced: 3 months ago
JSON representation

direnv extension that implements vault and multi env files support

Awesome Lists containing this project

README

        

# Direnv X - Add vault and multi-env support to direnv

## About

Do you want to:
* add secrets from [Hashicorp vault](https://www.vaultproject.io/)
* use multiple environments files (`.env`,`.env.docker`)
for your project ?

The `direnv extensions script` is here to help.

## Example and Documentation

See [the direnv-x-print documentation](docs/bin-generated/direnv-x-print.md)

## Install

### Homebrew

* Install `direnv-x` with [homebrew](https://brew.sh/)
```bash
brew install --HEAD gerardnico/tap/direnvx
# Set the libraries directory in your `.bashrc` file
export BASHLIB_LIBRARY_PATH=$(brew --prefix bashlib)/lib
```