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.
Format the output as a JSON value
Redact sensitive values