consul kv put nginx/name "Dave" consul kv get nginx/content "This is some content" consul kv get nginx/stuff "Foobar"
consul kv put nginx/name "Steve" # update
consul kv delete nginx/name consul kv delete -recurse nginx
consul kv get --detailed nginx/name
Show the same thing in the consul UI.
More or less required for production use.