From ce55cb70b893021bf20066be01e9267a4672246c Mon Sep 17 00:00:00 2001 From: Daniel Upton Date: Mon, 10 Jan 2022 12:30:28 +0000 Subject: [PATCH] docs: call out `kv import` and the transaction API --- website/content/commands/kv/put.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/content/commands/kv/put.mdx b/website/content/commands/kv/put.mdx index beb76fbf5b..d407df721e 100644 --- a/website/content/commands/kv/put.mdx +++ b/website/content/commands/kv/put.mdx @@ -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]`