postman-cli 1.54.2 → 1.55.0

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 +4 -4
  2. package/package.json +6 -6
package/man/postman.1 CHANGED
@@ -1,4 +1,4 @@
1
- .TH POSTMAN 1 "2026-09-04" "v1.54.2" "Postman CLI Manual"
1
+ .TH POSTMAN 1 "2026-09-07" "v1.55.0" "Postman CLI Manual"
2
2
  .SH NAME
3
3
  postman \- Command\-line companion utility for Postman
4
4
  .SH SYNOPSIS
@@ -644,7 +644,7 @@ List all available Postman Workspaces
644
644
  Prepare local collections and environments for push by validating and regenerating IDs if needed.
645
645
  .TP
646
646
  .B workspace push
647
- Push local workspace entities (collections, environments, specifications, and more) to Postman workspace.
647
+ Push local workspace entities (collections, environments, specifications, mocks and more) to Postman workspace.
648
648
  .TP
649
649
  .B workspace lint
650
650
  Lint the current local Postman workspace: its configuration (.postman/resources.yaml) plus every discovered entity. Use \-\-meta to lint only the configuration.
@@ -703,7 +703,7 @@ Prepare local collections and environments for push by validating and regenerati
703
703
  Show detailed logging
704
704
 
705
705
  .SS "workspace push"
706
- Push local workspace entities (collections, environments, specifications, and more) to Postman workspace.
706
+ Push local workspace entities (collections, environments, specifications, mocks and more) to Postman workspace.
707
707
 
708
708
  .B Usage:
709
709
  [options]
@@ -2004,7 +2004,7 @@ Port the mock server should listen on (default: 4500)
2004
2004
  Overwrite the config.yaml/default.js in the output directory if it already exists
2005
2005
  .TP
2006
2006
  .B \-u, \-\-update <mockPath>
2007
- Update an existing mock in place from the source: path to its config.yaml (or the directory containing it). Regenerates the default scenario handler and preserves the existing name/port/scenarios. Cannot be combined with \-\-output.
2007
+ Update an existing mock in place from the source: path to its config.yaml (or the directory containing it). Regenerates the default scenario handler and preserves the existing name/port. Cannot be combined with \-\-output.
2008
2008
  .TP
2009
2009
  .B \-w, \-\-workspace <id>
2010
2010
  Create a cloud mock in this Postman workspace instead of a local mock. Cannot be combined with \-\-output/\-\-force/\-\-update.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "postman-cli",
3
- "version": "1.54.2",
3
+ "version": "1.55.0",
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.54.2",
62
- "@postman/pm-bin-macos-x64": "1.54.2",
63
- "@postman/pm-bin-linux-x64": "1.54.2",
64
- "@postman/pm-bin-linux-arm64": "1.54.2",
65
- "@postman/pm-bin-windows-x64": "1.54.2"
61
+ "@postman/pm-bin-macos-arm64": "1.55.0",
62
+ "@postman/pm-bin-macos-x64": "1.55.0",
63
+ "@postman/pm-bin-linux-x64": "1.55.0",
64
+ "@postman/pm-bin-linux-arm64": "1.55.0",
65
+ "@postman/pm-bin-windows-x64": "1.55.0"
66
66
  }
67
67
  }