Skip to content

dt kv

Overview

This command interacts with the key/value store. You can get, put, remove or list keys and their associated values. With the -s option you can opt in to encrypt your stored values. You can also attach ACLs to your entries.

Synopsis

dt kv SUBCOMMAND [OPTIONS] [ARGUMENTS]

Available Subcommands

  • kv put - Sets or updates data in the KV store
  • kv ls - List keys in the KV store
  • kv get - Retrieves data from the KV store
  • kv set-acls - Set the ACLs of a given key
  • kv add-acls - Add ACLs to a given key
  • kv acls - Get the ACLs of a given key
  • kv rm - Removes data from the KV store

SEE ALSO

← Back to dt