vcpkg/docs/commands/list.md
val 25dc41081e
[docs] documenting list command 📃 (#27617)
* added list.md :)

* fixed formatting

* somehow these weird tabs make the file render correctly

* format

* dont mind me fighting with the formatting

* Suggested changes

* added missing commands from docs readme
2022-11-04 14:44:31 -07:00

977 B

vcpkg list

The latest version of this documentation is available on GitHub.

Synopsis

vcpkg list [options]

Description

Shows a list of the packages in the installed tree, along with the version and description of each.

Example

$ vcpkg list

cxxopts:x64-windows				3.0.0			This is a lightweight C++ option parser library...
fmt:x64-windows					9.0.0			Formatting library for C++. It can be used as a...
range-v3:x64-windows				0.12.0 			Range library for C++11/14/17/20.
vcpkg-cmake-config:x64-windows			2022-02-06#1
vcpkg-cmake:x64-windows				2022-08-18

Options

All vcpkg commands support a set of common options.

--x-full-desc

Print the full, untruncated description of each package.