Applies the single source of truth (ssot) to your process.env
.
npm install --save ssot-apply
require('ssot-apply').config();
// Your process.env has been updated with SSOT settings from CLI, .env, and /config/*.json
require('ssot-apply').parsed;
// Returns the parsed SSOT without modifying your process.env