postman-cli 1.36.0 → 1.37.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/man/postman.1 +2 -2
  2. package/package.json +6 -6
package/man/postman.1 CHANGED
@@ -1,4 +1,4 @@
1
- .TH POSTMAN 1 "2026-05-14" "v1.36.0" "Postman CLI Manual"
1
+ .TH POSTMAN 1 "2026-05-18" "v1.37.0" "Postman CLI Manual"
2
2
  .SH NAME
3
3
  postman \- Command\-line companion utility for Postman
4
4
  .SH SYNOPSIS
@@ -1624,7 +1624,7 @@ Environment override for the selected target (last value wins) (default: )
1624
1624
  Command to run first (primary task). Overrides config.
1625
1625
  .TP
1626
1626
  .B \-\-network\-log <dir>
1627
- Directory to scan for network\-capture NDJSON files (`network\-capture\-*.ndjson`; default: pm\-results/)
1627
+ Directory to scan for captured artifacts. Recursively discovers `playwright\-report*.json` plus their `trace.zip` attachments, and `network\-capture\-*.ndjson` (legacy plugin stream) at the top level. Use this to point at a non\-default Playwright `outputDir`, or at a folder where you have combined per\-shard artifacts from multiple machines. By default, scans Playwright config `outputDir`, test\-results/, then pm\-results/.
1628
1628
  .TP
1629
1629
  .B \-\-capture\-only
1630
1630
  Skip collection matching and tests; capture traffic and save a V3 collection organised by host
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "postman-cli",
3
- "version": "1.36.0",
3
+ "version": "1.37.0",
4
4
  "description": "Official Postman CLI - Command-line companion for API development, testing, and automation",
5
5
  "keywords": [
6
6
  "postman",
@@ -58,10 +58,10 @@
58
58
  "man/"
59
59
  ],
60
60
  "optionalDependencies": {
61
- "@postman/pm-bin-macos-arm64": "1.36.0",
62
- "@postman/pm-bin-macos-x64": "1.36.0",
63
- "@postman/pm-bin-linux-x64": "1.36.0",
64
- "@postman/pm-bin-linux-arm64": "1.36.0",
65
- "@postman/pm-bin-windows-x64": "1.36.0"
61
+ "@postman/pm-bin-macos-arm64": "1.37.0",
62
+ "@postman/pm-bin-macos-x64": "1.37.0",
63
+ "@postman/pm-bin-linux-x64": "1.37.0",
64
+ "@postman/pm-bin-linux-arm64": "1.37.0",
65
+ "@postman/pm-bin-windows-x64": "1.37.0"
66
66
  }
67
67
  }