Replaces all environment variable placeholders in a file
npm install env-replace
npx env-replace config/*.yaml
const envReplace = require('env-replace')
envReplace('config/*.yaml')
Replaces environment variable placeholders in any file that matches the pattern.
Type: string
Glob that defines which files are processed.