postman-cli 1.24.1 → 1.24.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 +6 -6
- package/package.json +5 -5
package/man/postman.1
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.TH POSTMAN 1 "2025-11-
|
|
1
|
+
.TH POSTMAN 1 "2025-11-14" "v1.24.2" "Postman CLI Manual"
|
|
2
2
|
.SH NAME
|
|
3
3
|
postman \- Command\-line companion utility for Postman
|
|
4
4
|
.SH SYNOPSIS
|
|
@@ -310,7 +310,7 @@ Additional trusted CA certificates (PEM file, can contain multiple certs)
|
|
|
310
310
|
Enable the metrics server for health checks
|
|
311
311
|
.TP
|
|
312
312
|
.B \-\-metrics\-port <port>
|
|
313
|
-
Port for the metrics server (default: 9090)
|
|
313
|
+
Port for the metrics server (default: 9090)
|
|
314
314
|
|
|
315
315
|
.SS "spec"
|
|
316
316
|
Lint and validate Specifications from the command line
|
|
@@ -390,10 +390,10 @@ Maximum wait time for run completion in milliseconds (default: 15 minutes) (defa
|
|
|
390
390
|
.B Options:
|
|
391
391
|
.TP
|
|
392
392
|
.B \-\-collections\-dir <path>
|
|
393
|
-
Path to the collections directory (default:
|
|
393
|
+
Path to the collections directory (default: postman/collections)
|
|
394
394
|
.TP
|
|
395
395
|
.B \-\-environments\-dir <path>
|
|
396
|
-
Path to the environments directory (default:
|
|
396
|
+
Path to the environments directory (default: postman/environments)
|
|
397
397
|
|
|
398
398
|
.SS "workspace push"
|
|
399
399
|
[BETA] Push local collection, environment, and specification changes to Postman workspace.
|
|
@@ -404,10 +404,10 @@ Path to the environments directory (default: .postman/environments)
|
|
|
404
404
|
.B Options:
|
|
405
405
|
.TP
|
|
406
406
|
.B \-\-collections\-dir <path>
|
|
407
|
-
Path to the collections directory (default:
|
|
407
|
+
Path to the collections directory (default: postman/collections)
|
|
408
408
|
.TP
|
|
409
409
|
.B \-\-environments\-dir <path>
|
|
410
|
-
Path to the environments directory (default:
|
|
410
|
+
Path to the environments directory (default: postman/environments)
|
|
411
411
|
.TP
|
|
412
412
|
.B \-\-no\-prepare
|
|
413
413
|
Skip the prepare step before pushing
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "postman-cli",
|
|
3
|
-
"version": "1.24.
|
|
3
|
+
"version": "1.24.2",
|
|
4
4
|
"description": "Official Postman CLI - Command-line companion for API development, testing, and automation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"postman",
|
|
@@ -58,9 +58,9 @@
|
|
|
58
58
|
"man/"
|
|
59
59
|
],
|
|
60
60
|
"optionalDependencies": {
|
|
61
|
-
"@postman/pm-bin-macos-arm64": "1.24.
|
|
62
|
-
"@postman/pm-bin-macos-x64": "1.24.
|
|
63
|
-
"@postman/pm-bin-linux-x64": "1.24.
|
|
64
|
-
"@postman/pm-bin-windows-x64": "1.24.
|
|
61
|
+
"@postman/pm-bin-macos-arm64": "1.24.2",
|
|
62
|
+
"@postman/pm-bin-macos-x64": "1.24.2",
|
|
63
|
+
"@postman/pm-bin-linux-x64": "1.24.2",
|
|
64
|
+
"@postman/pm-bin-windows-x64": "1.24.2"
|
|
65
65
|
}
|
|
66
66
|
}
|