mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 20:36:26 +02:00
Interactive server now uses kvv2 so update text
This commit is contained in:
parent
7dd05ab2b8
commit
0545944fc5
@ -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…
x
Reference in New Issue
Block a user