Stay up to date on Postman CLI releases
Join Releasebot and subscribe to release note updates from hundreds of products.
- October 2025
- No date parsed from source.
- Detected by Releasebot:Oct 8, 2025
Postman CLI v1.21.0
Run saved requests in scripts
The pm.execution.runRequest method is now supported with the Postman CLI. When you use the method to reference a request in your pre-request and post-response scripts, the referenced request now runs when the collection run is triggered by the Postman CLI.
To learn more, see Use scripts to send requests stored in your collections.
Original source Report a problem - October 2025
- No date parsed from source.
- Detected by Releasebot:Oct 8, 2025
Postman CLI v1.20.0
Postman CLI gains a new manual page and opens API spec linting by local path. Use man postman for commands and options, and run postman spec lint <path> to lint OpenAPI 3.0 specs with optional --workspace-id for workspace-specific governance rules.
Introducing the Postman CLI manual page
The Postman CLI now supports a manual page with a complete list of supported commands and options. Use the man postman command to return the manual page.
Support for linting API specifications by path to the root file
The Postman CLI now supports linting OpenAPI 3.0 specifications using a local file path to the root file. To run the command, use
Original source Report a problempostman spec lint <path-to-root-file>
. By default, the command lints specifications against API governance rules applied to all workspaces. Use the--workspace-id
option to lint specifications against API governance rules applied to a particular workspace. - Sep 4, 2025
- Parsed from source:Sep 4, 2025
- Detected by Releasebot:Sep 4, 2025
Postman CLI v1.16.0
What's New
The Postman CLI now supports linting Open API 3.0 taking into consideration rules enforced via workspace groups as per the team's API Governance configuration.
To use, execute: postman spec lint
Command Line Options
--fail-severity [severity], -f This option allows the command to exit with a failure status if issues at or above the specified severity level are detected. Severity levels include: HINT, INFO, WARNING, ERROR (default).
--output [format], -o This option lets you specify the output format of the linting results. This can be either json or csv.
- Sep 4, 2025
- Parsed from source:Sep 4, 2025
- Detected by Releasebot:Sep 4, 2025
Postman CLI v1.14.1
Bug Fixes
- Fixed a compatibility issue on Intel-based macOS systems.
- Fixed exit code resolution in api lint and api publish commands.
- Sep 4, 2025
- Parsed from source:Sep 4, 2025
- Detected by Releasebot:Sep 4, 2025
Postman CLI v1.14.0
Bug Fixes
- api publish command now works on Windows by correcting the Git redirect path.
- The Postman CLI now resolves browser-native globals like crypto and TextEncoder reliably, ensuring scripts behave consistently across both the postman app and the CLI.
- September 2025
- No date parsed from source.
- Detected by Releasebot:Sep 26, 2025
Postman CLI v1.19.4
Improvements
- Improved welcome banner when signing in
- When you sign in with the login command, the Postman CLI now displays your username, email, and team name.
- Improved the npm package README file
- Updated the README file in the Postman CLI npm package with more documentation to help you get started
- September 2025
- No date parsed from source.
- Detected by Releasebot:Sep 21, 2025
Postman CLI v1.19.1
Bug Fixes
- Improved Unix installation script for enhanced portability and robustness.
- Fixed an issue that prevented linting all files in multi-file API specifications in Spec Hub.
- September 2025
- No date parsed from source.
- Detected by Releasebot:Sep 9, 2025
- Modified by Releasebot:Sep 21, 2025
Postman CLI v1.19.0
The Postman CLI gains a browser-based sign-in flow and the ability to run monitors in the cloud, with results surfaced in both the terminal and the Postman app. Aomain access to gateway.postman.com is now required.
What's New
Support for signing in from the browser
The Postman CLI now supports securely signing in and authenticating with Postman from the browser. Use the postman login command, without the —with-api-key option, and Postman prompts you to sign in from the browser.
Support for running a monitor
The Postman CLI now supports running a monitor in your team. Use the postman monitor run command to run the monitor on the Postman cloud and return the results in the terminal. The results are also sent to your monitor's results in the Postman app.
Note: The Postman CLI now requires access to the https://gateway.postman.com domain. If your network has outbound restrictions, allowlist the domain before upgrading to the latest version.
Original source Report a problem - September 2025
- No date parsed from source.
- Detected by Releasebot:Sep 2, 2025
- Modified by Releasebot:Sep 26, 2025
Postman CLI v1.18.1
Bug Fixes
- Fixed issues with the --silent option during collection runs
- Deprecation warning for the --alias option
- September 2025
- No date parsed from source.
- Detected by Releasebot:Sep 4, 2025
- Modified by Releasebot:Sep 26, 2025
Postman CLI v1.18.0
What’s New
The Postman CLI now supports using the
Original source Report a problem--region eu
option with thelogin
command to specify that your instance of Postman is hosted in the EU region.