Skip to content

dt settings ls

Overview

List settings

Synopsis

dt settings ls [OPTIONS] [<key_prefix>] 

Options

  • -s, --scope=<scope>
    Scope of the setting, e.g. user, global or group name

  • -j, --json
    Output as JSON

  • -p, --pretty
    Pretty print results

Arguments

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

Examples

List all settings for the current user

dt settings -s user ls

List all settings with prefix foo for group my_group

dt setttings ls -s my_group foo

SEE ALSO

← Back to dt settings