process.env_remove

process.env_remove

process.env_remove

Function

Removes a key from a configured environment variable.

Syntax

Parameters

ParametersTypeRequiredDefault valueDescription
keyAnyNoNoneThe name of the environment variable to delete.

Return value

TypeDescription
ProcessReturns the new process builder.

Example

Notes

  • Only delete envs configured through the current Process object.