mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
01b1cff139
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
353 B
353 B
vagrant status
Display the state of machines in the current Vagrant environment. See also:
vagrant,vagrant global-status. More information: https://developer.hashicorp.com/vagrant/docs/cli/status.
- View status of the machines in the current directory:
vagrant status
- Target a machine by name or ID:
vagrant status {{name|id}}