Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artuto/secret-replacer
Command line application to replace variables with secrets from an ENV file
https://github.com/artuto/secret-replacer
Last synced: about 2 months ago
JSON representation
Command line application to replace variables with secrets from an ENV file
- Host: GitHub
- URL: https://github.com/artuto/secret-replacer
- Owner: Artuto
- License: mit
- Created: 2023-09-11T00:11:21.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-17T03:05:58.000Z (over 1 year ago)
- Last Synced: 2024-05-02T00:10:31.939Z (8 months ago)
- Language: Java
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# secret-replacer
Command line application to replace variables with secrets from an ENV file## Usage
The program will load environmental variables from a `.env` file in the working directory.
By default the program will only replace variables in `.yml`, `.yaml`, `.json` and `.properties` files.
This can be changed by using the `--replacer-env-file-types` flag.
`java -jar secret-replacer.jar [options] `
Run without arguments to see available options.