Skip to content
DocsTry Aspire
DocsTry

withProcessCommand

Method
📦 Aspire.Hosting v13.4.0
interface ContainerResource {
// ... omitted for brevity
withProcessCommand(
commandName: string,
displayName: string,
options: ProcessCommandExportOptions): IResource;
}

Signature

methodwithProcessCommandbuilder
Adds a command to the resource that starts a local process when invoked.
withProcessCommand(
commandName: string,
displayName: string,
options: ProcessCommandExportOptions): IResource
commandNamestring
displayNamestring
optionsProcessCommandExportOptions
IResource

Applies to

This method applies to the following types: