***
title: Basic CLI commands
approved: 2026-03-16T00:00:00.000Z
topictype: reference
slug: docs/postman-cli/postman-cli-basic
max-toc-depth: 2
----------------
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
```bash
postman [options]
```
### Options
Returns information about Postman CLI commands and options.
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
```bash
postman --help
postman -v
```