Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 449 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 449 Bytes

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