Skip to content
Docs Try Aspire
Docs Try

IResource.withProcessCommand

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

Signature

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

Defined on

This method is defined on the following type: