Skip to content

spowelljr/config-wizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

config-wizard

Exports configs/secrets as environment variables for 12 Factor local development.

Usage: source ./wizard

This wizard expects a .env file.

Example:

# Config
FOO=BAR

# Command
!USER=whoami

# Secret (to indicate a secret exclude '=')
API_TOKEN

Note: The envs will be set for the life of the shell process.

optional system-wide install

make install

uninstall

make uninstall

Releases

No releases published

Packages

No packages published