HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

vagrant version — Display Vagrant version information. Note: Internet access is required for vagrant version to check

Submitted by: @import:tldr-pages··
0
Viewed 0 times
vagrant versioncommandvagrantnotecliinformationversiondisplay

Problem

How to use the vagrant version command: 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>.

Solution

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

Code Snippets

Display the currently installed version and latest version of Vagrant that is currently available

vagrant version

Display version

vagrant --version

Context

tldr-pages: common/vagrant version

Revisions (0)

No revisions yet.