probe command ============= Test if an endpoint is reachable using stored paths or provided gateway, and saves the :class:`~baboossh.Endpoint` distance from local Syntax ++++++ `probe [-v|-\\-verbose] [-a|-\\-again] [-n|-\\-new] [-g|-\\-gateway ] []` Arguments --------- - ``: A :class:`~baboossh.Host` to use as gateway. - ``: An :class:`~baboossh.Endpoint` or a :class:`~baboossh.Tag` to reach. Options ------- - `-v|-\\-verbose`: increase output verbosity - `-g|-\\-gateway `: force the use of `` as the gateway to connect (instead of automatically calculated path) - `-a|-\\-again`: include already probed endpoints - `-n|-\\-new`: try finding a new shorter path If `` is provided, test if it is reachable, eventually forcing specified ``. See :ref:`Path finding`. If `` is not provided, use the current :ref:`Workspace options` to determine which :class:`~baboossh.Endpoint` to probe. If it is not set, try every endpoint in the :ref:`Scope`. After completion, information will be added to endpoint list : endpoints will as `reachable` and their distance will be set.