-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
679bbb2
commit bc9ac8a
Showing
1 changed file
with
23 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,29 @@ | ||
# envject | ||
|
||
An environment variables injector. | ||
A command-line tool for injecting environment variables to any file. Useful for any configuration and CI. | ||
|
||
## To use | ||
Inspired by the functionality of [variable-injector](https://github.com/LucianoPAlmeida/variable-injector) but written in go. | ||
|
||
## Installation | ||
|
||
### Install from source | ||
|
||
```shell | ||
go run main.go -file=sample.config.txt -debug=true | ||
go run main.go -file=sample.config.txt -debug=true | ||
``` | ||
|
||
### Grab the binary from the release tags | ||
|
||
- https://github.com/michaelhenry/envject/releases | ||
|
||
### Using Homebrew | ||
|
||
```shell | ||
brew tap michaelhenry/envject | ||
brew install envject | ||
``` | ||
|
||
|
||
## LICENSE | ||
|
||
MIT |