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 storekv ls- List keys in the KV storekv get- Retrieves data from the KV storekv set-acls- Set the ACLs of a given keykv add-acls- Add ACLs to a given keykv acls- Get the ACLs of a given keykv rm- Removes data from the KV store
SEE ALSO
← Back to dt