Skip to content

ilkka/substenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Substenv

Replace $ENVVAR or ${ENVVAR} references in its input with values from the environment.

Usage

substenv [<flags>] [<input>]

Flags:
  --help       Show help.
  -r, --regex  Use slower but less greedy regex parser
  --version    Show application version.

Args:
  [<input>]  Input file or stdin if not given

Install with

    $ go get github.com/ilkka/substenv

About

Clone of gettext envsubst for e.g. Mac where it is not available

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages