postman-cli 1.29.1 → 1.29.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 +4 -1
- package/package.json +6 -6
package/man/postman.1
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.TH POSTMAN 1 "2026-01-
|
|
1
|
+
.TH POSTMAN 1 "2026-01-19" "v1.29.2" "Postman CLI Manual"
|
|
2
2
|
.SH NAME
|
|
3
3
|
postman \- Command\-line companion utility for Postman
|
|
4
4
|
.SH SYNOPSIS
|
|
@@ -426,6 +426,9 @@ Skip the prepare step before pushing
|
|
|
426
426
|
.TP
|
|
427
427
|
.B \-y, \-\-yes
|
|
428
428
|
Skip all confirmation prompts
|
|
429
|
+
.TP
|
|
430
|
+
.B \-\-report\-events
|
|
431
|
+
Report run events
|
|
429
432
|
|
|
430
433
|
.SS "performance"
|
|
431
434
|
[BETA] Manage performance tests on your collections.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "postman-cli",
|
|
3
|
-
"version": "1.29.
|
|
3
|
+
"version": "1.29.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.29.
|
|
62
|
-
"@postman/pm-bin-macos-x64": "1.29.
|
|
63
|
-
"@postman/pm-bin-linux-x64": "1.29.
|
|
64
|
-
"@postman/pm-bin-linux-arm64": "1.29.
|
|
65
|
-
"@postman/pm-bin-windows-x64": "1.29.
|
|
61
|
+
"@postman/pm-bin-macos-arm64": "1.29.2",
|
|
62
|
+
"@postman/pm-bin-macos-x64": "1.29.2",
|
|
63
|
+
"@postman/pm-bin-linux-x64": "1.29.2",
|
|
64
|
+
"@postman/pm-bin-linux-arm64": "1.29.2",
|
|
65
|
+
"@postman/pm-bin-windows-x64": "1.29.2"
|
|
66
66
|
}
|
|
67
67
|
}
|