ServiceProvider.provide(cliConfig: CLIConfig): Promise<ServiceInfo>
Return ServiceInfo containing the service and any commands which should be registered in the CLI.
Promise<ServiceInfo>
ServiceProvider.provide(cliConfig: CLIConfig): Promise<ServiceInfo>
Return ServiceInfo containing the service and any commands which should be registered in the CLI.
Promise<ServiceInfo>
import { type ServiceProvider } from ".";