Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] document 'version' command πŸ“ƒβš‘πŸš€ #27509

Merged
merged 3 commits into from
Oct 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/commands/common-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ In [Manifest Mode](../users/manifests.md), defaults to `vcpkg_installed/` under

<a name="manifest-root"></a>

### `--x-manifest-root=<path>`
## `--x-manifest-root=<path>`

**Experimental: will change or be removed at any time**

Expand Down
25 changes: 25 additions & 0 deletions docs/commands/version.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# vcpkg version

**The latest version of this documentation is available on [GitHub](https://github.com/Microsoft/vcpkg/tree/master/docs/commands/version.md).**

## Synopsis

```no-highlight
vcpkg version
```

## Description

Displays the version of the vcpkg executable.

## Example
```no-highlight
$ vcpkg version
vcpkg package management program version 2022-09-01-dfb82802c8cc562ce3b665a904a65b22314de724

See LICENSE.txt for license information.
```

## Options

All vcpkg commands support a set of [common options](common-options.md).