postman-cli 1.33.4 → 1.33.6

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.
Files changed (2) hide show
  1. package/man/postman.1 +8 -29
  2. package/package.json +6 -6
package/man/postman.1 CHANGED
@@ -1,4 +1,4 @@
1
- .TH POSTMAN 1 "2026-04-02" "v1.33.4" "Postman CLI Manual"
1
+ .TH POSTMAN 1 "2026-04-08" "v1.33.6" "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.
@@ -229,9 +223,6 @@ Exports the cookie jar to a file after completing the run
229
223
  .B \-\-verbose
230
224
  Show detailed information of collection run and each request sent
231
225
  .TP
232
- .B \-\-no\-mask\-secrets
233
- Show resolved vault secret values in the output
234
- .TP
235
226
  .B \-\-mock <path>
236
227
  Start a mock server from manifest (.json) file
237
228
  .TP
@@ -435,9 +426,6 @@ Prepare local collections and environments for push by validating and regenerati
435
426
  .TP
436
427
  .B workspace push
437
428
  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
429
 
442
430
  .SS "workspace prepare"
443
431
  Prepare local collections and environments for push by validating and regenerating IDs if needed.
@@ -476,20 +464,6 @@ Skip all confirmation prompts
476
464
  .B \-\-report\-events
477
465
  Report run events
478
466
 
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
467
  .SS "performance"
494
468
  Manage performance tests on your collections.
495
469
 
@@ -641,6 +615,9 @@ Show actual authentication tokens in dry\-run output (otherwise secrets are mask
641
615
  .B \-r, \-\-result
642
616
  Show only the response body (default: false)
643
617
  .TP
618
+ .B \-s, \-\-scenario <name>
619
+ Use a named scenario from the flow definition to construct the input payload, headers, and query parameters (overridden by \-\-headers/\-\-query)
620
+ .TP
644
621
  .B \-\-verbose
645
622
  Verbose output
646
623
  .TP
@@ -662,6 +639,8 @@ Examples:
662
639
  postman flows trigger 12345\-67890\-abcdef \-\-result
663
640
  postman flows trigger 12345\-67890\-abcdef \-\-dry\-run
664
641
  postman flows trigger 12345\-67890\-abcdef \-\-dry\-run \-\-show\-secrets
642
+ postman flows trigger 12345\-67890\-abcdef \-\-scenario "Start Trigger"
643
+ postman flows trigger 12345\-67890\-abcdef \-\-scenario "Start Trigger" \-i override=value
665
644
 
666
645
 
667
646
 
@@ -1183,7 +1162,7 @@ Generate a new SDK from a Postman collection or specification.
1183
1162
  .B Options:
1184
1163
  .TP
1185
1164
  .B \-l, \-\-language <languages...>
1186
- Target language(s) for SDK generation. Specify one or more languages. [choices: "typescript", "python", "java", "go", "csharp", "php"]
1165
+ Target language(s) for SDK generation. Specify one or more languages. [choices: "typescript", "python", "java", "go", "csharp", "php", "cli"]
1187
1166
  .TP
1188
1167
  .B \-\-all
1189
1168
  Generate SDKs for all supported languages
@@ -1359,7 +1338,7 @@ Connect a collection or specification to a Git repository for automated SDK PRs
1359
1338
  .B Options:
1360
1339
  .TP
1361
1340
  .B \-l, \-\-language <language>
1362
- SDK language (required) [choices: typescript, python, java, go, csharp, php]
1341
+ SDK language (required) [choices: typescript, python, java, go, csharp, php, cli]
1363
1342
  .TP
1364
1343
  .B \-w, \-\-workspace <workspaceId>
1365
1344
  Workspace ID (optional)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "postman-cli",
3
- "version": "1.33.4",
3
+ "version": "1.33.6",
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.4",
62
- "@postman/pm-bin-macos-x64": "1.33.4",
63
- "@postman/pm-bin-linux-x64": "1.33.4",
64
- "@postman/pm-bin-linux-arm64": "1.33.4",
65
- "@postman/pm-bin-windows-x64": "1.33.4"
61
+ "@postman/pm-bin-macos-arm64": "1.33.6",
62
+ "@postman/pm-bin-macos-x64": "1.33.6",
63
+ "@postman/pm-bin-linux-x64": "1.33.6",
64
+ "@postman/pm-bin-linux-arm64": "1.33.6",
65
+ "@postman/pm-bin-windows-x64": "1.33.6"
66
66
  }
67
67
  }