https://github.com/beevelop/activenv
https://github.com/beevelop/activenv
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/beevelop/activenv
- Owner: beevelop
- License: mit
- Created: 2016-01-11T21:56:22.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-17T11:09:14.000Z (about 10 years ago)
- Last Synced: 2024-12-31T05:41:57.032Z (about 1 year ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# activenv
## Installation
```
basher install beevelop/activenv
```
## Notes
### OS X
Install Bash 4 before using activenv
```
brew install bash
```
## Use Case
1. Define the required ENVs in a meta file
2. Run `activenv` and set required ENVs interactively
- Validate the input with simple regex
3. Substitute ENVs in a template file and write it to the file system
- like `envsubst`
4. e.g. run `docker-compose`