redis-di describe-secret

Describes a secret of a pipeline

Describes a single secret of a pipeline. The API never returns secret values, so the output shows only the key and whether it is set, not the stored value.

Usage

redis-di describe-secret <key> [flags]

Options

Option Description
-p, --pipeline Pipeline to target (default default).

This command also accepts the global options.

Example

redis-di describe-secret TARGET_DB_PASSWORD
RATE THIS PAGE
Back to top ↑