Postman CLI Release Notes

Last updated: Apr 22, 2026

Get this feed:
  • April 2026
    • No date parsed from source.
    • First seen by Releasebot:
      Apr 22, 2026
    Postman logo

    Postman CLI by Postman

    Postman CLI v1.34.1

    Postman CLI adds Kotlin SDK generation and folder path support for collection runs.

    What’s New

    Generate SDKs in Kotlin

    You can now specify kotlin as a supported language when using the -l, --language option with Postman SDK commands. This enables you to generate Kotlin SDKs, and use them across supported workflows like fetching builds and connecting to GitHub.

    To learn more, see SDK CLI commands.

    Improvements

    Specify folders using paths in collection runs

    The -i option in the postman collection command now supports specifying folders with paths.

    To learn more, see Collection commands.

    Original source
  • April 2026
    • No date parsed from source.
    • First seen by Releasebot:
      Apr 11, 2026
    Postman logo

    Postman CLI by Postman

    Postman CLI v1.33.6

    Postman CLI adds CLI generation from Postman collections or OpenAPI specs and expands Flows with a --scenario option for triggering named scenarios. The update is aimed at both agents and humans, with new ways to build and run command-line workflows.

    What’s New

    Generate CLIs from your Postman Collection or API specification

    Available on Team and Enterprise plans

    You can now generate a fully-functioning command-line interface (CLI) application based on your Postman collections or OpenAPI specifications. The Postman CLI has been enhanced with two main end-users in mind: Agents (LLMs) and humans.

    To learn more, see Generate CLI from your collection or specification.

    Specify input data for Postman Flows

    You can now use the --scenario option with the postman flows trigger command to specify a named scenario from the flow definition to construct the input payload, headers, and query parameters.

    To learn more, see Flows commands.

    Original source
  • All of your release notes in one feed

    Join Releasebot and get updates from Postman and hundreds of other software products.

    Create account
  • April 2026
    • No date parsed from source.
    • First seen by Releasebot:
      Apr 8, 2026
    Postman logo

    Postman CLI by Postman

    Postman CLI v1.33.4

    Postman CLI now supports SDK generation in PHP, Go, and C# plus v3 collection validation.

    What’s New

    Generate SDKs in PHP, Go, and C#

    Introduced support for PHP, Go, and C# in the scope of SDK generation. Previously, the Postman CLI supported SDK generation in Python, Typescript, and Java. Now, you can use CLI to generate SDKs in six languages.

    To learn more, see SDK CLI commands.

    Validate collections in v3 format

    The Postman CLI now supports the postman collection lint command to verify that a collection matches the v3 YAML format.

    To learn more, see Collection commands.

    Original source
  • March 2026
    • No date parsed from source.
    • First seen by Releasebot:
      Mar 25, 2026
    Postman logo

    Postman CLI by Postman

    Postman CLI v1.33.2

    Postman CLI fixes binary file corruption and incomplete output during collection runs.

    Bug Fixes

    Fixed an issue that caused binary files to become corrupted during collection runs.

    Fixed an issue that caused collection runs to complete before all output was fully written.

    Original source
  • March 2026
    • No date parsed from source.
    • First seen by Releasebot:
      Mar 21, 2026
    Postman logo

    Postman CLI by Postman

    Postman CLI v1.33.1

    Postman CLI adds new Flows command options for runtime environments and response-only output, while fixing API key login and workspace push issues for smoother Enterprise workflows.

    Improvements

    New options for postman flows run and postman flows trigger

    New options for postman flows run and postman flows trigger

    Available on Enterprise plans

    Two new options are now available for the Postman CLI flows commands:

    Use the -e, --environment option with postman flows run to pass a Postman environment file at runtime, allowing the runner to hydrate environment variable values when executing your flows locally.

    Use the -r, --result option with postman flows trigger to display only the response body from a triggered cloud flow run.

    To learn more, see Flows commands.

    Bug Fixes

    Fixed an issue that caused postman workspace push to fail when using API key authentication. The command could fail because the workspace context was lost during the login step.

    Fixed an issue where API key login was skipped if the provided key had a falsy value. The Postman CLI now correctly handles all provided API key values.

    Original source
  • March 2026
    • No date parsed from source.
    • First seen by Releasebot:
      Mar 13, 2026
    Postman logo

    Postman CLI by Postman

    Postman CLI v1.33.0

    Postman announces a release with a new CLI migrate command to move collections from v2.1 to v3, improved cloud sync via workspace push for local specs and collections, and bug fixes for mock servers and color option behavior.

    What’s New

    The Postman CLI now supports the

    postman collection migrate
    

    command to migrate collections from v2.1 to v3 format.

    Improvements

    Sync connected local specifications and collections to the cloud

    The

    postman workspace push
    

    command now supports syncing connected local specifications and collections to your workspace in the Postman cloud.

    Bug Fixes

    Fixed issues

    Fixed an issue that prevented local mock servers from starting when using

    postman mock run
    

    or

    postman collection run --mock
    

    Fixed an issue that caused the

    --color off
    

    option to not work with the

    postman collection run
    

    command.

    Original source
  • March 2026
    • No date parsed from source.
    • First seen by Releasebot:
      Mar 11, 2026
    Postman logo

    Postman CLI by Postman

    Postman CLI v1.32.0

    Postman rolls out new Flow management via the Postman CLI on Enterprise plans. Users can list, deploy, trigger, and inspect flows and run history from the CLI with workspace and range filters. Also improves gRPC schema resolution and fixes a 30-second stall issue on some servers.

    What’s New

    New Postman CLI commands for Flows

    Available on Enterprise plans

    You can now manage and monitor your flows directly from the Postman CLI with five new commands.

    • Use postman flows list to view all flows available in your workspace.
    • Use postman flows deploy to deploy a flow to the Postman cloud from the CLI.
    • Use postman flows trigger to trigger execution of a deployed flow.
    • Use postman flows list-runs to view the run history for a deployed flow. The command displays each run's timestamp, ID, duration, status, and flow name in a table. Use --workspace to specify your workspace (required), --flow to filter by a specific flow, and --range to set the time window for results (default: last 1 hour).
    • Use postman flows get-run to inspect a specific run in detail. Use --logs to display the full event log, and --filter to narrow output by block ID.

    To learn more, see Postman CLI command options.

    Improvements

    • Improved gRPC schema resolution
    • Schema resolution for gRPC is now faster and more reliable.

    Bug Fixes

    • Fixed an issue where gRPC schemas could get stuck for up to 30 seconds on some servers.
    Original source
  • March 2026
    • No date parsed from source.
    • First seen by Releasebot:
      Mar 2, 2026
    Postman logo

    Postman CLI by Postman

    Postman CLI v1.31.3

    Postman CLI adds private API monitoring with enterprise runners behind firewalls, enabling in-network tests that report to the cloud. It also supports performance tests, mock servers, SDK generation from collections or OpenAPI, local flows for Enterprise, and multi‑protocol runs (gRPC, GraphQL) for CI/CD.

    What’s New

    Support for Private API Monitoring with runners (Available on Enterprise plans)

    With Private API Monitoring, the Postman CLI now supports monitoring your organization’s internal APIs behind a firewall or deployed in a restricted network. This means you can monitor internal APIs without exposing your endpoints to the public internet.

    Use the postman runner start command to start a runner with your runner’s ID and key. Once running, the runner polls Postman for upcoming monitor runs. The collection and its tests run in your network and the results are sent back to the Postman cloud.

    To learn more, see Monitor internal APIs with runners.

    Support for running performance tests

    The Postman CLI now supports configuring and running performance tests against collections in your team. Performance tests enable you to simulate real-world traffic to your APIs and automatically surface performance issues before changes reach production.

    Use the postman performance run command to integrate performance tests into your CI/CD pipeline and ensure your APIs stay fast and reliable with every release. The Postman CLI sends the results to the Postman cloud to help you debug performance test results.

    To learn more, see Run a performance test using the Postman CLI.

    Support for mock servers

    The Postman CLI now supports using a mock server to run against your collection’s tests. This helps you validate your tests against the mocked responses of external APIs used in your service, both locally and in CI environments. With the Postman CLI, you can integrate a mock server into your CI/CD pipeline with the --mocks option when you run a collection with postman collection run.

    You can also use the postman mock run command in your CI/CD pipeline to start a mock server as a dependency for your application or test suite. The mock server runs on the specified port until you stop it. This is useful for simulating an API server for your service or external tests.

    To learn more, see Postman CLI command options.

    Support for generating SDKs from collections and API specifications

    The Postman CLI now supports generating client SDKs directly from your Postman collections or API specifications (such as OpenAPI). Generate production-ready SDKs in TypeScript, Python, and Java, making it easy to provide consumers of your API with idiomatic client libraries.

    Use the postman sdk generate command with a collection ID, specification ID, local file, or publicly accessible URL as input. You can generate SDKs for one language at a time, multiple languages, or all supported languages at once using the --all flag. Generated SDKs are written to a configurable output directory (default ./sdks) with a subdirectory per language.

    postman sdk generate <collection-or-spec-id> --language typescript python --output-dir ./sdks
    

    To customize SDK generation, use the postman sdk init command to create a .postman/config.json configuration file where you can set the SDK name, version, authentication behavior, retry policies, and per-language options.

    Additional SDK management commands are available:

    • postman sdk list — List previous SDK builds for a collection or specification.
    • postman sdk fetch — Download SDKs from a previous build by its build ID.
    • postman sdk connect — Connect a collection to a GitHub repository for automated SDK pull requests. Once connected, use the --pr flag with postman sdk generate to automatically create pull requests with updated SDKs.

    Support for running flows locally with the Postman CLI (Available on Enterprise plans)

    You can use the postman flows run command to run local flows without exposing private APIs and sensitive data to the Postman cloud. The postman flows run command has options to set input values, show run log information, and use values from a scenario.

    To learn more, see Postman CLI command options.

    Improvements

    Support for multi-protocol collection runs

    The postman collection run command now supports gRPC and GraphQL collection runs.

    To learn more, see Postman CLI command options.

    Original source
  • February 2026
    • No date parsed from source.
    • First seen by Releasebot:
      Feb 4, 2026
    Postman logo

    Postman CLI by Postman

    Postman CLI v1.29.5

    Improvements

    Various internal enhancements were added in this release.

    Original source
  • January 2026
    • No date parsed from source.
    • First seen by Releasebot:
      Jan 22, 2026
    Postman logo

    Postman CLI by Postman

    Postman CLI v1.29.1

    Bug Fixes

    Fixed an issue that caused the postman workspace push command to time out for large files.

    Original source
  • January 2026
    • No date parsed from source.
    • First seen by Releasebot:
      Jan 17, 2026
    Postman logo

    Postman CLI by Postman

    Postman CLI v1.29.0

    Improvements

    Internal and beta feature enhancements were added in this release.

    Original source
  • December 2025
    • No date parsed from source.
    • First seen by Releasebot:
      Dec 24, 2025
    Postman logo

    Postman CLI by Postman

    Postman CLI release notes: v1.28.0

    Postman CLI gains beta support for running performance tests against collections. Simulate real traffic, surface performance issues early, and integrate tests into CI/CD pipelines. Test results are sent to Postman Cloud to help you debug and improve performance.

    What's New

    Support for running performance tests

    Running performance tests using the Postman CLI is available as a beta feature.

    The Postman CLI now supports configuring and running performance tests against collections in your team. Performance tests enable you to simulate real-world traffic to your APIs and automatically surface performance issues before changes reach production. With the Postman CLI, you can integrate performance tests into your CI/CD pipeline and ensure your APIs stay fast and reliable with every release. The Postman CLI sends the results to the Postman cloud to help you debug performance test results.

    Original source
  • December 2025
    • No date parsed from source.
    • First seen by Releasebot:
      Dec 12, 2025
    Postman logo

    Postman CLI by Postman

    Postman CLI v1.27.0

    What's New

    Support for Linux ARM64

    The Postman CLI now supports Linux ARM64.

    Original source
  • December 2025
    • No date parsed from source.
    • First seen by Releasebot:
      Dec 2, 2025
    Postman logo

    Postman CLI by Postman

    Postman CLI v1.26.0

    Postman adds precise syntax validation for API specs with file names and line numbers, making OpenAPI errors easy to fix. A new Issue Type column separates syntax from governance issues in outputs. Also fixes for collection push and owner ID prefix handling.

    What's New

    Syntax validation for API specifications

    The postman spec lint command now includes dedicated syntax validation. Previously, specs with syntax errors would display a generic message like "Unable to lint. Please check your specification for errors." Now you see the exact syntax errors with file names, line numbers, and clear descriptions, making it much easier to fix issues in your OpenAPI specifications.

    New "Issue Type" column in output

    Validation results now include an "Issue Type" column that distinguishes between Syntax errors (structural/parsing issues) and Governance violations (rule-based issues). This helps you quickly identify and prioritize what to fix first.

    The new column is added at the end of CSV, JSON, and table outputs to maintain backward compatibility with existing CI/CD pipelines.

    Fixed collection push failing due to owner ID mismatch

    Fixed an issue where postman workspace push would fail to update collections when the resource ID format didn't include the expected owner prefix.

    Original source
  • December 2025
    • No date parsed from source.
    • First seen by Releasebot:
      Dec 2, 2025
    • Modified by Releasebot:
      Jan 17, 2026
    Postman logo

    Postman CLI by Postman

    Postman CLI v1.25.0

    What's New

    Run saved requests in scripts with runners

    Runners now support the pm.execution.runRequest method that enables you to reference and send requests from your collection's scripts.

    Original source

Related products