P
Postman CLI
Details
- Command
-
postman - Docs
- https://learning.postman.com/docs/postman-cli/postman-cli-overview
Authentication
$ postman login --with-api-key "$POSTMAN_API_KEY" Sign in to Postman, open API Keys, and create a key. Postman documents this as the credential for the Postman API and for non-interactive Postman CLI login. Store it in a secret or environment variable such as POSTMAN_API_KEY.