path command

Manage Path objects

If no subcommand is provided, the default behaviour is list.

list

List paths in workspace in a tabular view.

Arguments

  • -a, --all: include out of scope hosts

add

Create a Path fron <src> to <dst>. This does not imply the destination endpoint becomes reachable, you must test it with the probe command

Arguments

  • <src>: a Host from the workspace or “Local”

  • <dst>: an Endpoint from the workspace

get

Show the shortest Path chain from “Local” to the provided Endpoint or a Host.

Arguments

delete

Delete a Path fron <src> to <dst> from the workspace.

Arguments

  • <src>: a Host from the workspace or “Local”

  • <dst>: an Endpoint from the workspace