mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-02-03 20:39:27 -05:00
23 lines
1.1 KiB
Text
23 lines
1.1 KiB
Text
---
|
|
layout: docs
|
|
page_title: vagrant version - Command-Line Interface
|
|
description: |-
|
|
The "vagrant version" command is used to output the version of Vagrant
|
|
currently installed on the system.
|
|
---
|
|
|
|
⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
|
|
> [!IMPORTANT]
|
|
> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com.
|
|
⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
|
|
|
|
# Version
|
|
|
|
**Command: `vagrant version`**
|
|
|
|
This command tells you the version of Vagrant you have installed
|
|
as well as the latest version of Vagrant that is currently available.
|
|
|
|
In order to determine the latest available Vagrant version, this
|
|
command must make a network call. If you only want to see the currently
|
|
installed version, use `vagrant --version`.
|