vagrant-box
Verified for current stable LTS
Vagrant Box Commands
Vagrant Box command syntax with verified terminal examples.
Commands
8 commands for Vagrant Box
vagrant-box HTTP
Vagrant Box Command: Add Box From Url
vagrant box add <my-box> {https://example.com/my-box.box} vagrant-box Operations
Vagrant Box Command: Add New Box
vagrant box add <hashicorp/bionic64> vagrant-box Operations
Vagrant Box Command: Check Box Version Outdated
vagrant box outdated vagrant-box Operations
Vagrant Box Command: Cleanup Old Box Versions
vagrant box prune vagrant-box Operations
Vagrant Box Command: List Installed Boxes
vagrant box list vagrant-box Operations
Vagrant Box Command: Remove Installed Box
vagrant box remove <hashicorp/bionic64> vagrant-box Operations
Vagrant Box Command: Update All Boxes In Use
vagrant box update vagrant-box Operations
Vagrant Box Command: Update Specific Box
vagrant box update --box <bento/debian-12> Suggest a Vagrant Box Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Vagrant Box workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.