From 244d6b1df91e2b366eac2cf8bc86a7b9e80b55a4 Mon Sep 17 00:00:00 2001 From: Tomas Norre Mikkelsen Date: Tue, 10 May 2016 08:09:12 +0200 Subject: [PATCH] [TASK] Vagrant plugin: Add missing vagrant snapshot command Fixes issue #5022 --- plugins/vagrant/_vagrant | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/vagrant/_vagrant b/plugins/vagrant/_vagrant index 764f8954..35377bd9 100644 --- a/plugins/vagrant/_vagrant +++ b/plugins/vagrant/_vagrant @@ -26,6 +26,7 @@ _1st_arguments=( 'rsync:Syncs rsync synced folders to remote machine' 'rsync-auto:Syncs rsync synced folders automatically when files change' 'share:Shares your Vagrant environment with anyone in the world' + 'snapshot:Manage snapshots with the guest machine' 'ssh:SSH into the currently running environment' 'ssh-config:Outputs .ssh/config valid syntax for connecting to this environment via ssh' 'status:Shows the status of the current Vagrant environment'