HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

vagrant status — Display the state of machines in the current Vagrant environment. See also: `vagrant`, `vagrant glob

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandstateclivagrant statusmachinesdisplay

Problem

How to use the vagrant status command: Display the state of machines in the current Vagrant environment. See also: vagrant, vagrant global-status. More information: <https://developer.hashicorp.com/vagrant/docs/cli/status>.

Solution

vagrant status — Display the state of machines in the current Vagrant environment. See also: vagrant, vagrant global-status. More information: <https://developer.hashicorp.com/vagrant/docs/cli/status>.

View status of the machines in the current directory:
vagrant status


Target a machine by name or ID:
vagrant status {{name|id}}

Code Snippets

View status of the machines in the current directory

vagrant status

Target a machine by name or ID

vagrant status {{name|id}}

Context

tldr-pages: common/vagrant status

Revisions (0)

No revisions yet.