From d6c3d00903ec731d0e7997737463aa389bff74f1 Mon Sep 17 00:00:00 2001 From: Grant Regimbal Date: Thu, 21 Apr 2016 19:56:46 -0500 Subject: [PATCH] vagrant snapshot --- plugins/vagrant/_vagrant | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/vagrant/_vagrant b/plugins/vagrant/_vagrant index 764f89545..94838a35c 100644 --- a/plugins/vagrant/_vagrant +++ b/plugins/vagrant/_vagrant @@ -30,6 +30,7 @@ _1st_arguments=( 'ssh-config:Outputs .ssh/config valid syntax for connecting to this environment via ssh' 'status:Shows the status of the current Vagrant environment' 'suspend:Suspends the currently running vagrant environment' + 'snapshot:Used to manage snapshots with the guest machine' 'up:Creates the vagrant environment' 'version:Prints current and latest Vagrant version' '--help:[TASK] Describe available tasks or one specific task'