mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-21 10:02:15 +00:00
Update cheatsheets
This commit is contained in:
18
tldr/vagrant-version
Normal file
18
tldr/vagrant-version
Normal 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`
|
||||
Reference in New Issue
Block a user