{{! Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: BUSL-1.1 }}

The Vault Web REPL provides an easy way to execute common Vault CLI commands, such as write, read, delete, and list. It does not include KV version 2 write or put commands. For guidance, type `help`. For more detailed documentation, see the HashiCorp Developer site.

Examples:

Write secrets to kv v1: write <mount>/my-secret foo=bar

List kv v1 secret keys: list <mount>/

Read a kv v1 secret: read <mount>/my-secret

Mount a kv v2 secret engine: write sys/mounts/<mount> type=kv options=version=2

Read a kv v2 secret: kv-get <mount>/secret-path

Read a kv v2 secret's metadata: kv-get <mount>/secret-path-metadata