Pip V22 install --report in Json to get requirements

Thank you for you answer. I looked into the pip V22 documentation and it says that the option --report - sends the report to stdout:
–report
Generate a JSON file describing what pip did to install the provided requirements. Can be used in combination with --dry-run and --ignore-installed to ‘resolve’ the requirements. When - is used as file name it writes to stdout.

from pip install - pip documentation v22.2.2

and I do not see the --quiet option. DO we talk about the same release?