parseCFDocumentFileWithEnv
Parses a CF file with environment variable substitution.
This is a convenience function that combines parseCFDocumentFile with system environment variable support.
Parameters
path | Path 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.