It lists the configuration options available for the user.
Assuming you want to inspect a package named mylibrary/1.0 : conan inspect
The conan inspect command is a fundamental tool in the Conan C++ package manager ecosystem, designed to extract and display public fields from a conanfile.py . Whether you are a package creator or a consumer, understanding how to "peek" into a recipe without executing a full build is essential for debugging and automation. What is conan inspect ? It lists the configuration options available for the user
: If your recipe inherits logic from another "base" recipe, conan inspect will resolve those dependencies to show the final evaluated attributes. When to Use Other Commands conan inspect
Running conan inspect saves you from opening recipe files manually.
Output example: