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.

SEE ALSO

Copied to clipboard
Kai