Skip to content
DocsTry Aspire
DocsTry

FlagdResource.withBindFileSync

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

Signature

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

Defined on

This method is defined on the following type: