Skip to content

dt settings ls

Overview

List settings

Synopsis

dt settings ls [OPTIONS] [<key_prefix>] 

Options

  • -v, --include-values
    Include values when listing keys

  • -j, --json
    Output as JSON

  • -p, --pretty
    Pretty print results

  • -o, --offset=<offset>
    Offset to start showing results (default 0)

  • -b, --batch-size=<batch-size>
    Retrieve up to batch-size results (default 100)

Arguments

  • key_prefix (optional)
    Type: String
    Prefix of the settings name

Examples

List all settings

dt settings ls

List all settings with prefix foo

dt settings ls foo

SEE ALSO

← Back to dt settings