postman-cli 1.37.0 → 1.38.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.
- package/man/postman.1 +1 -4
- package/package.json +6 -6
package/man/postman.1
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.TH POSTMAN 1 "2026-05-
|
|
1
|
+
.TH POSTMAN 1 "2026-05-19" "v1.38.0" "Postman CLI Manual"
|
|
2
2
|
.SH NAME
|
|
3
3
|
postman \- Command\-line companion utility for Postman
|
|
4
4
|
.SH SYNOPSIS
|
|
@@ -512,9 +512,6 @@ Pass condition in format: function(metric, value).
|
|
|
512
512
|
Functions: less_than, greater_than, less_than_eq, greater_than_eq.
|
|
513
513
|
Metrics: avg, p90, p95, p99, error_rate, rps.
|
|
514
514
|
Example: less_than(p95, 500) or less_than(error_rate, 5)
|
|
515
|
-
.TP
|
|
516
|
-
.B \-\-persist\-metrics
|
|
517
|
-
Persist detailed run results to cloud for analysis (default: false)
|
|
518
515
|
|
|
519
516
|
.TP Examples:
|
|
520
517
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "postman-cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.38.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.
|
|
62
|
-
"@postman/pm-bin-macos-x64": "1.
|
|
63
|
-
"@postman/pm-bin-linux-x64": "1.
|
|
64
|
-
"@postman/pm-bin-linux-arm64": "1.
|
|
65
|
-
"@postman/pm-bin-windows-x64": "1.
|
|
61
|
+
"@postman/pm-bin-macos-arm64": "1.38.0",
|
|
62
|
+
"@postman/pm-bin-macos-x64": "1.38.0",
|
|
63
|
+
"@postman/pm-bin-linux-x64": "1.38.0",
|
|
64
|
+
"@postman/pm-bin-linux-arm64": "1.38.0",
|
|
65
|
+
"@postman/pm-bin-windows-x64": "1.38.0"
|
|
66
66
|
}
|
|
67
67
|
}
|