Conan Inspect Hot! Review
Users migrating to Conan 2.x will notice several significant changes to how inspection works: Use -a name to see specific fields. Removed in favor of structured JSON output. Raw Output --raw used for unformatted values. Dropped; status messages go to stderr , data to stdout . Recipe Access conan get was used for remote recipes. Use conan inspect for local or conan cache path . Practical Examples
conan inspect prints metadata from a Conan recipe (conanfile.py or conanfile.txt) without installing or building the package. conan inspect
conan inspect zlib/1.2.13 -a license -a version Users migrating to Conan 2