snippetbashTip
vagrant global-status — Display the state of all Vagrant machines on the system. The info is based on a cache, which may bec
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-statusPrune any stale entries from the output:
vagrant global-status --pruneCode Snippets
Display the state of all machines
vagrant global-statusPrune any stale entries from the output
vagrant global-status --pruneContext
tldr-pages: common/vagrant global-status
Revisions (0)
No revisions yet.