postman-cli 1.33.4 → 1.33.5
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 +1 -24
- package/package.json +6 -6
package/man/postman.1
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.TH POSTMAN 1 "2026-04-02" "v1.33.
|
|
1
|
+
.TH POSTMAN 1 "2026-04-02" "v1.33.5" "Postman CLI Manual"
|
|
2
2
|
.SH NAME
|
|
3
3
|
postman \- Command\-line companion utility for Postman
|
|
4
4
|
.SH SYNOPSIS
|
|
@@ -79,12 +79,6 @@ Migrate a v2.1 collection to the v3 format
|
|
|
79
79
|
.TP
|
|
80
80
|
.B \-o, \-\-output <dir>
|
|
81
81
|
Output directory (default: ./<collection\-name>)
|
|
82
|
-
.TP
|
|
83
|
-
.B \-\-dry\-run
|
|
84
|
-
Preview what would be migrated without making changes
|
|
85
|
-
.TP
|
|
86
|
-
.B \-\-preserve\-id
|
|
87
|
-
Keep original Postman IDs in the migrated collection
|
|
88
82
|
|
|
89
83
|
.SS "collection lint"
|
|
90
84
|
Run linting on a local v3 collection at the given file or directory path.
|
|
@@ -435,9 +429,6 @@ Prepare local collections and environments for push by validating and regenerati
|
|
|
435
429
|
.TP
|
|
436
430
|
.B workspace push
|
|
437
431
|
Push local collection, environment, and specification changes to Postman workspace.
|
|
438
|
-
.TP
|
|
439
|
-
.B workspace lint
|
|
440
|
-
Check workspace for legacy JSON format issues and optionally migrate to YAML.
|
|
441
432
|
|
|
442
433
|
.SS "workspace prepare"
|
|
443
434
|
Prepare local collections and environments for push by validating and regenerating IDs if needed.
|
|
@@ -476,20 +467,6 @@ Skip all confirmation prompts
|
|
|
476
467
|
.B \-\-report\-events
|
|
477
468
|
Report run events
|
|
478
469
|
|
|
479
|
-
.SS "workspace lint"
|
|
480
|
-
Check workspace for legacy JSON format issues and optionally migrate to YAML.
|
|
481
|
-
|
|
482
|
-
.B Usage:
|
|
483
|
-
[options]
|
|
484
|
-
|
|
485
|
-
.B Options:
|
|
486
|
-
.TP
|
|
487
|
-
.B \-\-fix
|
|
488
|
-
Apply the migration (convert files to the new format)
|
|
489
|
-
.TP
|
|
490
|
-
.B \-\-preserve
|
|
491
|
-
When used with \-\-fix, keep original JSON files instead of deleting them
|
|
492
|
-
|
|
493
470
|
.SS "performance"
|
|
494
471
|
Manage performance tests on your collections.
|
|
495
472
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "postman-cli",
|
|
3
|
-
"version": "1.33.
|
|
3
|
+
"version": "1.33.5",
|
|
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.33.
|
|
62
|
-
"@postman/pm-bin-macos-x64": "1.33.
|
|
63
|
-
"@postman/pm-bin-linux-x64": "1.33.
|
|
64
|
-
"@postman/pm-bin-linux-arm64": "1.33.
|
|
65
|
-
"@postman/pm-bin-windows-x64": "1.33.
|
|
61
|
+
"@postman/pm-bin-macos-arm64": "1.33.5",
|
|
62
|
+
"@postman/pm-bin-macos-x64": "1.33.5",
|
|
63
|
+
"@postman/pm-bin-linux-x64": "1.33.5",
|
|
64
|
+
"@postman/pm-bin-linux-arm64": "1.33.5",
|
|
65
|
+
"@postman/pm-bin-windows-x64": "1.33.5"
|
|
66
66
|
}
|
|
67
67
|
}
|