mirror of https://github.com/hashicorp/consul
Update kv get docs
parent
c7496c5652
commit
85350a4329
|
@ -8,7 +8,7 @@ sidebar_current: "docs-commands-kv-get"
|
||||||
|
|
||||||
Command: `consul kv get`
|
Command: `consul kv get`
|
||||||
|
|
||||||
The `kv get` command is used to retrieves the value from Consul's key-value
|
The `kv get` command is used to retrieve the value from Consul's key-value
|
||||||
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
|
If the name or prefix is omitted, it defaults to "" which is the root of the
|
||||||
|
|
Loading…
Reference in New Issue