Merge pull request #4263 from hashicorp/kv-get-docs

Update kv docs detail for accuracy
This commit is contained in:
Paul Banks 2018-07-13 18:29:34 +01:00 committed by GitHub
commit b3dd5c1aad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -11,8 +11,7 @@ Command: `consul kv get`
The `kv get` command is used to retrieve the value from Consul's KV The `kv get` command is used to retrieve the value from Consul's KV
store at the given key name. If no key exists with that name, an error is store at the given key name. If no key exists with that name, an error is
returned. If a key exists with that name but has no data, nothing is returned. returned. If a key exists with that name but has no data, nothing is returned.
If the name or prefix is omitted, it defaults to "" which is the root of the A key name or prefix is required.
KV store.
## Usage ## Usage