sq config keyring ls
Part of the sq config keyring command group;
see Secrets for the broader picture.
Reference
List every keyring entry under the sq service, reconciled against
the ${keyring:<path>} placeholders referenced by sources.
Output columns:
STATUS referenced | orphan | missing (see below).
PATH The keyring entry path, e.g. "j2k7m3pxtz".
HANDLE The @handle that references the entry (blank for orphans).
DRIVER The source's driver type (blank for orphans).
Status values:
referenced Present in the keyring and referenced by a source.
orphan Present in the keyring, referenced by no source. Remove
with 'sq config keyring prune'.
missing Referenced by a source but absent from the keyring; that
source will fail to resolve its secret at connect time.
A path referenced by multiple sources yields one row per source. Only
${keyring:...} refs are reconciled; ${env:...} and ${file:...} are
external and not listed.
Usage:
sq config keyring ls
Aliases:
ls, list
Flags:
-t, --text Output text
-j, --json Output JSON
-h, --header Print header row (default true)
-H, --no-header Don't print header row
--help help for ls
Global Flags:
--config string Load config from here
--debug.pprof string pprof profiling mode (default "off")
--error.format string Error output format (default "text")
-E, --error.stack Print error stack trace to stderr
--expand Resolve ${scheme:path} placeholders to their underlying values
--log Enable logging
--log.file string Log file path (default "$HOME/Library/Logs/sq/sq.log")
--log.format string Log output format (text or json) (default "text")
--log.level string Log level, one of: DEBUG, INFO, WARN, ERROR (default "DEBUG")
-M, --monochrome Don't print color output
--no-progress Don't show progress bar
--no-redact Don't redact passwords in output (deprecated, use --reveal)
--reveal Show secret values in output (don't redact passwords; print keyring values)
-v, --verbose Print verbose output