Skip to main content

Function: substituteEnvOptions()

substituteEnvOptions(processEnv, options): void

Process options and replace any env variables with their values.

Parameters

processEnv

The environment variables from the process.

options

object[]

The options.

Returns

void

Throws

GeneralError if an env variable is missing.