mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-13 12:59:21 +00:00
Update cheatsheets
This commit is contained in:
18
tldr/vagrant-status
Normal file
18
tldr/vagrant-status
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user