Skip to content

Releases: farisj/dotenvious

v.0.0.7

22 Oct 16:32
Compare
Choose a tag to compare

Changes in 0.0.7

  • Renamed -f flag to -x for specifying example file
  • Reimplemented -f as specifying env file
  • Small Bug Fixes
    • Adding newline to end of file
    • Prevent losing added variables when also overwriting variables

v0.0.4

29 Oct 19:52
Compare
Choose a tag to compare

What's New

dotenvious will not crash if .env or .example-env are not present

rubygems: here

v0.0.3

21 Oct 20:10
Compare
Choose a tag to compare

Ability to run dotenvious --sort to alphabetically sort your .env file.

v0.0.1

10 Sep 19:15
Compare
Choose a tag to compare

First Version for Dotenvious. Current version will use a CLI to:

Prompt to append missing variables from .example-env to .env.
Prompt to replace differing variable values from .example-env to .env.
Allow user to bypass specific variables via a .envious file at the root of the repository.