dt kv ls
Overview
List keys in the KV store
Synopsis
dt kv ls [OPTIONS] [<key_prefix>]
Options
-
-a,--acls
Include ACLs when listing keys -
-s,--secure
List encrypted keys -
-j,--json
Output as JSON -
-p,--pretty
Pretty print results -
-e,--environment=<environment>
Target environment (dev/pre/prod). Only available from system/local.
Arguments
key_prefix(optional)
Type:String
Prefix of the key
Examples
List all keys including their acls
dt kv ls
List all keys with prefix foo
dt kv ls foo
SEE ALSO
← Back to dt kv