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
- Host: GitHub
- URL: https://github.com/gerardnico/direnv-x
- Owner: gerardnico
- Created: 2024-10-01T16:03:33.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-20T22:10:22.000Z (6 months ago)
- Last Synced: 2025-01-22T21:43:10.283Z (4 months ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```