summaryrefslogtreecommitdiff
path: root/vmadm.md
diff options
context:
space:
mode:
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