open-vault/website/source/docs/commands/secrets/move.html.md
RJ Spiker fca7cb3794 website: update sidebar_title in front matter to use <code> (#5636)
* website: replace deprecated <tt> with <code> in front matter sidebar_title

* website: wrap front matter sidebar_title in <code> for commands pages
2018-10-29 15:58:37 -04:00

873 B

layout page_title sidebar_title sidebar_current description
docs secrets move - Command <code>move</code> docs-commands-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.

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/:

$ vault secrets move secret/ kv/

Usage

There are no flags beyond the standard set of flags included on all commands.