@salesforce/cli 2.32.0 → 2.32.2

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.32.0 linux-x64 node-v20.11.1
27
+ @salesforce/cli/2.32.2 linux-x64 node-v20.11.1
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -5271,7 +5271,7 @@ EXAMPLES
5271
5271
  $ sf plugins
5272
5272
  ```
5273
5273
 
5274
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.5/src/commands/plugins/index.ts)_
5274
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.6/src/commands/plugins/index.ts)_
5275
5275
 
5276
5276
  ## `sf plugins discover`
5277
5277
 
@@ -5315,7 +5315,7 @@ EXAMPLES
5315
5315
  $ sf plugins inspect myplugin
5316
5316
  ```
5317
5317
 
5318
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.5/src/commands/plugins/inspect.ts)_
5318
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.6/src/commands/plugins/inspect.ts)_
5319
5319
 
5320
5320
  ## `sf plugins:install PLUGIN...`
5321
5321
 
@@ -5359,7 +5359,7 @@ EXAMPLES
5359
5359
  $ sf plugins install someuser/someplugin
5360
5360
  ```
5361
5361
 
5362
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.5/src/commands/plugins/install.ts)_
5362
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.6/src/commands/plugins/install.ts)_
5363
5363
 
5364
5364
  ## `sf plugins:link PLUGIN`
5365
5365
 
@@ -5389,7 +5389,7 @@ EXAMPLES
5389
5389
  $ sf plugins link myplugin
5390
5390
  ```
5391
5391
 
5392
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.5/src/commands/plugins/link.ts)_
5392
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.6/src/commands/plugins/link.ts)_
5393
5393
 
5394
5394
  ## `sf plugins reset`
5395
5395
 
@@ -5404,7 +5404,7 @@ FLAGS
5404
5404
  --reinstall Reinstall all plugins after uninstalling.
5405
5405
  ```
5406
5406
 
5407
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.5/src/commands/plugins/reset.ts)_
5407
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.6/src/commands/plugins/reset.ts)_
5408
5408
 
5409
5409
  ## `sf plugins trust verify`
5410
5410
 
@@ -5460,7 +5460,7 @@ EXAMPLES
5460
5460
  $ sf plugins uninstall myplugin
5461
5461
  ```
5462
5462
 
5463
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.5/src/commands/plugins/uninstall.ts)_
5463
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.6/src/commands/plugins/uninstall.ts)_
5464
5464
 
5465
5465
  ## `sf plugins update`
5466
5466
 
@@ -5478,7 +5478,7 @@ DESCRIPTION
5478
5478
  Update installed plugins.
5479
5479
  ```
5480
5480
 
5481
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.5/src/commands/plugins/update.ts)_
5481
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.6/src/commands/plugins/update.ts)_
5482
5482
 
5483
5483
  ## `sf project convert mdapi`
5484
5484
 
@@ -5540,7 +5540,7 @@ FLAG DESCRIPTIONS
5540
5540
  If you specify this parameter, don’t specify --metadata or --source-dir.
5541
5541
  ```
5542
5542
 
5543
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.20/src/commands/project/convert/mdapi.ts)_
5543
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.21/src/commands/project/convert/mdapi.ts)_
5544
5544
 
5545
5545
  ## `sf project convert source`
5546
5546
 
@@ -5552,7 +5552,7 @@ USAGE
5552
5552
  <value> | -m <value>]
5553
5553
 
5554
5554
  FLAGS
5555
- -d, --output-dir=<value> [default: metadataPackage_1708975234876] Output directory to store the Metadata
5555
+ -d, --output-dir=<value> [default: metadataPackage_1709308170888] Output directory to store the Metadata
5556
5556
  API–formatted files in.
5557
5557
  -m, --metadata=<value>... Metadata component names to convert.
5558
5558
  -n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
@@ -5612,7 +5612,7 @@ FLAG DESCRIPTIONS
5612
5612
  Override the api version used for api requests made by this command
5613
5613
  ```
5614
5614
 
5615
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.20/src/commands/project/convert/source.ts)_
5615
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.21/src/commands/project/convert/source.ts)_
5616
5616
 
5617
5617
  ## `sf project delete source`
5618
5618
 
@@ -5751,7 +5751,7 @@ FLAG DESCRIPTIONS
5751
5751
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
5752
5752
  ```
5753
5753
 
5754
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.20/src/commands/project/delete/source.ts)_
5754
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.21/src/commands/project/delete/source.ts)_
5755
5755
 
5756
5756
  ## `sf project delete tracking`
5757
5757
 
@@ -5787,7 +5787,7 @@ EXAMPLES
5787
5787
  $ sf project delete tracking --target-org my-scratch
5788
5788
  ```
5789
5789
 
5790
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.20/src/commands/project/delete/tracking.ts)_
5790
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.21/src/commands/project/delete/tracking.ts)_
5791
5791
 
5792
5792
  ## `sf project deploy cancel`
5793
5793
 
@@ -5857,7 +5857,7 @@ FLAG DESCRIPTIONS
5857
5857
  project deploy report".
5858
5858
  ```
5859
5859
 
5860
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.20/src/commands/project/deploy/cancel.ts)_
5860
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.21/src/commands/project/deploy/cancel.ts)_
5861
5861
 
5862
5862
  ## `sf project deploy preview`
5863
5863
 
@@ -5941,7 +5941,7 @@ FLAG DESCRIPTIONS
5941
5941
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
5942
5942
  ```
5943
5943
 
5944
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.20/src/commands/project/deploy/preview.ts)_
5944
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.21/src/commands/project/deploy/preview.ts)_
5945
5945
 
5946
5946
  ## `sf project deploy quick`
5947
5947
 
@@ -6034,7 +6034,7 @@ ERROR CODES
6034
6034
  Canceling (69) The deploy is being canceled.
6035
6035
  ```
6036
6036
 
6037
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.20/src/commands/project/deploy/quick.ts)_
6037
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.21/src/commands/project/deploy/quick.ts)_
6038
6038
 
6039
6039
  ## `sf project deploy report`
6040
6040
 
@@ -6129,7 +6129,7 @@ FLAG DESCRIPTIONS
6129
6129
  --coverage-formatters lcov --coverage-formatters clover
6130
6130
  ```
6131
6131
 
6132
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.20/src/commands/project/deploy/report.ts)_
6132
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.21/src/commands/project/deploy/report.ts)_
6133
6133
 
6134
6134
  ## `sf project deploy resume`
6135
6135
 
@@ -6225,7 +6225,7 @@ ERROR CODES
6225
6225
  Canceling (69) The deploy is being canceled.
6226
6226
  ```
6227
6227
 
6228
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.20/src/commands/project/deploy/resume.ts)_
6228
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.21/src/commands/project/deploy/resume.ts)_
6229
6229
 
6230
6230
  ## `sf project deploy start`
6231
6231
 
@@ -6454,7 +6454,7 @@ ERROR CODES
6454
6454
  Canceling (69) The deploy is being canceled.
6455
6455
  ```
6456
6456
 
6457
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.20/src/commands/project/deploy/start.ts)_
6457
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.21/src/commands/project/deploy/start.ts)_
6458
6458
 
6459
6459
  ## `sf project deploy validate`
6460
6460
 
@@ -6633,7 +6633,7 @@ ERROR CODES
6633
6633
  Canceling (69) The deploy is being canceled.
6634
6634
  ```
6635
6635
 
6636
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.20/src/commands/project/deploy/validate.ts)_
6636
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.21/src/commands/project/deploy/validate.ts)_
6637
6637
 
6638
6638
  ## `sf project generate`
6639
6639
 
@@ -6812,7 +6812,7 @@ EXAMPLES
6812
6812
  $ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
6813
6813
  ```
6814
6814
 
6815
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.20/src/commands/project/generate/manifest.ts)_
6815
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.21/src/commands/project/generate/manifest.ts)_
6816
6816
 
6817
6817
  ## `sf project list ignored`
6818
6818
 
@@ -6853,7 +6853,7 @@ EXAMPLES
6853
6853
  $ sf project list ignored --source-dir package.xml
6854
6854
  ```
6855
6855
 
6856
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.20/src/commands/project/list/ignored.ts)_
6856
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.21/src/commands/project/list/ignored.ts)_
6857
6857
 
6858
6858
  ## `sf project reset tracking`
6859
6859
 
@@ -6901,7 +6901,7 @@ EXAMPLES
6901
6901
  $ sf project reset tracking --revision 30
6902
6902
  ```
6903
6903
 
6904
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.20/src/commands/project/reset/tracking.ts)_
6904
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.21/src/commands/project/reset/tracking.ts)_
6905
6905
 
6906
6906
  ## `sf project retrieve preview`
6907
6907
 
@@ -6957,7 +6957,7 @@ FLAG DESCRIPTIONS
6957
6957
  Overrides your default org.
6958
6958
  ```
6959
6959
 
6960
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.20/src/commands/project/retrieve/preview.ts)_
6960
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.21/src/commands/project/retrieve/preview.ts)_
6961
6961
 
6962
6962
  ## `sf project retrieve start`
6963
6963
 
@@ -7111,7 +7111,7 @@ ENVIRONMENT VARIABLES
7111
7111
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
7112
7112
  ```
7113
7113
 
7114
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.20/src/commands/project/retrieve/start.ts)_
7114
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.21/src/commands/project/retrieve/start.ts)_
7115
7115
 
7116
7116
  ## `sf schema generate field`
7117
7117
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.32.0",
3
+ "version": "2.32.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.32.0",
9
+ "version": "2.32.2",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -16,7 +16,7 @@
16
16
  "@oclif/plugin-commands": "3.1.6",
17
17
  "@oclif/plugin-help": "6.0.14",
18
18
  "@oclif/plugin-not-found": "3.0.12",
19
- "@oclif/plugin-plugins": "4.2.5",
19
+ "@oclif/plugin-plugins": "4.2.6",
20
20
  "@oclif/plugin-search": "1.0.17",
21
21
  "@oclif/plugin-update": "4.1.14",
22
22
  "@oclif/plugin-version": "2.0.12",
@@ -26,7 +26,7 @@
26
26
  "@salesforce/plugin-apex": "3.0.26",
27
27
  "@salesforce/plugin-auth": "3.3.17",
28
28
  "@salesforce/plugin-data": "3.1.6",
29
- "@salesforce/plugin-deploy-retrieve": "3.2.20",
29
+ "@salesforce/plugin-deploy-retrieve": "3.2.21",
30
30
  "@salesforce/plugin-info": "3.0.28",
31
31
  "@salesforce/plugin-limits": "3.1.12",
32
32
  "@salesforce/plugin-marketplace": "1.0.26",
@@ -4224,9 +4224,9 @@
4224
4224
  }
4225
4225
  },
4226
4226
  "node_modules/@oclif/plugin-plugins": {
4227
- "version": "4.2.5",
4228
- "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.2.5.tgz",
4229
- "integrity": "sha512-BnTXuoqG519WIhBd1y+GERq4LdB75cjiD+mN2/xS8mhnQbMxcPahnTWB8l5dhk+CXTkRv6q5nL/ovdRqHkZJHg==",
4227
+ "version": "4.2.6",
4228
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.2.6.tgz",
4229
+ "integrity": "sha512-HdPWRQYI4wsTcqRJFvEGFalgX1q7y0oeCKdZtMI6Wl1PsALloYlbbQ1rl1jqk3YFbHjyEWud34gccOdXLl3UAA==",
4230
4230
  "license": "MIT",
4231
4231
  "dependencies": {
4232
4232
  "@oclif/core": "^3.10.2",
@@ -8515,9 +8515,9 @@
8515
8515
  "license": "MIT"
8516
8516
  },
8517
8517
  "node_modules/@salesforce/plugin-deploy-retrieve": {
8518
- "version": "3.2.20",
8519
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.2.20.tgz",
8520
- "integrity": "sha512-V+PAoep3bqouGnWIVl8TisdSATrqcYBuHc0BWvP+EIu+BlZBSwfrtQFCYZb6IyT0IiuM8ftBvKhxnY34ow422g==",
8518
+ "version": "3.2.21",
8519
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.2.21.tgz",
8520
+ "integrity": "sha512-q0kosHx5sOi0EDJvBypK93w9rjyRwJyI6aO/U7ZJymhk6bf04ChbGmYbNNbR5nu90cKgankEp3/imoGCHVfhHA==",
8521
8521
  "license": "BSD-3-Clause",
8522
8522
  "dependencies": {
8523
8523
  "@oclif/core": "^3.19.6",
@@ -5051,5 +5051,5 @@
5051
5051
  ]
5052
5052
  }
5053
5053
  },
5054
- "version": "2.32.0"
5054
+ "version": "2.32.2"
5055
5055
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.32.0",
4
+ "version": "2.32.2",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -141,7 +141,7 @@
141
141
  "@oclif/plugin-commands": "3.1.6",
142
142
  "@oclif/plugin-help": "6.0.14",
143
143
  "@oclif/plugin-not-found": "3.0.12",
144
- "@oclif/plugin-plugins": "4.2.5",
144
+ "@oclif/plugin-plugins": "4.2.6",
145
145
  "@oclif/plugin-search": "1.0.17",
146
146
  "@oclif/plugin-update": "4.1.14",
147
147
  "@oclif/plugin-version": "2.0.12",
@@ -151,7 +151,7 @@
151
151
  "@salesforce/plugin-apex": "3.0.26",
152
152
  "@salesforce/plugin-auth": "3.3.17",
153
153
  "@salesforce/plugin-data": "3.1.6",
154
- "@salesforce/plugin-deploy-retrieve": "3.2.20",
154
+ "@salesforce/plugin-deploy-retrieve": "3.2.21",
155
155
  "@salesforce/plugin-info": "3.0.28",
156
156
  "@salesforce/plugin-limits": "3.1.12",
157
157
  "@salesforce/plugin-marketplace": "1.0.26",