Skip to content
Docs Try Aspire
Docs Try

addGoFeatureFlag

Method
📦 CommunityToolkit.Aspire.Hosting.GoFeatureFlag v13.4.0
interface IDistributedApplicationBuilder {
// ... omitted for brevity
addGoFeatureFlag(
name: string,
pathToConfigFile?: string,
port?: number): GoFeatureFlagResource;
}

Signature

method addGoFeatureFlag builder
Adds an GO Feature Flag container resource to the application model. The default image is and the tag is .
addGoFeatureFlag(
name: string,
pathToConfigFile?: string,
port?: number): GoFeatureFlagResource
name string
pathToConfigFile string optional
port number optional
GoFeatureFlagResource

Applies to

This method applies to the following types: