mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-11 20:47:34 +00:00
19 lines
404 B
Plaintext
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}}`
|