Skip to main content

Module resolver

Module resolver 

Source
Expand description

Connection resolution — URL, credentials, proxy, SSH config.

This module lives in ferrule-core so that non-CLI consumers (daemons, REPLs, library embedders) can resolve connections the same way the CLI does, without depending on clap or interactive prompts.

Structs§

ResolvedConnection
Bundled output of connection resolution.

Functions§

resolve_connection
Resolve a connection string into a ResolvedConnection.