This repository was archived by the owner on Mar 20, 2025. It is now read-only.
v2.4.0
What's Changed
-
Fallback to first PASSTHROUGH config when no matches found. #102
If the the
PASSTHROUGH
configuration endpoint name does not match the given name, then it will use the first passthrough endpoint (if any). In this case it will also warn the user that the name is potentially wrong. In most cases this "guess" should be good enough, as it only affects devices with more than 1 passthrough endpoint.Example
If you specify the incorrect--config <name>
, then everything should still work fine. It will fail if there are no passthrough endpoints.# This will fallback to the first available passthrough config on the device c8ylp connect ssh TST-import_commutative_width --ssh-user docker --config ThisNameIsWrong
Full Changelog: v2.3.0...v2.4.0