For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Postman
PricingEnterprise
Contact SalesSign InSign Up for Free
HomeDocs
HomeDocs
      • Overview
        • Overview
        • Install
          • Overview
          • Basic CLI commands
          • Authentication commands
          • Workspace commands
          • Collection commands
          • Request commands
          • Monitoring and performance commands
          • Application commands
          • Flows commands
          • API governance commands
          • Mock server commands
          • Search commands
          • Simulator commands
          • SDK Generator commands
          • Publish API versions commands
          • CLI commands for coding agents
        • Built-in reporters
        • Postman CLI GitHub Action
Postman API Platform

Product

  • Postman Overview
  • Enterprise
  • Spec Hub
  • Flows
  • Agent Mode
  • API Catalog
  • Fern
  • Postman CLI
  • Integrations
  • Workspaces
  • Plans and pricing

API Network

  • App Security
  • Artificial Intelligence
  • Communication
  • Data Analytics
  • Database
  • Developer Productivity
  • DevOps
  • Ecommerce
  • eSignature
  • Financial Services
  • Payments
  • Travel

Resources

  • Postman Docs
  • Academy
  • Community
  • Templates
  • Intergalactic
  • Videos
  • MCP Servers

Legal and Security

  • Legal Terms Hub
  • Terms of Service
  • Postman Product Terms
  • Security
  • Website Terms of Use

Company

  • About
  • Careers and culture
  • Contact us
  • Partner program
  • Customer stories
  • Student programs
  • Press and media
Twitter iconLinkedIn iconGithub iconYouTube iconInstagram iconDiscord icon
Download Postman
Privacy Policy

© 2026 Postman, Inc.

On this page
  • postman
Tests and scriptsPostman CLICLI commands

Basic CLI commands

||View as Markdown|
Was this page helpful?
Previous

Postman CLI commands and options overview

Next

Authentication commands

Built with

This topic covers basic Postman CLI commands for getting help and version information.

postman

The base command of the Postman CLI is postman. Run this command with the syntax and options detailed below.

Usage

$postman [options]

Options

--color <value>
'auto' | 'on' | 'off'Defaults to auto

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.

--help, -h

Returns information about Postman CLI commands and options.

--silent

Silences all terminal output.

--version, -v

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.

Examples

$postman --help
$postman -v