18 Commits

Author SHA1 Message Date
Seth Vargo
99c3592064
Update API docs 2017-04-04 12:33:35 -04:00
James Phillips
eb99212b83 Merge pull request #2669 from legendtkl/master
Fix consul kv example with flag separator
2017-02-07 20:17:42 -08:00
Kyle Havlovitz
49d2ce1c3d
Move command Meta to base.Command and split http options 2017-02-07 19:16:41 -05:00
legendtkl
a2ff72b6ce Fix consul kv example with flag separator
1. fix consul kv example with flag separator
2017-01-24 17:03:12 +08:00
James Nugent
d4e8c8a2c1 cli: Add KV export and import
This commit adds two new commands to the Consul KV CLI, which export and
import a JSON formatted representation of the Consul KV tree. It is
useful to migrate parts of the KV tree between unrelated Consul
clusters, and could also be used for initial data population of the KV
store.
2017-01-05 07:57:38 -06:00
James Nugent
2e8f440ac7 cli: Add -base64 option to consul kv put
This commit adds a -base64 option to the consul kv put command, which
base 64 decodeds the data prior to writing it. This can be used in
conjunction with `consul kv get -base64 key`.
2017-01-04 16:12:21 -06:00
James Nugent
5334649355 Merge pull request #2631 from hashicorp/kv-get-base64
cli: Add -base64 option to `consul kv get`
2017-01-04 16:00:27 -06:00
James Nugent
b79296ac70 cli: Add -base64 option to consul kv get
This commit adds a `-base64` option to the `consul kv get` command,
which base 64 encodes the output such that it can be processed by
terminal tools in the event that the data is binary. The flag defaults
to false.
2017-01-04 15:41:40 -06:00
Bradley Falzon
5a0b824ae0 Fix typo in command/kv/put doc 2016-12-21 14:02:26 +10:30
James Turnbull
23a4a96ad3 Documentation pass
I was reviewing some docs and found a few issues.

1. Fixed some spelling mistakes.
2. Re-formatted some paragraphs.
3. Changed some potentially loaded language.
4. Fixed some grammar issues.
5. Tried to consistently use syntax-highlighting.
6. Fixed post-period spacing.
7. Fixed some formatting issues and inconsistency.
8. All "notes" are either proper notes or re-written.
2016-11-25 12:02:32 -05:00
Seth Vargo
f381d19221
Update cas docs 2016-09-26 16:15:27 -07:00
Seth Vargo
28de64c7f0
Remove base64 comment entirely 2016-09-26 16:10:22 -07:00
Seth Vargo
39fb70ff67
Fix CAS operations for put 2016-09-26 16:06:56 -07:00
Seth Vargo
85350a4329
Update kv get docs 2016-09-26 16:06:56 -07:00
Seth Vargo
c7496c5652
Change delete CAS behavior to require ModifyIndex 2016-09-26 16:06:55 -07:00
Seth Vargo
297a22383f
Add kv delete command 2016-09-26 16:06:53 -07:00
Seth Vargo
82bddd7f9b
Add kv put command 2016-09-26 16:06:53 -07:00
Seth Vargo
c8fdc5c50d
Add kv get 2016-09-26 16:06:53 -07:00