Config output

Caution

We are actively working to finalize the Conan 2.0 Release. Some of the information on this page references deprecated features which will not be carried forward with the new release. It’s important to check the Migration Guidelines to ensure you are using the most up to date features.

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"
}