> For the complete documentation index, see [llms.txt](https://docs.enclaive.cloud/virtual-hsm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enclaive.cloud/virtual-hsm/cli/vhsm-version.md).

# vhsm version

The `vhsm version` command prints the installed vHSM version.

### **Usage**

```sh
vhsm version
vhsm [--version | -v]
```

### **Examples**

Print the vHSM version:

```sh
vhsm version
```

**Output:**

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

Using the `-v` or `--version` flag:

```sh
vhsm -v
```

**Output:**

```plaintext
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. |
