summaryrefslogtreecommitdiff
path: root/vmadm.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-02-28 18:59:14 +0000
committerLars Wirzenius <liw@liw.fi>2022-02-28 18:59:14 +0000
commitf5b7ee0ce079e22f37e42c23277ed32aebb41919 (patch)
tree2094488c09e0bbbdb46a8f332557e3aa4f64ab3e /vmadm.md
parent082e96cb2efb57f20b63e6908b8b28ff40119197 (diff)
parent84dde1be5e02c639f818a7b3f167d9d5b7c47a8c (diff)
downloadvmadm-f5b7ee0ce079e22f37e42c23277ed32aebb41919.tar.gz
Merge branch 'recreate' into 'main'
feat: add a recreate subcommand Closes #33 See merge request larswirzenius/vmadm!57
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