Files
cheatsheet-tldr/tldr/vagrant-status
2025-10-21 00:19:51 +00:00

19 lines
404 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# vagrant status
> Display the state of the machines Vagrant is managing.
> See also: `vagrant`.
> More information: <https://developer.hashicorp.com/vagrant/docs/cli/status>.
- View status of the currently running machine/s:
`vagrant status`
- Target a machine by name or ID:
`vagrant status {{name|id}}`