• Execute the 'tunnel_provider' hook, and return the list of available tunnel providers. Fail if there are multiple plugins for the same provider.

    Parameters

    • config: Config

      Oclif config used to execute hooks.

    Returns Promise<{
        error?: string;
        plugins: string[];
    }>

    List of available tunnel plugins.