• Given an .env file content, generates a new one with new values without removing already existing lines.

    Parameters

    • envFileContent: null | string

      .env file contents.

    • updatedValues: Record<string, undefined | string>

      object containing new env variables values.

    Returns string