Skip to content

Commit

Permalink
docs: Add docs for finch vm settings command
Browse files Browse the repository at this point in the history
In my previous pull request, we added the functionality to change the
number of CPUs and memory size allocated to VMs.

  - #887

However, at that time, we did not add documentations for the finch vm
settings command.

Therefore, in this fix, we will add documentations for the finch vm
settings command.

Signed-off-by: Hayato Kiwata <[email protected]>
  • Loading branch information
haytok committed May 8, 2024
1 parent 79eb863 commit a88615a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/cmd/finch_vm_settings.md
Original file line number Diff line number Diff line change
@@ -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.)
```

0 comments on commit a88615a

Please sign in to comment.