postman-cli 1.39.0 → 1.39.2
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 +3 -3
- package/package.json +6 -6
package/man/postman.1
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.TH POSTMAN 1 "2026-06-
|
|
1
|
+
.TH POSTMAN 1 "2026-06-18" "v1.39.2" "Postman CLI Manual"
|
|
2
2
|
.SH NAME
|
|
3
3
|
postman \- Command\-line companion utility for Postman
|
|
4
4
|
.SH SYNOPSIS
|
|
@@ -106,7 +106,7 @@ Score a Postman collection for AI readiness by ID, local file path, or local\-mo
|
|
|
106
106
|
.B Options:
|
|
107
107
|
.TP
|
|
108
108
|
.B \-o, \-\-output <value>
|
|
109
|
-
Output format for the results. [choices: "cli", "json"]
|
|
109
|
+
Output format for the results. [choices: "cli", "json", "html"]
|
|
110
110
|
.TP
|
|
111
111
|
.B \-\-min\-score <n>
|
|
112
112
|
Exit with a non\-zero code if the overall score is below this threshold (0\-100).
|
|
@@ -433,7 +433,7 @@ Score an OpenAPI specification for AI readiness by ID or local file path.
|
|
|
433
433
|
.B Options:
|
|
434
434
|
.TP
|
|
435
435
|
.B \-o, \-\-output <value>
|
|
436
|
-
Output format for the results. [choices: "cli", "json"]
|
|
436
|
+
Output format for the results. [choices: "cli", "json", "html"]
|
|
437
437
|
.TP
|
|
438
438
|
.B \-\-min\-score <n>
|
|
439
439
|
Exit with a non\-zero code if the overall score is below this threshold (0\-100).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "postman-cli",
|
|
3
|
-
"version": "1.39.
|
|
3
|
+
"version": "1.39.2",
|
|
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.39.
|
|
62
|
-
"@postman/pm-bin-macos-x64": "1.39.
|
|
63
|
-
"@postman/pm-bin-linux-x64": "1.39.
|
|
64
|
-
"@postman/pm-bin-linux-arm64": "1.39.
|
|
65
|
-
"@postman/pm-bin-windows-x64": "1.39.
|
|
61
|
+
"@postman/pm-bin-macos-arm64": "1.39.2",
|
|
62
|
+
"@postman/pm-bin-macos-x64": "1.39.2",
|
|
63
|
+
"@postman/pm-bin-linux-x64": "1.39.2",
|
|
64
|
+
"@postman/pm-bin-linux-arm64": "1.39.2",
|
|
65
|
+
"@postman/pm-bin-windows-x64": "1.39.2"
|
|
66
66
|
}
|
|
67
67
|
}
|