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

vagrant global-status — Display the state of all Vagrant machines on the system. The info is based on a cache, which may bec

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandallvagrantstatevagrant global-statusclidisplay

Problem

How to use the vagrant global-status command: Display the state of all Vagrant machines on the system. The info is based on a cache, which may become stale and require pruning. See also: vagrant, vagrant status. More information: <https://developer.hashicorp.com/vagrant/docs/cli/global-status>.

Solution

vagrant global-status — Display the state of all Vagrant machines on the system. The info is based on a cache, which may become stale and require pruning. See also: vagrant, vagrant status. More information: <https://developer.hashicorp.com/vagrant/docs/cli/global-status>.

Display the state of all machines:
vagrant global-status


Prune any stale entries from the output:
vagrant global-status --prune

Code Snippets

Display the state of all machines

vagrant global-status

Prune any stale entries from the output

vagrant global-status --prune

Context

tldr-pages: common/vagrant global-status

Revisions (0)

No revisions yet.