Sharing the settings and other configuration
If you are using Conan in a company or in an organization, sometimes you need to share the settings.yml file or the profiles, or even the remotes or any other conan local configuration with the team.
You can use the conan config install.
If you want to try this feature without affecting to your current configuration you can declare the CONAN_USER_HOME
environment variable
and point to a different directory.
Read more in the section reference/commands/conan config install.