Command Reference
Complete reference for all vee commands.
| Command | Description |
|---|
vee ssh | Open an SSH session |
vee ssh-share | Share the host SSH agent into a VM via AF_VSOCK |
vee tunnel | Forward a VM port to localhost via SSH |
vee view | Open the VM display (SPICE or GPU) |
vee backup | Back up guest directories to the host |
| Command | Description |
|---|
vee pull | Download or build a base image into the cache |
vee mirror | Host-side pacman caching proxy for Arch VMs |
Advanced / infrastructure
| Command | Description |
|---|
vee gpu | Manage GPU passthrough bindings |
vee qmp | Send a QMP command to a running VM |
vee daemon | Run the vee daemon (autostart supervision) |
vee runner | Manage self-hosted GitHub Actions runner VMs |
vee version | Print version, commit, and build date |
vee ships Cobra-generated completions:
source <(vee completion bash) # bash
source <(vee completion zsh) # zsh
vee completion fish | source # fish