vagrant-status
Display Vagrant machine state
TLDR
Show VM status
$ vagrant status
Show specific VM status$ vagrant status [name]
SYNOPSIS
vagrant status [options] [name]
DESCRIPTION
vagrant status displays the current state of Vagrant machines. Shows whether VMs are running, halted, suspended, or not created. Run from directory containing Vagrantfile.
INSTALL
sudo apt install vagrant
sudo dnf install vagrant
nix profile install nixpkgs#vagrant
SEE ALSO
vagrant(1), vagrant-global-status(1)
