.. _orb-node-use: orb node use ============ Usage: ----- .. code:: $ orb node use [OPTIONS] [PUBKEY] Arguments: ---------- * [PUBKEY]: The pubkey of the node. Options: --------- * --help: Show this message and exit. Description: ----------- Make all subsequent commands use this node. This command inserts the pubkey in the config files of the orbconnector app. - Linux: ~/.config/orbconnector/orbconnector.ini - OSX: ~/Library/Application Support/orbconnector/orbconnector.ini - Windows: ${APPDATA}/orbconnector/orbconnector.ini All subsequent orb invocations will use this node by default, unless otherwise specified. .. asciinema:: /_static/orb-node-use.cast