parameters

Automatic replace variables in configuration file templates from environment variables.


Keywords
env, cicd, variables, deployment, configuration-files, dotenv, mit-license, rust, symfony
License
MIT

Documentation

Parameters written in Rust

Project Outlines

The project outlines as described in my blog post about Open Source Software Collaboration.

  • The main purpose of this software is to handle one template file and generate another file out of that. This is used for CI/CD pipelines, where a .env.dist file is taken to generate a .env file for production environment.
  • This list is open. Feel free to request features.

Examples

TODO

Installation

cargo install parameters

Similar projects

Dev

./bin/dev.sh -i ./.env.dist -o ./.env.production -e production -n instance1 -r SYMF_ -s @
./bin/dev.sh -i ./.env.dist -r ^
echo -n hello | ./bin/dev.sh -i - -o ./.env.production -e production -n instance1 -r ^SYMF_ -s @