I don’t believe that there will ever be a full 1:1 mapping of all the Postman App features to the Postman CLI - In the same way that not all features were available in Newman.
There are mentions of several limitations throughout the learning center but there is no single page that lists them all.
The best person to provide more information about the Postman CLI would be @malvika-chaudhary, who is the Senior Product Manager for the Postman CLI.
thanks for your feedback. Adding colleague Giridhar to the thread about OAuth 2.0.
Regarding parity between Postman CLI and Postman APP, the idea is to build the capabilities in a way that collection runs can be automated through CLI. If you are facing challenges with specific things, please let us know. I’d be happy to take that feedback and see where we can support.
We are using the Client Credentials with clientId and secret,
This works in the Postman client fine, but when I ran the same collection via CLI the authentication was not happening for me, which meant the request failed with a 401 status code.
So I reverted to using a Pre-Request script which works for both Client and CLI.