mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
Interactive server now uses kvv2 so update text
This commit is contained in:
parent
7dd05ab2b8
commit
0545944fc5
1 changed files with 2 additions and 2 deletions
|
|
@ -102,13 +102,13 @@
|
|||
it without Vault.
|
||||
</p>
|
||||
<p>
|
||||
<code>vault write secret/hello value=world</code>
|
||||
<code>vault kv put secret/morning weather=sunny</code>
|
||||
</p>
|
||||
<p>
|
||||
Of course, you can then read this data too:
|
||||
</p>
|
||||
<p>
|
||||
<code>vault read secret/hello</code>
|
||||
<code>vault kv get secret/morning</code>
|
||||
</p>
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue