Skip to main content

Environment APIs

These functions can be used to get Environment variable(s) data

listEnv() -> Record<string, string>

Get all Environment variables associated with the artemis process

getEnvValue(key) -> string

Get a single Environment variable value. Returns empty string if variable does not exist

ParamTypeDescription
keystringEnvironment variable name to get info