summaryrefslogtreecommitdiff
path: root/vmadm.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-02-28 20:58:17 +0200
committerLars Wirzenius <liw@liw.fi>2022-02-28 20:58:17 +0200
commit84dde1be5e02c639f818a7b3f167d9d5b7c47a8c (patch)
tree2094488c09e0bbbdb46a8f332557e3aa4f64ab3e /vmadm.md
parent082e96cb2efb57f20b63e6908b8b28ff40119197 (diff)
downloadvmadm-84dde1be5e02c639f818a7b3f167d9d5b7c47a8c.tar.gz
feat: add a recreate 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 aec706f..71a49d1 100644
--- a/vmadm.md
+++ b/vmadm.md
@@ -322,6 +322,14 @@ when I run ssh -F .ssh/config debian@smoke hostname
when I run ssh -F .ssh/config debian@other hostname
~~~
+Then we recreate them.
+
+~~~scenario
+when I run vmadm recreate --config config.yaml smoke.yaml other.yaml
+when I run ssh -F .ssh/config debian@smoke hostname
+when I run ssh -F .ssh/config debian@other hostname
+~~~
+
Finally, we delete them.
~~~scenario