@salesforce/cli 2.46.6 → 2.47.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.46.6 linux-x64 node-v20.14.0
27
+ @salesforce/cli/2.47.0 linux-x64 node-v20.14.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -5446,7 +5446,7 @@ EXAMPLES
5446
5446
  $ sf plugins
5447
5447
  ```
5448
5448
 
5449
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.4/src/commands/plugins/index.ts)_
5449
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.0/src/commands/plugins/index.ts)_
5450
5450
 
5451
5451
  ## `sf plugins discover`
5452
5452
 
@@ -5491,7 +5491,7 @@ EXAMPLES
5491
5491
  $ sf plugins inspect @salesforce/plugin-packaging
5492
5492
  ```
5493
5493
 
5494
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.4/src/commands/plugins/inspect.ts)_
5494
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.0/src/commands/plugins/inspect.ts)_
5495
5495
 
5496
5496
  ## `sf plugins install PLUGIN`
5497
5497
 
@@ -5540,7 +5540,7 @@ EXAMPLES
5540
5540
  $ sf plugins install someuser/someplugin
5541
5541
  ```
5542
5542
 
5543
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.4/src/commands/plugins/install.ts)_
5543
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.0/src/commands/plugins/install.ts)_
5544
5544
 
5545
5545
  ## `sf plugins link PATH`
5546
5546
 
@@ -5570,7 +5570,7 @@ EXAMPLES
5570
5570
  $ sf plugins link @salesforce/plugin-packaging
5571
5571
  ```
5572
5572
 
5573
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.4/src/commands/plugins/link.ts)_
5573
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.0/src/commands/plugins/link.ts)_
5574
5574
 
5575
5575
  ## `sf plugins reset`
5576
5576
 
@@ -5585,7 +5585,7 @@ FLAGS
5585
5585
  --reinstall Reinstall all plugins after uninstalling.
5586
5586
  ```
5587
5587
 
5588
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.4/src/commands/plugins/reset.ts)_
5588
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.0/src/commands/plugins/reset.ts)_
5589
5589
 
5590
5590
  ## `sf plugins trust verify`
5591
5591
 
@@ -5642,7 +5642,7 @@ EXAMPLES
5642
5642
  $ sf plugins uninstall @salesforce/plugin-packaging
5643
5643
  ```
5644
5644
 
5645
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.4/src/commands/plugins/uninstall.ts)_
5645
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.0/src/commands/plugins/uninstall.ts)_
5646
5646
 
5647
5647
  ## `sf plugins update`
5648
5648
 
@@ -5660,7 +5660,7 @@ DESCRIPTION
5660
5660
  Update installed plugins.
5661
5661
  ```
5662
5662
 
5663
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.4/src/commands/plugins/update.ts)_
5663
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.0/src/commands/plugins/update.ts)_
5664
5664
 
5665
5665
  ## `sf project convert mdapi`
5666
5666
 
@@ -5723,7 +5723,7 @@ FLAG DESCRIPTIONS
5723
5723
  If you specify this parameter, don’t specify --metadata or --source-dir.
5724
5724
  ```
5725
5725
 
5726
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.4/src/commands/project/convert/mdapi.ts)_
5726
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.5/src/commands/project/convert/mdapi.ts)_
5727
5727
 
5728
5728
  ## `sf project convert source`
5729
5729
 
@@ -5735,7 +5735,7 @@ USAGE
5735
5735
  [-p <value>... | -x <value> | -m <value>...]
5736
5736
 
5737
5737
  FLAGS
5738
- -d, --output-dir=<value> [default: metadataPackage_1718037633977] Output directory to store the Metadata
5738
+ -d, --output-dir=<value> [default: metadataPackage_1718160629734] Output directory to store the Metadata
5739
5739
  API–formatted files in.
5740
5740
  -m, --metadata=<value>... Metadata component names to convert.
5741
5741
  -n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
@@ -5796,7 +5796,7 @@ FLAG DESCRIPTIONS
5796
5796
  Override the api version used for api requests made by this command
5797
5797
  ```
5798
5798
 
5799
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.4/src/commands/project/convert/source.ts)_
5799
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.5/src/commands/project/convert/source.ts)_
5800
5800
 
5801
5801
  ## `sf project convert source-behavior`
5802
5802
 
@@ -5853,7 +5853,7 @@ EXAMPLES
5853
5853
  $ sf project convert source-behavior --behavior decomposeCustomLabelsBeta --dry-run --preserve-temp-dir
5854
5854
  ```
5855
5855
 
5856
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.4/src/commands/project/convert/source-behavior.ts)_
5856
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.5/src/commands/project/convert/source-behavior.ts)_
5857
5857
 
5858
5858
  ## `sf project delete source`
5859
5859
 
@@ -5993,7 +5993,7 @@ FLAG DESCRIPTIONS
5993
5993
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
5994
5994
  ```
5995
5995
 
5996
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.4/src/commands/project/delete/source.ts)_
5996
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.5/src/commands/project/delete/source.ts)_
5997
5997
 
5998
5998
  ## `sf project delete tracking`
5999
5999
 
@@ -6030,7 +6030,7 @@ EXAMPLES
6030
6030
  $ sf project delete tracking --target-org my-scratch
6031
6031
  ```
6032
6032
 
6033
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.4/src/commands/project/delete/tracking.ts)_
6033
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.5/src/commands/project/delete/tracking.ts)_
6034
6034
 
6035
6035
  ## `sf project deploy cancel`
6036
6036
 
@@ -6102,7 +6102,7 @@ FLAG DESCRIPTIONS
6102
6102
  project deploy report".
6103
6103
  ```
6104
6104
 
6105
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.4/src/commands/project/deploy/cancel.ts)_
6105
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.5/src/commands/project/deploy/cancel.ts)_
6106
6106
 
6107
6107
  ## `sf project deploy preview`
6108
6108
 
@@ -6185,7 +6185,7 @@ FLAG DESCRIPTIONS
6185
6185
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
6186
6186
  ```
6187
6187
 
6188
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.4/src/commands/project/deploy/preview.ts)_
6188
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.5/src/commands/project/deploy/preview.ts)_
6189
6189
 
6190
6190
  ## `sf project deploy quick`
6191
6191
 
@@ -6278,7 +6278,7 @@ ERROR CODES
6278
6278
  Canceling (69) The deploy is being canceled.
6279
6279
  ```
6280
6280
 
6281
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.4/src/commands/project/deploy/quick.ts)_
6281
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.5/src/commands/project/deploy/quick.ts)_
6282
6282
 
6283
6283
  ## `sf project deploy report`
6284
6284
 
@@ -6370,7 +6370,7 @@ FLAG DESCRIPTIONS
6370
6370
  --coverage-formatters lcov --coverage-formatters clover
6371
6371
  ```
6372
6372
 
6373
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.4/src/commands/project/deploy/report.ts)_
6373
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.5/src/commands/project/deploy/report.ts)_
6374
6374
 
6375
6375
  ## `sf project deploy resume`
6376
6376
 
@@ -6467,7 +6467,7 @@ ERROR CODES
6467
6467
  Canceling (69) The deploy is being canceled.
6468
6468
  ```
6469
6469
 
6470
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.4/src/commands/project/deploy/resume.ts)_
6470
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.5/src/commands/project/deploy/resume.ts)_
6471
6471
 
6472
6472
  ## `sf project deploy start`
6473
6473
 
@@ -6710,7 +6710,7 @@ ERROR CODES
6710
6710
  Canceling (69) The deploy is being canceled.
6711
6711
  ```
6712
6712
 
6713
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.4/src/commands/project/deploy/start.ts)_
6713
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.5/src/commands/project/deploy/start.ts)_
6714
6714
 
6715
6715
  ## `sf project deploy validate`
6716
6716
 
@@ -6900,7 +6900,7 @@ ERROR CODES
6900
6900
  Canceling (69) The deploy is being canceled.
6901
6901
  ```
6902
6902
 
6903
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.4/src/commands/project/deploy/validate.ts)_
6903
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.5/src/commands/project/deploy/validate.ts)_
6904
6904
 
6905
6905
  ## `sf project generate`
6906
6906
 
@@ -7082,7 +7082,7 @@ EXAMPLES
7082
7082
  $ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
7083
7083
  ```
7084
7084
 
7085
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.4/src/commands/project/generate/manifest.ts)_
7085
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.5/src/commands/project/generate/manifest.ts)_
7086
7086
 
7087
7087
  ## `sf project list ignored`
7088
7088
 
@@ -7124,7 +7124,7 @@ EXAMPLES
7124
7124
  $ sf project list ignored --source-dir package.xml
7125
7125
  ```
7126
7126
 
7127
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.4/src/commands/project/list/ignored.ts)_
7127
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.5/src/commands/project/list/ignored.ts)_
7128
7128
 
7129
7129
  ## `sf project reset tracking`
7130
7130
 
@@ -7173,7 +7173,7 @@ EXAMPLES
7173
7173
  $ sf project reset tracking --revision 30
7174
7174
  ```
7175
7175
 
7176
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.4/src/commands/project/reset/tracking.ts)_
7176
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.5/src/commands/project/reset/tracking.ts)_
7177
7177
 
7178
7178
  ## `sf project retrieve preview`
7179
7179
 
@@ -7227,7 +7227,7 @@ FLAG DESCRIPTIONS
7227
7227
  production orgs.
7228
7228
  ```
7229
7229
 
7230
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.4/src/commands/project/retrieve/preview.ts)_
7230
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.5/src/commands/project/retrieve/preview.ts)_
7231
7231
 
7232
7232
  ## `sf project retrieve start`
7233
7233
 
@@ -7394,7 +7394,7 @@ ENVIRONMENT VARIABLES
7394
7394
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
7395
7395
  ```
7396
7396
 
7397
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.4/src/commands/project/retrieve/start.ts)_
7397
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.5/src/commands/project/retrieve/start.ts)_
7398
7398
 
7399
7399
  ## `sf schema generate field`
7400
7400
 
@@ -7757,7 +7757,7 @@ update the sf CLI
7757
7757
 
7758
7758
  ```
7759
7759
  USAGE
7760
- $ sf update [CHANNEL] [-a] [--force] [-i | -v <value>]
7760
+ $ sf update [CHANNEL] [--force | | [-a | -v <value> | -i]]
7761
7761
 
7762
7762
  FLAGS
7763
7763
  -a, --available See available versions.
@@ -7786,7 +7786,7 @@ EXAMPLES
7786
7786
  $ sf update --available
7787
7787
  ```
7788
7788
 
7789
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.3.5/src/commands/update.ts)_
7789
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.4.0/src/commands/update.ts)_
7790
7790
 
7791
7791
  ## `sf version`
7792
7792
 
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.46.6",
3
+ "version": "2.47.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.46.6",
9
+ "version": "2.47.0",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
13
13
  "@inquirer/select": "^2.3.5",
14
- "@oclif/core": "4.0.4",
14
+ "@oclif/core": "4.0.6",
15
15
  "@oclif/plugin-autocomplete": "3.1.2",
16
16
  "@oclif/plugin-commands": "4.0.2",
17
17
  "@oclif/plugin-help": "6.2.1",
18
18
  "@oclif/plugin-not-found": "3.2.3",
19
- "@oclif/plugin-plugins": "5.2.4",
19
+ "@oclif/plugin-plugins": "5.3.0",
20
20
  "@oclif/plugin-search": "1.1.2",
21
- "@oclif/plugin-update": "4.3.5",
21
+ "@oclif/plugin-update": "4.4.0",
22
22
  "@oclif/plugin-version": "2.2.3",
23
23
  "@oclif/plugin-warn-if-update-available": "3.1.5",
24
24
  "@oclif/plugin-which": "3.2.2",
@@ -27,7 +27,7 @@
27
27
  "@salesforce/plugin-apex": "3.1.18",
28
28
  "@salesforce/plugin-auth": "3.6.21",
29
29
  "@salesforce/plugin-data": "3.4.6",
30
- "@salesforce/plugin-deploy-retrieve": "3.9.4",
30
+ "@salesforce/plugin-deploy-retrieve": "3.9.5",
31
31
  "@salesforce/plugin-info": "3.3.6",
32
32
  "@salesforce/plugin-limits": "3.3.12",
33
33
  "@salesforce/plugin-marketplace": "1.2.12",
@@ -3972,9 +3972,9 @@
3972
3972
  }
3973
3973
  },
3974
3974
  "node_modules/@oclif/core": {
3975
- "version": "4.0.4",
3976
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.4.tgz",
3977
- "integrity": "sha512-gbmqgPCyT5f2ZtPRHQmoWbj+gdn5ZQDwAJ6t7rGJnABq89utLuADZfQ0ORjcAmNKAFLxerUZoJA4nPOxW/vIRw==",
3975
+ "version": "4.0.6",
3976
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.6.tgz",
3977
+ "integrity": "sha512-z/4YUVQsf2pHsXRze5etbmvAYDhoUhIzpM6oJGEdsdWfvQJ6YQBogH7TdX/ItuGda6+vpfXg/4U1CtPexSF+bA==",
3978
3978
  "license": "MIT",
3979
3979
  "dependencies": {
3980
3980
  "ansi-escapes": "^4.3.2",
@@ -4280,9 +4280,9 @@
4280
4280
  }
4281
4281
  },
4282
4282
  "node_modules/@oclif/plugin-plugins": {
4283
- "version": "5.2.4",
4284
- "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.2.4.tgz",
4285
- "integrity": "sha512-ILkQGUq9DJpFYL52x8tHcJc4ZVxIL27tTTxkBGrnoHE7IcP8nFlK3S3unoADAHCTtbcp2vRPglkBUJMwnKarlQ==",
4283
+ "version": "5.3.0",
4284
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.3.0.tgz",
4285
+ "integrity": "sha512-LRurBH7ApwwlYPjuSqoXAWaWWNp/HEkWBCNHxHt58byebUWHy8AXHALNEmEN3AYfXZpdeWrPnRlW/d3rxcoYMg==",
4286
4286
  "license": "MIT",
4287
4287
  "dependencies": {
4288
4288
  "@oclif/core": "^4",
@@ -4351,9 +4351,9 @@
4351
4351
  }
4352
4352
  },
4353
4353
  "node_modules/@oclif/plugin-update": {
4354
- "version": "4.3.5",
4355
- "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.3.5.tgz",
4356
- "integrity": "sha512-Yk+IXVPX4mxBkGb86t3N4xdnoIAVlwh2qtYDRQFC+bkClW3jQrMSZaVNgGjg7UVz4nuDgQEJk8vGfVloXEBGgA==",
4354
+ "version": "4.4.0",
4355
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.4.0.tgz",
4356
+ "integrity": "sha512-4eOGAHX6kpyfsOy0ByBOw+Jl2Y+UaHTWBhLOBicXpvHFFMbLIygN7mCYxHcGrniEKW5uB1TJBZHZNJOIe1Vsng==",
4357
4357
  "license": "MIT",
4358
4358
  "dependencies": {
4359
4359
  "@inquirer/select": "^2.3.5",
@@ -5148,9 +5148,9 @@
5148
5148
  "license": "MIT"
5149
5149
  },
5150
5150
  "node_modules/@salesforce/plugin-deploy-retrieve": {
5151
- "version": "3.9.4",
5152
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.9.4.tgz",
5153
- "integrity": "sha512-gpYUcJ2YTxKz2mWOX3l5sDfxclIls1gXrHClDyJJJ+6mnld+sfOZS7n5eiXsS0xtjYKXUSxyZu1KJt8ZZF66hA==",
5151
+ "version": "3.9.5",
5152
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.9.5.tgz",
5153
+ "integrity": "sha512-kqorZYytk21/eP2pjPV7c6ifv4o3l16f5/UHztTltwX1WVh0C0Shh1/A6+InexvzJ2EjbVCjY9x0RWs9dPLyqw==",
5154
5154
  "license": "BSD-3-Clause",
5155
5155
  "dependencies": {
5156
5156
  "@oclif/core": "^4.0.3",
@@ -5159,7 +5159,7 @@
5159
5159
  "@salesforce/kit": "^3.1.2",
5160
5160
  "@salesforce/plugin-info": "^3.3.6",
5161
5161
  "@salesforce/sf-plugins-core": "^10.0.0",
5162
- "@salesforce/source-deploy-retrieve": "^11.6.6",
5162
+ "@salesforce/source-deploy-retrieve": "^11.6.7",
5163
5163
  "@salesforce/source-tracking": "^6.5.1",
5164
5164
  "@salesforce/ts-types": "^2.0.9",
5165
5165
  "ansis": "^3.2.0"
@@ -5891,9 +5891,9 @@
5891
5891
  }
5892
5892
  },
5893
5893
  "node_modules/@salesforce/source-deploy-retrieve": {
5894
- "version": "11.6.6",
5895
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.6.6.tgz",
5896
- "integrity": "sha512-Wf7QCYtFsBwyLAFSPPuonyUnFMIz113yabDmZd9bBEeH3dKqPFQb6zHAV3HpoU5hwvHN/+xE8QDSxv3yjtyFPw==",
5894
+ "version": "11.6.7",
5895
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.6.7.tgz",
5896
+ "integrity": "sha512-66KY6EfNGRom7rGDutNzLE7wr8UIPylAruLwyvShuWbXGwXKlUIQli2Vc33h6UfU15NmcrbfiaRxyCgg9oqENw==",
5897
5897
  "license": "BSD-3-Clause",
5898
5898
  "dependencies": {
5899
5899
  "@salesforce/core": "^7.3.12",
package/oclif.lock CHANGED
@@ -1971,10 +1971,10 @@
1971
1971
  wordwrap "^1.0.0"
1972
1972
  wrap-ansi "^7.0.0"
1973
1973
 
1974
- "@oclif/core@^4", "@oclif/core@^4.0.3", "@oclif/core@4.0.4":
1975
- version "4.0.4"
1976
- resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.4.tgz"
1977
- integrity sha512-gbmqgPCyT5f2ZtPRHQmoWbj+gdn5ZQDwAJ6t7rGJnABq89utLuADZfQ0ORjcAmNKAFLxerUZoJA4nPOxW/vIRw==
1974
+ "@oclif/core@^4", "@oclif/core@^4.0.3", "@oclif/core@4.0.6":
1975
+ version "4.0.6"
1976
+ resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.6.tgz"
1977
+ integrity sha512-z/4YUVQsf2pHsXRze5etbmvAYDhoUhIzpM6oJGEdsdWfvQJ6YQBogH7TdX/ItuGda6+vpfXg/4U1CtPexSF+bA==
1978
1978
  dependencies:
1979
1979
  ansi-escapes "^4.3.2"
1980
1980
  ansis "^3.1.1"
@@ -2081,10 +2081,10 @@
2081
2081
  ansis "^3.2.0"
2082
2082
  fast-levenshtein "^3.0.0"
2083
2083
 
2084
- "@oclif/plugin-plugins@5.2.4":
2085
- version "5.2.4"
2086
- resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.2.4.tgz"
2087
- integrity sha512-ILkQGUq9DJpFYL52x8tHcJc4ZVxIL27tTTxkBGrnoHE7IcP8nFlK3S3unoADAHCTtbcp2vRPglkBUJMwnKarlQ==
2084
+ "@oclif/plugin-plugins@5.3.0":
2085
+ version "5.3.0"
2086
+ resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.3.0.tgz"
2087
+ integrity sha512-LRurBH7ApwwlYPjuSqoXAWaWWNp/HEkWBCNHxHt58byebUWHy8AXHALNEmEN3AYfXZpdeWrPnRlW/d3rxcoYMg==
2088
2088
  dependencies:
2089
2089
  "@oclif/core" "^4"
2090
2090
  ansis "^3.2.0"
@@ -2106,10 +2106,10 @@
2106
2106
  "@oclif/core" "^4"
2107
2107
  inquirer-autocomplete-standalone "^0.8.1"
2108
2108
 
2109
- "@oclif/plugin-update@4.3.5":
2110
- version "4.3.5"
2111
- resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.3.5.tgz"
2112
- integrity sha512-Yk+IXVPX4mxBkGb86t3N4xdnoIAVlwh2qtYDRQFC+bkClW3jQrMSZaVNgGjg7UVz4nuDgQEJk8vGfVloXEBGgA==
2109
+ "@oclif/plugin-update@4.4.0":
2110
+ version "4.4.0"
2111
+ resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.4.0.tgz"
2112
+ integrity sha512-4eOGAHX6kpyfsOy0ByBOw+Jl2Y+UaHTWBhLOBicXpvHFFMbLIygN7mCYxHcGrniEKW5uB1TJBZHZNJOIe1Vsng==
2113
2113
  dependencies:
2114
2114
  "@inquirer/select" "^2.3.5"
2115
2115
  "@oclif/core" "^4"
@@ -2570,10 +2570,10 @@
2570
2570
  csv-stringify "^6.5.0"
2571
2571
  form-data "^4.0.0"
2572
2572
 
2573
- "@salesforce/plugin-deploy-retrieve@3.9.4":
2574
- version "3.9.4"
2575
- resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.9.4.tgz"
2576
- integrity sha512-gpYUcJ2YTxKz2mWOX3l5sDfxclIls1gXrHClDyJJJ+6mnld+sfOZS7n5eiXsS0xtjYKXUSxyZu1KJt8ZZF66hA==
2573
+ "@salesforce/plugin-deploy-retrieve@3.9.5":
2574
+ version "3.9.5"
2575
+ resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.9.5.tgz"
2576
+ integrity sha512-kqorZYytk21/eP2pjPV7c6ifv4o3l16f5/UHztTltwX1WVh0C0Shh1/A6+InexvzJ2EjbVCjY9x0RWs9dPLyqw==
2577
2577
  dependencies:
2578
2578
  "@oclif/core" "^4.0.3"
2579
2579
  "@salesforce/apex-node" "^6.1.2"
@@ -2581,7 +2581,7 @@
2581
2581
  "@salesforce/kit" "^3.1.2"
2582
2582
  "@salesforce/plugin-info" "^3.3.6"
2583
2583
  "@salesforce/sf-plugins-core" "^10.0.0"
2584
- "@salesforce/source-deploy-retrieve" "^11.6.6"
2584
+ "@salesforce/source-deploy-retrieve" "^11.6.7"
2585
2585
  "@salesforce/source-tracking" "^6.5.1"
2586
2586
  "@salesforce/ts-types" "^2.0.9"
2587
2587
  ansis "^3.2.0"
@@ -2841,10 +2841,10 @@
2841
2841
  "@salesforce/ts-types" "^2.0.9"
2842
2842
  chalk "^5.3.0"
2843
2843
 
2844
- "@salesforce/source-deploy-retrieve@^11.4.3", "@salesforce/source-deploy-retrieve@^11.6.2", "@salesforce/source-deploy-retrieve@^11.6.5", "@salesforce/source-deploy-retrieve@^11.6.6":
2845
- version "11.6.6"
2846
- resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.6.6.tgz"
2847
- integrity sha512-Wf7QCYtFsBwyLAFSPPuonyUnFMIz113yabDmZd9bBEeH3dKqPFQb6zHAV3HpoU5hwvHN/+xE8QDSxv3yjtyFPw==
2844
+ "@salesforce/source-deploy-retrieve@^11.4.3", "@salesforce/source-deploy-retrieve@^11.6.2", "@salesforce/source-deploy-retrieve@^11.6.5", "@salesforce/source-deploy-retrieve@^11.6.7":
2845
+ version "11.6.7"
2846
+ resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.6.7.tgz"
2847
+ integrity sha512-66KY6EfNGRom7rGDutNzLE7wr8UIPylAruLwyvShuWbXGwXKlUIQli2Vc33h6UfU15NmcrbfiaRxyCgg9oqENw==
2848
2848
  dependencies:
2849
2849
  "@salesforce/core" "^7.3.12"
2850
2850
  "@salesforce/kit" "^3.1.1"
@@ -5379,5 +5379,5 @@
5379
5379
  ]
5380
5380
  }
5381
5381
  },
5382
- "version": "2.46.6"
5382
+ "version": "2.47.0"
5383
5383
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.46.6",
4
+ "version": "2.47.0",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -139,14 +139,14 @@
139
139
  },
140
140
  "dependencies": {
141
141
  "@inquirer/select": "^2.3.5",
142
- "@oclif/core": "4.0.4",
142
+ "@oclif/core": "4.0.6",
143
143
  "@oclif/plugin-autocomplete": "3.1.2",
144
144
  "@oclif/plugin-commands": "4.0.2",
145
145
  "@oclif/plugin-help": "6.2.1",
146
146
  "@oclif/plugin-not-found": "3.2.3",
147
- "@oclif/plugin-plugins": "5.2.4",
147
+ "@oclif/plugin-plugins": "5.3.0",
148
148
  "@oclif/plugin-search": "1.1.2",
149
- "@oclif/plugin-update": "4.3.5",
149
+ "@oclif/plugin-update": "4.4.0",
150
150
  "@oclif/plugin-version": "2.2.3",
151
151
  "@oclif/plugin-warn-if-update-available": "3.1.5",
152
152
  "@oclif/plugin-which": "3.2.2",
@@ -155,7 +155,7 @@
155
155
  "@salesforce/plugin-apex": "3.1.18",
156
156
  "@salesforce/plugin-auth": "3.6.21",
157
157
  "@salesforce/plugin-data": "3.4.6",
158
- "@salesforce/plugin-deploy-retrieve": "3.9.4",
158
+ "@salesforce/plugin-deploy-retrieve": "3.9.5",
159
159
  "@salesforce/plugin-info": "3.3.6",
160
160
  "@salesforce/plugin-limits": "3.3.12",
161
161
  "@salesforce/plugin-marketplace": "1.2.12",