For the complete documentation index, see llms.txt. This page is also available as Markdown.

vhsm version

Learn to print the installed vHSM version.

The vhsm version command prints the installed vHSM version.

Usage

vhsm version
vhsm [--version | -v]

Examples

Print the vHSM version:

vhsm version

Output:

Vhsm v1.3.7-0 ('00d245ed8143844db6761fd947433aab237f914f+CHANGES'), built 2025-01-29T15:11:42Z

Using the -v or --version flag:

vhsm -v

Output:

Vhsm v1.3.7-0 ('00d245ed8143844db6761fd947433aab237f914f+CHANGES'), built 2025-01-29T15:11:42Z

Options

Flag

Description

--version, -v

Prints the vHSM version, including the build date if available.

Last updated