parseCFDocumentFileWithEnv

fnCfDocument parseCFDocumentFileWithEnv(string path) @trusted

Parses a CF file with environment variable substitution.

This is a convenience function that combines parseCFDocumentFile with system environment variable support.

Parameters

pathPath to the CF file to parse

Returns

A CfDocument representing the parsed CF document with env vars substituted.

Throws

CfParseException if the file contains syntax errors or required

environment variables are missing.