feat(vagrant): Add vagrant box prune command (#5946)

This commit is contained in:
Johan Hammar
2026-09-04 16:38:16 -07:00
committed by GitHub
parent 7079eaf80d
commit 421d95782d
+1
View File
@@ -47,6 +47,7 @@ _box_arguments=(
'help:COMMAND List subcommands'
'list:Lists all installed boxes'
'outdated:Checks if a box has newer version'
'prune:Removes old versions of installed boxes'
'remove:NAME Removes a box from the system'
'repackage:NAME PROVIDER VERSION Repackages an installed box into a `.box` file'
'update:Updates box to a newer version, if available'