Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.