2 references to GetCommandMetadataAsync
aspire (2)
Commands\ResourceCommand.cs (2)
144
var command = await
GetCommandMetadataAsync
(connection, resourceName, commandName, includeHidden, cancellationToken).ConfigureAwait(false);
631
var resourceCommand = await
GetCommandMetadataAsync
(result.Connection!, request.ResourceName, request.CommandName, includeHidden, cancellationToken).ConfigureAwait(false);