postman-cli 1.34.0 → 1.34.1
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 -4
- package/package.json +6 -6
package/man/postman.1
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.TH POSTMAN 1 "2026-04-
|
|
1
|
+
.TH POSTMAN 1 "2026-04-21" "v1.34.1" "Postman CLI Manual"
|
|
2
2
|
.SH NAME
|
|
3
3
|
postman \- Command\-line companion utility for Postman
|
|
4
4
|
.SH SYNOPSIS
|
|
@@ -142,7 +142,7 @@ Define the number of iterations to run
|
|
|
142
142
|
Specify a data file to use for iterations (either JSON or CSV)
|
|
143
143
|
.TP
|
|
144
144
|
.B \-i <id>
|
|
145
|
-
Specify the request/folder id or
|
|
145
|
+
Specify the request/folder id, name, or path to run from the collection. Use a path (e.g. "FolderName/RequestName") to disambiguate items with the same name. Can be specified multiple times to run multiple items (default: )
|
|
146
146
|
.TP
|
|
147
147
|
.B \-\-global\-var <value>
|
|
148
148
|
Allows the specification of global variables via the command line, in a key=value format
|
|
@@ -1168,7 +1168,7 @@ Generate a new SDK from a Postman collection or specification.
|
|
|
1168
1168
|
.B Options:
|
|
1169
1169
|
.TP
|
|
1170
1170
|
.B \-l, \-\-language <languages...>
|
|
1171
|
-
Target language(s) for SDK generation. Specify one or more languages. [choices: "typescript", "python", "java", "go", "csharp", "php", "ruby", "cli"]
|
|
1171
|
+
Target language(s) for SDK generation. Specify one or more languages. [choices: "typescript", "python", "java", "go", "csharp", "php", "ruby", "cli", "kotlin"]
|
|
1172
1172
|
.TP
|
|
1173
1173
|
.B \-\-all
|
|
1174
1174
|
Generate SDKs for all supported languages
|
|
@@ -1344,7 +1344,7 @@ Connect a collection or specification to a Git repository for automated SDK PRs
|
|
|
1344
1344
|
.B Options:
|
|
1345
1345
|
.TP
|
|
1346
1346
|
.B \-l, \-\-language <language>
|
|
1347
|
-
SDK language (required) [choices: typescript, python, java, go, csharp, php, ruby, cli]
|
|
1347
|
+
SDK language (required) [choices: typescript, python, java, go, csharp, php, ruby, cli, kotlin]
|
|
1348
1348
|
.TP
|
|
1349
1349
|
.B \-w, \-\-workspace <workspaceId>
|
|
1350
1350
|
Workspace ID (optional)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "postman-cli",
|
|
3
|
-
"version": "1.34.
|
|
3
|
+
"version": "1.34.1",
|
|
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.34.
|
|
62
|
-
"@postman/pm-bin-macos-x64": "1.34.
|
|
63
|
-
"@postman/pm-bin-linux-x64": "1.34.
|
|
64
|
-
"@postman/pm-bin-linux-arm64": "1.34.
|
|
65
|
-
"@postman/pm-bin-windows-x64": "1.34.
|
|
61
|
+
"@postman/pm-bin-macos-arm64": "1.34.1",
|
|
62
|
+
"@postman/pm-bin-macos-x64": "1.34.1",
|
|
63
|
+
"@postman/pm-bin-linux-x64": "1.34.1",
|
|
64
|
+
"@postman/pm-bin-linux-arm64": "1.34.1",
|
|
65
|
+
"@postman/pm-bin-windows-x64": "1.34.1"
|
|
66
66
|
}
|
|
67
67
|
}
|