summaryrefslogtreecommitdiff
path: root/vmadm.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-09-08 18:38:15 +0300
committerLars Wirzenius <liw@liw.fi>2023-09-08 18:38:15 +0300
commit9e52fa76411a37fce9c455efa70e2f6b1a5c1071 (patch)
tree2dcb65eed265c5fbb6682645b9dfc2e0b9f69fb5 /vmadm.md
parent669a34a9bd7cbbd92203d5a18260de3d4aa0b7f2 (diff)
downloadvmadm-9e52fa76411a37fce9c455efa70e2f6b1a5c1071.tar.gz
feat: "reboot" subcommand
Sponsored-by: author
Diffstat (limited to 'vmadm.md')
-rw-r--r--vmadm.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/vmadm.md b/vmadm.md
index 7d5ae96..2fb6eeb 100644
--- a/vmadm.md
+++ b/vmadm.md
@@ -258,6 +258,14 @@ when I run ssh -F .ssh/config debian@smoke hostname
when I run vmadm start --config config.yaml smoke.yaml
~~~
+Do it again, but using the `vmadm reboot` helper command.
+
+
+~~~scenario
+when I run vmadm reboot --config config.yaml smoke.yaml
+when I run ssh -F .ssh/config debian@smoke hostname
+~~~
+
Finally, we delete it twice.
~~~scenario