本文档翻译自:https://docs.conan.io/en/latest/reference/commands/misc/conan_build_info.html#
usage: conan_build_info [-h] [--output OUTPUT] trace_pathExtracts build-info from a specified conan trace log and return a valid JSONpositional arguments:trace_path Path to the conan trace log file e.g.: /tmp/conan_trace.logoptional arguments:-h, --help show this help message and exit--output OUTPUT Optional file to output the JSON contents, if not specifiedthe JSON will be printed to stdout
