Remotely build, fetch and pave zedboot
usage: fx pave-remote HOST [DIR] [--no-pave] [--no-build] [-- PAVE_ARGS]
Connect to HOST, run a build using fx from DIR, fetch the artifacts and
start the paver.
--no-build do not build, just pull artifacts already present
--no-pave do not start the paver, just pull the artifacts
-- pass any arguments after the -- to the fx pave-zedboot
command
HOST the hostname to connect to
DIR defaults to ~/fuchsia, the path to the FUCHSIA_DIR on HOST
PAVE_ARGS arguments for the fx pave-zeboot command
HOST and DIR are persisted in the file //.fx-remote-config and are reused as
defaults in future invocations of any 'fx *-remote' tools.
pave-zedboot-remote source code