本文档翻译自:https://docs.conan.io/en/latest/reference/commands/misc/conan_build_info.html#

    1. usage: conan_build_info [-h] [--output OUTPUT] trace_path
    2. Extracts build-info from a specified conan trace log and return a valid JSON
    3. positional arguments:
    4. trace_path Path to the conan trace log file e.g.: /tmp/conan_trace.log
    5. optional arguments:
    6. -h, --help show this help message and exit
    7. --output OUTPUT Optional file to output the JSON contents, if not specified
    8. the JSON will be printed to stdout