15 lines
427 B
Markdown
Raw Normal View History

# 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`