Skip to content
Docs Try Aspire
Docs Try

withRequiredCommand

Method
📦 Aspire.Hosting v13.2.0
interface ContainerResource {
// ... omitted for brevity
withRequiredCommand(
command: string,
helpLink?: string): IResource;
}

Signature

method withRequiredCommand builder
Adds a required command dependency
withRequiredCommand(
command: string,
helpLink?: string): IResource
command string
helpLink string optional
IResource

Applies to

This method applies to the following types: