Add vagrant box prune command

This commit is contained in:
Johan Hammar 2017-03-08 19:37:25 +01:00
parent b908feebcf
commit 2626cc780f

View File

@ -44,6 +44,7 @@ _box_arguments=(
'help:COMMAND List subcommands' 'help:COMMAND List subcommands'
'list:Lists all installed boxes' 'list:Lists all installed boxes'
'outdated:Checks if a box has newer version' 'outdated:Checks if a box has newer version'
'prune:Removes old versions of installed boxes'
'remove:NAME Removes a box from the system' 'remove:NAME Removes a box from the system'
'repackage:NAME PROVIDER VERSION Repackages an installed box into a `.box` file' 'repackage:NAME PROVIDER VERSION Repackages an installed box into a `.box` file'
'update:Updates box to a newer version, if available' 'update:Updates box to a newer version, if available'