Skip to content

Instantly share code, notes, and snippets.

@zmx
Created May 7, 2024 07:55
Show Gist options
  • Save zmx/bbf60afbc7fce7623bf85e498e18a53a to your computer and use it in GitHub Desktop.
Save zmx/bbf60afbc7fce7623bf85e498e18a53a to your computer and use it in GitHub Desktop.
vault cp
vault kv put kv/destination/path @<(vault kv get -format=json kv/origin/path | jq .data.data)
# via https://gist.github.com/elasticdog/e82f0b8e63407cbb6af69341cb9d0336?permalink_comment_id=3278492#gistcomment-3278492
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment