pub fn resolve_target_host(
remote_host: Option<&str>,
force_local: bool,
) -> Option<String>Expand description
Resolve the target host name based on flags and hosts.json
Resolution order:
- –local (force local Docker)
- –remote-host flag (explicit)
- default_host from hosts.json
- Local Docker (no host_name)