Docs/Reference/CLI/config/get

yarn config get

Get a configuration value

yarn config get <NAME>

This command will print a configuration setting.

Secrets (such as tokens) will be redacted from the output by default. If this behavior isn’t desired, set the --no-redacted to get the untransformed value.

#--jsonboolean

Format the output as a JSON value

#--redactedboolean

Redact sensitive values