This topic covers basic Postman CLI commands for getting help and version information.
postmanThe base command of the Postman CLI is postman. Run this command with the syntax and options detailed below.
Controls colored output in the terminal. Accepts auto, on, or off. With auto, the Postman CLI attempts to turn colored output on or off based on the terminal’s color support.
Returns information about Postman CLI commands and options.
Silences all terminal output.
Returns the version number for the Postman CLI.
You can run the man postman command to return a manual page with the Postman CLI commands and options.