Skip to content

dt kv get

Overview

Retrieves data from the KV store

Synopsis

dt kv get [OPTIONS] <key> 

Options

  • -s, --secure
    Get encrypted KV pair

  • -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 (required)
    Type: String
    Name of the key

Examples

Read a value

dt kv get foo/bar

SEE ALSO

← Back to dt kv