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