Config output

Warning

This is an experimental feature subject to breaking changes in future releases.

The conan config home provides a --json parameter to generate a file containing the information of the conan home directory.

$ conan config home --json home.json

It will create a JSON file like:

home.json
{
    "home": "/path/to/conan/home"
}