Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-29 00:20:46 +00:00
parent b758660fa5
commit 44de08faea
28 changed files with 364 additions and 37 deletions

18
tldr/vagrant-version Normal file
View File

@@ -0,0 +1,18 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# vagrant version
> Display Vagrant version information.
> Note: Internet access is required for vagrant version to check the latest available version.
> More information: <https://developer.hashicorp.com/vagrant/docs/cli/version>.
- Display the currently installed version and latest version of Vagrant that is currently available:
`vagrant version`
- Display version:
`vagrant --version`