yarn config get
Read a configuration settings.
Usage
$ yarn config get <name>
Examples
Print a simple configuration setting :
Print a complex configuration setting :
Print a nested field from the configuration :
Print a token from the configuration :
Print a configuration setting as JSON :
Details
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.
Options
Definition | Description |
---|---|
| Print the explanation for why a setting has its value |
| Format the output as an NDJSON stream |
| Don't redact secrets (such as tokens) from the output |