IConfigurationFileDeployer Interface

Provides methods for working with configuration files.

Inheritance Hierarchy

Syntax

public interface IConfigurationFileDeployer

Methods

Name Description
WriteAsync(System.IO.TextWriter writer, string configurationFileName, string instanceName, Inedo.Diagnostics.ILogSink log)

Finds a configuration file instance matching the specified arguments, applies all templating transforms and variable replacements, and writes the result to writer.