# vhsm secrets

This command groups subcommands for interacting with vHSM's secrets engines. Each secrets engine behaves differently. Refer to the documentation for more details.

### **Usage**

```sh
vhsm secrets <subcommand> [options] [args]
```

### **Examples**

* **List all enabled secrets engines:**

  ```sh
  vhsm secrets list
  ```
* **Enable a new secrets engine:**

  ```sh
  vhsm secrets enable database
  ```
* **Disable a secrets engine:**

  ```sh
  vhsm secrets disable database
  ```

For detailed usage information, use the `--help` flag with individual subcommands:

```sh
vhsm secrets <subcommand> --help
```

### **Subcommands**

| Subcommand | Description                                 |
| ---------- | ------------------------------------------- |
| `disable`  | Disable a secrets engine.                   |
| `enable`   | Enable a secrets engine.                    |
| `list`     | List all enabled secrets engines.           |
| `move`     | Move a secrets engine to a new path.        |
| `tune`     | Tune the configuration of a secrets engine. |


---

# 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/secret-management/vhsm-secrets.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.
