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).
--db Database the secret belongs to: a source name, or target.

This command also accepts the global options.

Example

redis-di describe-secret PASSWORD --db target
RATE THIS PAGE
Back to top ↑