> 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/configuration-and-management/vhsm-print.md).

# vhsm print

The `vhsm print` command allows users to interact with vHSM's runtime values.

### **Usage**

```sh
vhsm print <subcommand>
```

### **Subcommands**

| Subcommand | Description                            |
| ---------- | -------------------------------------- |
| `token`    | Prints the vHSM token currently in use |

### **Example**

Print the token that is currently in use.

```sh
vhsm print token
```

**Output**

```
hvs.sb8ruh02CEKoU4OiacuOaTDn
```
