open-vault/website/content/docs/commands/secrets/move.mdx
Bryce Kalow b76a56d40c
feat(website): migrates nav data format and updates docs pages (#11242)
* migrates nav data format and updates docs pages

* removes sidebar_title from content files
2021-04-06 13:49:04 -04:00

31 lines
786 B
Plaintext

---
layout: docs
page_title: secrets move - Command
description: |-
The "secrets move" command moves an existing secrets engine to a new path. Any
leases from the old secrets engine are revoked, but all configuration
associated with the engine is preserved.
---
# secrets move
The `secrets move` command moves an existing secrets engine to a new path. Any
leases from the old secrets engine are revoked, but all configuration associated
with the engine is preserved.
**Moving an existing secrets engine will revoke any leases from the old
engine.**
## Examples
Move the existing secrets engine at secret/ to kv/:
```shell-session
$ vault secrets move secret/ kv/
```
## Usage
There are no flags beyond the [standard set of flags](/docs/commands)
included on all commands.