Commit 244d6b1d authored by Tomas Norre Mikkelsen's avatar Tomas Norre Mikkelsen
Browse files

[TASK] Vagrant plugin: Add missing vagrant snapshot command

Fixes issue #5022
parent 0ebe3596
...@@ -26,6 +26,7 @@ _1st_arguments=( ...@@ -26,6 +26,7 @@ _1st_arguments=(
'rsync:Syncs rsync synced folders to remote machine' 'rsync:Syncs rsync synced folders to remote machine'
'rsync-auto:Syncs rsync synced folders automatically when files change' 'rsync-auto:Syncs rsync synced folders automatically when files change'
'share:Shares your Vagrant environment with anyone in the world' '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:SSH into the currently running environment'
'ssh-config:Outputs .ssh/config valid syntax for connecting to this environment via ssh' 'ssh-config:Outputs .ssh/config valid syntax for connecting to this environment via ssh'
'status:Shows the status of the current Vagrant environment' 'status:Shows the status of the current Vagrant environment'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment