···364364Command-line options will override configuration file settings, allowing you to
365365customize VMs on a per-run basis while maintaining defaults in the config file.
366366367367-````sh
368368-Specify custom CPU type, core count, memory allocation, persistent storage, networking, and port forwarding:
367367+Specify custom CPU type, core count, memory allocation, persistent storage,
368368+networking, and port forwarding:
369369370370```bash
371371# Custom CPU and memory
···400400401401# Combine all options
402402freebsd-up --cpu qemu64 --cpus 2 --memory 1G --image ./my-disk.qcow2 --disk-format qcow2 --size 30G --bridge br0 --port-forward 8080:80,2222:22 --detach --volume my-data --install --output ./my-freebsd.iso
403403-````
403403+```
404404405405### Get Help
406406