Guest Control
Guest control commands let you work with a running VM without remembering raw SSH arguments.
Interactive SSH
Run One Command
Copy Files
yeast copy web --to-guest ./hello.txt /home/yeast/hello.txt
yeast copy web --from-guest /home/yeast/hello.txt ./hello-back.txt