postman-cli 1.35.1 → 1.35.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 +5 -1
- 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-08" "v1.35.2" "Postman CLI Manual"
|
|
2
2
|
.SH NAME
|
|
3
3
|
postman \- Command\-line companion utility for Postman
|
|
4
4
|
.SH SYNOPSIS
|
|
@@ -720,6 +720,9 @@ Save execution result to a file (supported: json)
|
|
|
720
720
|
.B \-x, \-\-suppress\-exit\-code
|
|
721
721
|
Specify whether or not to override the default exit code for the current run
|
|
722
722
|
.TP
|
|
723
|
+
.B \-\-workspace <workspaceId>
|
|
724
|
+
Workspace ID required for flows that contain connector blocks. Find it in the Postman app URL: https://postman.com/workspace/<workspaceId>
|
|
725
|
+
.TP
|
|
723
726
|
.B \-\-verbose
|
|
724
727
|
Verbose output
|
|
725
728
|
.TP
|
|
@@ -737,6 +740,7 @@ Example:
|
|
|
737
740
|
postman flows run ./path/to/flow.json \-\-input\-file ./inputs.json
|
|
738
741
|
postman flows run ./path/to/flow.json \-\-scenario production \-\-verbose
|
|
739
742
|
postman flows run ./path/to/flow.json \-\-output json
|
|
743
|
+
postman flows run ./path/to/flow.json \-\-workspace <workspaceId>
|
|
740
744
|
|
|
741
745
|
|
|
742
746
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "postman-cli",
|
|
3
|
-
"version": "1.35.
|
|
3
|
+
"version": "1.35.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.35.
|
|
62
|
-
"@postman/pm-bin-macos-x64": "1.35.
|
|
63
|
-
"@postman/pm-bin-linux-x64": "1.35.
|
|
64
|
-
"@postman/pm-bin-linux-arm64": "1.35.
|
|
65
|
-
"@postman/pm-bin-windows-x64": "1.35.
|
|
61
|
+
"@postman/pm-bin-macos-arm64": "1.35.2",
|
|
62
|
+
"@postman/pm-bin-macos-x64": "1.35.2",
|
|
63
|
+
"@postman/pm-bin-linux-x64": "1.35.2",
|
|
64
|
+
"@postman/pm-bin-linux-arm64": "1.35.2",
|
|
65
|
+
"@postman/pm-bin-windows-x64": "1.35.2"
|
|
66
66
|
}
|
|
67
67
|
}
|