#env-var #variables #env #ci-cd #env-file #deployment

app parameters

Automatic replace variables in configuration file templates from environment variables

4 releases (2 breaking)

0.2.7 Mar 29, 2022
0.2.4 Mar 29, 2022
0.1.0 Mar 24, 2022
0.0.0 Nov 3, 2019

#532 in Configuration

39 downloads per month

MIT license

24KB
464 lines

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 @

Dependencies

~3–4.5MB
~72K SLoC