9 references to RunFoundryCommandAsync
Aspire.Hosting.Foundry (9)
FoundryLocalService.cs (9)
60var output = await RunFoundryCommandAsync( 86var output = await RunFoundryCommandAsync( 107await RunFoundryCommandAsync(["model", "load", modelId], onOutput: null, cancellationToken).ConfigureAwait(false); 116RunFoundryCommandAsync(["service", "ps"], onOutput: null, cancellationToken); 183await RunFoundryCommandAsync(arguments, onOutput: null, stopCancellation.Token).ConfigureAwait(false); 214await RunFoundryCommandAsync( 252await RunFoundryCommandAsync( 514var output = await RunFoundryCommandAsync(arguments, onOutput: null, cancellationToken).ConfigureAwait(false); 727var helpOutput = await RunFoundryCommandAsync(["--help"], onOutput: null, cancellationToken).ConfigureAwait(false);