diff --git a/docs/cmd/finch_vm_settings.md b/docs/cmd/finch_vm_settings.md new file mode 100644 index 000000000..5746e8c8b --- /dev/null +++ b/docs/cmd/finch_vm_settings.md @@ -0,0 +1,15 @@ +# finch vm settings + +Configure the virtual machine instance + +```text + finch vm settings [flags] +``` + +## Options + +```text + --cpus int the amount of vCPU to dedicate to the virtual machine (restart the vm when applying this change.) + -h, --help help for settings + --memory string the amount of memory to dedicate to the virtual machine (restart the vm when applying this change.) +```