If you only want to check the license or version of a remote package without installing it:
The command's primary purpose is to show what a recipe defines before you actually use it. 1. Basic Syntax (Conan 2.x) conan inspect [path] [-f format] [-r remote] Use code with caution. conan inspect
When you run the command, Conan parses the recipe and returns values for: If you only want to check the license
: Use -f json to get a structured output ideal for scripts. conan inspect
The basic syntax for the command is:
conan inspect mylibrary/1.0
Support Chat