# 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. |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.enclaive.cloud/virtual-hsm/cli/vhsm-version.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
