LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

vagrant-status

Display Vagrant machine state

TLDR

Show VM status
$ vagrant status
copy
Show specific VM status
$ vagrant status [name]
copy

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
copy
sudo dnf install vagrant
copy
nix profile install nixpkgs#vagrant
copy

SEE ALSO

Copied to clipboard
Kai