.. _orb-node-list: orb node list ============= Usage: ----- .. code:: $ orb node list [OPTIONS] Options: --------- * --show-info / --no-show-info: If True, then connect and print node information [default: False] * --help: Show this message and exit. Description: ----------- Get a list of nodes known to Orb. Node data is saved in various places depending on your OS: - Linux: ~/.config/orb_/orb_.ini - OSX: ~/Library/Application Support/orb_/orb_.ini - Windows: ${APPDATA}/orb_/orb_.ini This command simply scans those folders for a matching pattern. If the `--show-info` is provided, then Orb attempts to connect to the node, and to invoke the :ref:`orb-node-info` command on the available nodes. .. asciinema:: /_static/orb-node-list.cast