@salesforce/cli 2.66.6 → 2.67.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.
package/README.md CHANGED
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
24
24
  $ sf COMMAND
25
25
  running command...
26
26
  $ sf (--version|-v)
27
- @salesforce/cli/2.66.6 linux-x64 node-v22.11.0
27
+ @salesforce/cli/2.67.0 linux-x64 node-v22.10.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -6271,7 +6271,7 @@ DESCRIPTION
6271
6271
 
6272
6272
  To convert multiple metadata components, either set multiple --metadata <name> flags or a single --metadata flag with
6273
6273
  multiple names separated by spaces. Enclose names that contain spaces in one set of double quotes. The same syntax
6274
- applies to --manifest and --source-dir.
6274
+ applies to --source-dir.
6275
6275
 
6276
6276
  ALIASES
6277
6277
  $ sf force mdapi convert
@@ -6297,10 +6297,10 @@ FLAG DESCRIPTIONS
6297
6297
 
6298
6298
  -x, --manifest=<value> File path to manifest (package.xml) of metadata types to convert.
6299
6299
 
6300
- If you specify this parameter, don’t specify --metadata or --source-dir.
6300
+ If you specify this flag, don’t specify --metadata or --source-dir.
6301
6301
  ```
6302
6302
 
6303
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.8/src/commands/project/convert/mdapi.ts)_
6303
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9/src/commands/project/convert/mdapi.ts)_
6304
6304
 
6305
6305
  ## `sf project convert source`
6306
6306
 
@@ -6338,7 +6338,7 @@ DESCRIPTION
6338
6338
 
6339
6339
  To convert multiple components, either set multiple --metadata <name> flags or a single --metadata flag with multiple
6340
6340
  names separated by spaces. Enclose names that contain spaces in one set of double quotes. The same syntax applies to
6341
- --manifest and --source-dir.
6341
+ --source-dir.
6342
6342
 
6343
6343
  ALIASES
6344
6344
  $ sf force source convert
@@ -6360,11 +6360,11 @@ FLAG DESCRIPTIONS
6360
6360
  The supplied paths can be to a single file (in which case the operation is applied to only one file) or to a folder
6361
6361
  (in which case the operation is applied to all metadata types in the directory and its sub-directories).
6362
6362
 
6363
- If you specify this parameter, don’t specify --manifest or --metadata.
6363
+ If you specify this flag, don’t specify --manifest or --metadata.
6364
6364
 
6365
6365
  -x, --manifest=<value> Path to the manifest (package.xml) file that specifies the metadata types to convert.
6366
6366
 
6367
- If you specify this parameter, don’t specify --metadata or --source-dir.
6367
+ If you specify this flag, don’t specify --metadata or --source-dir.
6368
6368
 
6369
6369
  --api-version=<value>
6370
6370
 
@@ -6373,7 +6373,7 @@ FLAG DESCRIPTIONS
6373
6373
  Override the api version used for api requests made by this command
6374
6374
  ```
6375
6375
 
6376
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.8/src/commands/project/convert/source.ts)_
6376
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9/src/commands/project/convert/source.ts)_
6377
6377
 
6378
6378
  ## `sf project convert source-behavior`
6379
6379
 
@@ -6431,7 +6431,7 @@ EXAMPLES
6431
6431
  $ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
6432
6432
  ```
6433
6433
 
6434
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.8/src/commands/project/convert/source-behavior.ts)_
6434
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9/src/commands/project/convert/source-behavior.ts)_
6435
6435
 
6436
6436
  ## `sf project delete source`
6437
6437
 
@@ -6475,7 +6475,7 @@ DESCRIPTION
6475
6475
 
6476
6476
  To delete multiple metadata components, either set multiple --metadata <name> flags or a single --metadata flag with
6477
6477
  multiple names separated by spaces. Enclose names that contain spaces in one set of double quotes. The same syntax
6478
- applies to --manifest and --source-dir.
6478
+ applies to --source-dir.
6479
6479
 
6480
6480
  ALIASES
6481
6481
  $ sf force source delete
@@ -6508,9 +6508,9 @@ FLAG DESCRIPTIONS
6508
6508
  Validates the deleted metadata and runs all Apex tests, but prevents the deletion from being saved to the org.
6509
6509
 
6510
6510
  If you change a field type from Master-Detail to Lookup or vice versa, that change isn’t supported when using the
6511
- --check-only parameter to test a deletion (validation). This kind of change isn’t supported for test deletions to
6512
- avoid the risk of data loss or corruption. If a change that isn’t supported for test deletions is included in a
6513
- deletion package, the test deletion fails and issues an error.
6511
+ --check-only flag to test a deletion (validation). This kind of change isn’t supported for test deletions to avoid
6512
+ the risk of data loss or corruption. If a change that isn’t supported for test deletions is included in a deletion
6513
+ package, the test deletion fails and issues an error.
6514
6514
 
6515
6515
  If your deletion package changes a field type from Master-Detail to Lookup or vice versa, you can still validate the
6516
6516
  changes prior to deploying to Production by performing a full deletion to another test Sandbox. A full deletion
@@ -6549,14 +6549,14 @@ FLAG DESCRIPTIONS
6549
6549
 
6550
6550
  -m, --metadata=<value>... Metadata components to delete.
6551
6551
 
6552
- If you specify this parameter, don’t specify --source-dir.
6552
+ If you specify this flag, don’t specify --source-dir.
6553
6553
 
6554
6554
  -p, --source-dir=<value>... Source file paths to delete.
6555
6555
 
6556
6556
  The supplied paths can be a single file (in which case the operation is applied to only one file) or a folder (in
6557
6557
  which case the operation is applied to all metadata types in the directory and its sub-directories).
6558
6558
 
6559
- If you specify this parameter, don’t specify --metadata.
6559
+ If you specify this flag, don’t specify --metadata.
6560
6560
 
6561
6561
  -w, --wait=<value> Number of minutes to wait for the command to finish.
6562
6562
 
@@ -6571,7 +6571,7 @@ FLAG DESCRIPTIONS
6571
6571
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
6572
6572
  ```
6573
6573
 
6574
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.8/src/commands/project/delete/source.ts)_
6574
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9/src/commands/project/delete/source.ts)_
6575
6575
 
6576
6576
  ## `sf project delete tracking`
6577
6577
 
@@ -6608,7 +6608,7 @@ EXAMPLES
6608
6608
  $ sf project delete tracking --target-org my-scratch
6609
6609
  ```
6610
6610
 
6611
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.8/src/commands/project/delete/tracking.ts)_
6611
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9/src/commands/project/delete/tracking.ts)_
6612
6612
 
6613
6613
  ## `sf project deploy cancel`
6614
6614
 
@@ -6680,7 +6680,7 @@ FLAG DESCRIPTIONS
6680
6680
  project deploy report".
6681
6681
  ```
6682
6682
 
6683
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.8/src/commands/project/deploy/cancel.ts)_
6683
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9/src/commands/project/deploy/cancel.ts)_
6684
6684
 
6685
6685
  ## `sf project deploy preview`
6686
6686
 
@@ -6721,7 +6721,7 @@ DESCRIPTION
6721
6721
 
6722
6722
  To preview the deployment of multiple metadata components, either set multiple --metadata <name> flags or a single
6723
6723
  --metadata flag with multiple names separated by spaces. Enclose names that contain spaces in one set of double
6724
- quotes. The same syntax applies to --manifest and --source-dir.
6724
+ quotes. The same syntax applies to --source-dir.
6725
6725
 
6726
6726
  ALIASES
6727
6727
  $ sf deploy metadata preview
@@ -6763,7 +6763,7 @@ FLAG DESCRIPTIONS
6763
6763
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
6764
6764
  ```
6765
6765
 
6766
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.8/src/commands/project/deploy/preview.ts)_
6766
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9/src/commands/project/deploy/preview.ts)_
6767
6767
 
6768
6768
  ## `sf project deploy quick`
6769
6769
 
@@ -6856,7 +6856,7 @@ ERROR CODES
6856
6856
  Canceling (69) The deploy is being canceled.
6857
6857
  ```
6858
6858
 
6859
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.8/src/commands/project/deploy/quick.ts)_
6859
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9/src/commands/project/deploy/quick.ts)_
6860
6860
 
6861
6861
  ## `sf project deploy report`
6862
6862
 
@@ -6948,7 +6948,7 @@ FLAG DESCRIPTIONS
6948
6948
  --coverage-formatters lcov --coverage-formatters clover
6949
6949
  ```
6950
6950
 
6951
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.8/src/commands/project/deploy/report.ts)_
6951
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9/src/commands/project/deploy/report.ts)_
6952
6952
 
6953
6953
  ## `sf project deploy resume`
6954
6954
 
@@ -7045,7 +7045,7 @@ ERROR CODES
7045
7045
  Canceling (69) The deploy is being canceled.
7046
7046
  ```
7047
7047
 
7048
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.8/src/commands/project/deploy/resume.ts)_
7048
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9/src/commands/project/deploy/resume.ts)_
7049
7049
 
7050
7050
  ## `sf project deploy start`
7051
7051
 
@@ -7122,7 +7122,7 @@ DESCRIPTION
7122
7122
 
7123
7123
  To deploy multiple metadata components, either set multiple --metadata <name> flags or a single --metadata flag with
7124
7124
  multiple names separated by spaces. Enclose names that contain spaces in one set of double quotes. The same syntax
7125
- applies to --manifest and --source-dir.
7125
+ applies to --source-dir.
7126
7126
 
7127
7127
  ALIASES
7128
7128
  $ sf deploy metadata
@@ -7298,7 +7298,7 @@ ERROR CODES
7298
7298
  Canceling (69) The deploy is being canceled.
7299
7299
  ```
7300
7300
 
7301
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.8/src/commands/project/deploy/start.ts)_
7301
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9/src/commands/project/deploy/start.ts)_
7302
7302
 
7303
7303
  ## `sf project deploy validate`
7304
7304
 
@@ -7372,7 +7372,7 @@ DESCRIPTION
7372
7372
 
7373
7373
  To validate the deployment of multiple metadata components, either set multiple --metadata <name> flags or a single
7374
7374
  --metadata flag with multiple names separated by spaces. Enclose names that contain spaces in one set of double
7375
- quotes. The same syntax applies to --manifest and --source-dir.
7375
+ quotes. The same syntax applies to --source-dir.
7376
7376
 
7377
7377
  Note: Don't use this command on sandboxes; the command is intended to be used on production orgs. By default,
7378
7378
  sandboxes don't run tests during a deploy. If you want to validate a deployment with tests on a sandbox, use "sf
@@ -7488,7 +7488,7 @@ ERROR CODES
7488
7488
  Canceling (69) The deploy is being canceled.
7489
7489
  ```
7490
7490
 
7491
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.8/src/commands/project/deploy/validate.ts)_
7491
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9/src/commands/project/deploy/validate.ts)_
7492
7492
 
7493
7493
  ## `sf project generate`
7494
7494
 
@@ -7627,10 +7627,10 @@ DESCRIPTION
7627
7627
  Create a project manifest that lists the metadata components you want to deploy or retrieve.
7628
7628
 
7629
7629
  Create a manifest from a list of metadata components (--metadata) or from one or more local directories that contain
7630
- source files (--source-dir). You can specify either of these parameters, not both.
7630
+ source files (--source-dir). You can specify either of these flags, not both.
7631
7631
 
7632
7632
  Use --type to specify the type of manifest you want to create. The resulting manifest files have specific names, such
7633
- as the standard package.xml or destructiveChanges.xml to delete metadata. Valid values for this parameter, and their
7633
+ as the standard package.xml or destructiveChanges.xml to delete metadata. Valid values for this flag, and their
7634
7634
  respective file names, are:
7635
7635
 
7636
7636
  * package : package.xml (default)
@@ -7670,7 +7670,7 @@ EXAMPLES
7670
7670
  $ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
7671
7671
  ```
7672
7672
 
7673
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.8/src/commands/project/generate/manifest.ts)_
7673
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9/src/commands/project/generate/manifest.ts)_
7674
7674
 
7675
7675
  ## `sf project list ignored`
7676
7676
 
@@ -7712,7 +7712,7 @@ EXAMPLES
7712
7712
  $ sf project list ignored --source-dir package.xml
7713
7713
  ```
7714
7714
 
7715
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.8/src/commands/project/list/ignored.ts)_
7715
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9/src/commands/project/list/ignored.ts)_
7716
7716
 
7717
7717
  ## `sf project reset tracking`
7718
7718
 
@@ -7742,8 +7742,8 @@ DESCRIPTION
7742
7742
  files and those in the org. When you next run 'project deploy preview', Salesforce CLI returns no results, even though
7743
7743
  conflicts might actually exist. Salesforce CLI then resumes tracking new source changes as usual.
7744
7744
 
7745
- Use the --revision parameter to reset source tracking to a specific revision number of an org source member. To get
7746
- the revision number, query the SourceMember Tooling API object with the 'data soql' command. For example:
7745
+ Use the --revision flag to reset source tracking to a specific revision number of an org source member. To get the
7746
+ revision number, query the SourceMember Tooling API object with the 'data soql' command. For example:
7747
7747
 
7748
7748
  sf data query --query "SELECT MemberName, MemberType, RevisionCounter FROM SourceMember" --use-tooling-api
7749
7749
  --target-org my-scratch
@@ -7761,7 +7761,7 @@ EXAMPLES
7761
7761
  $ sf project reset tracking --revision 30
7762
7762
  ```
7763
7763
 
7764
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.8/src/commands/project/reset/tracking.ts)_
7764
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9/src/commands/project/reset/tracking.ts)_
7765
7765
 
7766
7766
  ## `sf project retrieve preview`
7767
7767
 
@@ -7815,7 +7815,7 @@ FLAG DESCRIPTIONS
7815
7815
  production orgs.
7816
7816
  ```
7817
7817
 
7818
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.8/src/commands/project/retrieve/preview.ts)_
7818
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9/src/commands/project/retrieve/preview.ts)_
7819
7819
 
7820
7820
  ## `sf project retrieve start`
7821
7821
 
@@ -7868,7 +7868,7 @@ DESCRIPTION
7868
7868
 
7869
7869
  To retrieve multiple metadata components, either use multiple --metadata <name> flags or use a single --metadata flag
7870
7870
  with multiple names separated by spaces. Enclose names that contain spaces in one set of double quotes. The same
7871
- syntax applies to --manifest and --source-dir.
7871
+ syntax applies to --source-dir.
7872
7872
 
7873
7873
  ALIASES
7874
7874
  $ sf retrieve metadata
@@ -7981,7 +7981,7 @@ FLAG DESCRIPTIONS
7981
7981
 
7982
7982
  -x, --manifest=<value> File path for the manifest (package.xml) that specifies the components to retrieve.
7983
7983
 
7984
- If you specify this parameter, don’t specify --metadata or --source-dir.
7984
+ If you specify this flag, don’t specify --metadata or --source-dir.
7985
7985
 
7986
7986
  CONFIGURATION VARIABLES
7987
7987
  target-org Username or alias of the org that all commands run against by default. (sf only)
@@ -7992,7 +7992,7 @@ ENVIRONMENT VARIABLES
7992
7992
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
7993
7993
  ```
7994
7994
 
7995
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.8/src/commands/project/retrieve/start.ts)_
7995
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9/src/commands/project/retrieve/start.ts)_
7996
7996
 
7997
7997
  ## `sf schema generate field`
7998
7998
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.66.6",
3
+ "version": "2.67.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.66.6",
9
+ "version": "2.67.0",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -28,7 +28,7 @@
28
28
  "@salesforce/plugin-api": "1.3.1",
29
29
  "@salesforce/plugin-auth": "3.6.72",
30
30
  "@salesforce/plugin-data": "3.11.2",
31
- "@salesforce/plugin-deploy-retrieve": "3.15.8",
31
+ "@salesforce/plugin-deploy-retrieve": "3.15.9",
32
32
  "@salesforce/plugin-info": "3.4.17",
33
33
  "@salesforce/plugin-limits": "3.3.38",
34
34
  "@salesforce/plugin-marketplace": "1.3.4",
@@ -5140,9 +5140,9 @@
5140
5140
  }
5141
5141
  },
5142
5142
  "node_modules/@salesforce/plugin-deploy-retrieve": {
5143
- "version": "3.15.8",
5144
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.15.8.tgz",
5145
- "integrity": "sha512-x0Re+Od+d1TeNsYSA/dcYvgOOr3VqdVcu3WWpw45fqGRjjdX80rk4pf0bR1DUjVqd0FDnTJoNZ8wwVYfnSYlCw==",
5143
+ "version": "3.15.9",
5144
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.15.9.tgz",
5145
+ "integrity": "sha512-RUswFq3Xk7wQy6netQxDrt5n+mgwWiYJk27cVGJ8CbM20Gdmwg2WbfEr1exCP1ekYR+IUjqVnNybh1c+Ps6cAg==",
5146
5146
  "license": "BSD-3-Clause",
5147
5147
  "dependencies": {
5148
5148
  "@oclif/core": "^4.0.28",
package/oclif.lock CHANGED
@@ -2227,10 +2227,10 @@
2227
2227
  form-data "^4.0.0"
2228
2228
  terminal-link "^3.0.0"
2229
2229
 
2230
- "@salesforce/plugin-deploy-retrieve@3.15.8":
2231
- version "3.15.8"
2232
- resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.15.8.tgz"
2233
- integrity sha512-x0Re+Od+d1TeNsYSA/dcYvgOOr3VqdVcu3WWpw45fqGRjjdX80rk4pf0bR1DUjVqd0FDnTJoNZ8wwVYfnSYlCw==
2230
+ "@salesforce/plugin-deploy-retrieve@3.15.9":
2231
+ version "3.15.9"
2232
+ resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.15.9.tgz"
2233
+ integrity sha512-RUswFq3Xk7wQy6netQxDrt5n+mgwWiYJk27cVGJ8CbM20Gdmwg2WbfEr1exCP1ekYR+IUjqVnNybh1c+Ps6cAg==
2234
2234
  dependencies:
2235
2235
  "@oclif/core" "^4.0.28"
2236
2236
  "@oclif/multi-stage-output" "^0.7.11"
@@ -5370,5 +5370,5 @@
5370
5370
  ]
5371
5371
  }
5372
5372
  },
5373
- "version": "2.66.6"
5373
+ "version": "2.67.0"
5374
5374
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.66.6",
4
+ "version": "2.67.0",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -156,7 +156,7 @@
156
156
  "@salesforce/plugin-api": "1.3.1",
157
157
  "@salesforce/plugin-auth": "3.6.72",
158
158
  "@salesforce/plugin-data": "3.11.2",
159
- "@salesforce/plugin-deploy-retrieve": "3.15.8",
159
+ "@salesforce/plugin-deploy-retrieve": "3.15.9",
160
160
  "@salesforce/plugin-info": "3.4.17",
161
161
  "@salesforce/plugin-limits": "3.3.38",
162
162
  "@salesforce/plugin-marketplace": "1.3.4",