Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-21 00:19:51 +00:00
parent c3f5e8d7ab
commit 8d00ec1c41
29 changed files with 728 additions and 15 deletions

18
tldr/vagrant-status Normal file
View 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}}`