postman-cli 1.28.0-preview.1 → 1.29.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 +13 -1
- package/package.json +6 -6
package/man/postman.1
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.TH POSTMAN 1 "
|
|
1
|
+
.TH POSTMAN 1 "2026-01-13" "v1.29.0" "Postman CLI Manual"
|
|
2
2
|
.SH NAME
|
|
3
3
|
postman \- Command\-line companion utility for Postman
|
|
4
4
|
.SH SYNOPSIS
|
|
@@ -116,6 +116,9 @@ Allows the specification of global variables via the command line, in a key=valu
|
|
|
116
116
|
.B \-\-env\-var <value>
|
|
117
117
|
Allows the specification of environment variables via the command line, in a key=value format (default: )
|
|
118
118
|
.TP
|
|
119
|
+
.B \-\-execution\-environment <value>
|
|
120
|
+
Specify execution environment
|
|
121
|
+
.TP
|
|
119
122
|
.B \-\-integration\-id <integration\-id>
|
|
120
123
|
Specify the integration id for the report. (Only supported in the US region)
|
|
121
124
|
.TP
|
|
@@ -188,6 +191,9 @@ Exports the cookie jar to a file after completing the run
|
|
|
188
191
|
.TP
|
|
189
192
|
.B \-\-verbose
|
|
190
193
|
Show detailed information of collection run and each request sent
|
|
194
|
+
.TP
|
|
195
|
+
.B \-\-report\-events
|
|
196
|
+
Report run events
|
|
191
197
|
|
|
192
198
|
.TP Examples:
|
|
193
199
|
Eg. postman collection run 123456\-45159473\-1e45\-1f34\-5678\-1234567890ab
|
|
@@ -311,6 +317,9 @@ Enable the metrics server for health checks
|
|
|
311
317
|
.TP
|
|
312
318
|
.B \-\-metrics\-port <port>
|
|
313
319
|
Port for the metrics server (default: 9090)
|
|
320
|
+
.TP
|
|
321
|
+
.B \-\-report\-events
|
|
322
|
+
Report run events
|
|
314
323
|
|
|
315
324
|
.SS "spec"
|
|
316
325
|
Lint and validate Specifications from the command line
|
|
@@ -341,6 +350,9 @@ Output format for the results. [choices: "json", "csv"]
|
|
|
341
350
|
.TP
|
|
342
351
|
.B \-\-workspace\-id <value>
|
|
343
352
|
The workspace ID to use for fetching governance rulesets.
|
|
353
|
+
.TP
|
|
354
|
+
.B \-\-report\-events
|
|
355
|
+
Report run events
|
|
344
356
|
|
|
345
357
|
.SS "monitor"
|
|
346
358
|
Invoke a monitor run and display results
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "postman-cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.29.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.29.0",
|
|
62
|
+
"@postman/pm-bin-macos-x64": "1.29.0",
|
|
63
|
+
"@postman/pm-bin-linux-x64": "1.29.0",
|
|
64
|
+
"@postman/pm-bin-linux-arm64": "1.29.0",
|
|
65
|
+
"@postman/pm-bin-windows-x64": "1.29.0"
|
|
66
66
|
}
|
|
67
67
|
}
|