Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
CLI reference for syncing files between your local machine and VMs.
machine0 sync push <local-path> <vm>:[remote-path] [flags]
--username
--dry-run
--delete
-w, --watch
~/
machine0 sync push ./src myvm:~/app machine0 sync push ./src myvm:~/app --watch machine0 sync push ./project myvm:~/project --delete
machine0 sync pull <vm>:[remote-path] <local-path> [flags]
machine0 sync pull myvm:~/app ./src