docs: call out `kv import` and the transaction API

This commit is contained in:
Daniel Upton 2022-01-10 12:30:28 +00:00
parent c2f81b492b
commit 77b49965ee
1 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,11 @@ Command: `consul kv put`
The `kv put` command writes the data to the given path in the KV store.
-> When writing multiple entries at once, consider using
[`kv import`](/commands/kv/import) instead. Alternatively, the
[transaction API](/api-docs/txn) provides support for performing up to
64 KV operations atomically.
## Usage
Usage: `consul kv put [options] KEY [DATA]`