yarn config
Display the current configuration.
Usage
$> yarn config [-v,--verbose] [--why] [--json]
Examples
Print the active configuration settings :
yarn config
Details
This command prints the current active configuration settings.
When used together with the -v,--verbose
option, the output will contain the
settings description on top of the regular key/value information.
When used together with the --why
flag, the output will also contain the
reason why a settings is set a particular way.
If the --json
flag is set the output will follow a JSON-stream output also
known as NDJSON (https://github.com/ndjson/ndjson-spec).
Note that the paths settings will be normalized - especially on Windows. It
means that paths such as C:\project
will be transparently shown as
/mnt/c/project
.