Skip to content

Commit

Permalink
docs: Add docs for finch vm settings command (#938)
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.

Issue #, if available: N/A

*Description of changes:* Details are described in this commit message.

*Testing done:* N/A



- [x] I've reviewed the guidance in CONTRIBUTING.md


#### License Acceptance

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

Signed-off-by: Hayato Kiwata <[email protected]>
  • Loading branch information
haytok authored May 21, 2024
1 parent cef9d8f commit 7b68216
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 7b68216

Please sign in to comment.