Skip to content
Docs Try Aspire
Docs Try

withBindFileSync

Method
📦 CommunityToolkit.Aspire.Hosting.Flagd v13.4.0
interface FlagdResource {
// ... omitted for brevity
withBindFileSync(
fileSource: string,
filename?: string): FlagdResource;
}

Signature

method withBindFileSync builder
Configures flagd to use a bind mount as the source of flags.
withBindFileSync(
fileSource: string,
filename?: string): FlagdResource
fileSource string
filename string optional = flagd.json
FlagdResource

Applies to

This method applies to the following types: