@salesforce/cli 2.18.6 → 2.18.7
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 +30 -30
- package/npm-shrinkwrap.json +52 -228
- package/oclif.manifest.json +1316 -639
- package/package.json +9 -9
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.18.
|
|
27
|
+
@salesforce/cli/2.18.7 linux-x64 node-v20.9.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -321,7 +321,7 @@ FLAG DESCRIPTIONS
|
|
|
321
321
|
directory.
|
|
322
322
|
```
|
|
323
323
|
|
|
324
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/
|
|
324
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.1/src/commands/analytics/generate/template.ts)_
|
|
325
325
|
|
|
326
326
|
## `sf apex generate class`
|
|
327
327
|
|
|
@@ -377,7 +377,7 @@ FLAG DESCRIPTIONS
|
|
|
377
377
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
378
378
|
```
|
|
379
379
|
|
|
380
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/
|
|
380
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.1/src/commands/apex/generate/class.ts)_
|
|
381
381
|
|
|
382
382
|
## `sf apex generate trigger`
|
|
383
383
|
|
|
@@ -444,7 +444,7 @@ FLAG DESCRIPTIONS
|
|
|
444
444
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
445
445
|
```
|
|
446
446
|
|
|
447
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/
|
|
447
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.1/src/commands/apex/generate/trigger.ts)_
|
|
448
448
|
|
|
449
449
|
## `sf apex get log`
|
|
450
450
|
|
|
@@ -3259,7 +3259,7 @@ FLAG DESCRIPTIONS
|
|
|
3259
3259
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3260
3260
|
```
|
|
3261
3261
|
|
|
3262
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/
|
|
3262
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.1/src/commands/lightning/generate/app.ts)_
|
|
3263
3263
|
|
|
3264
3264
|
## `sf lightning generate component`
|
|
3265
3265
|
|
|
@@ -3327,7 +3327,7 @@ FLAG DESCRIPTIONS
|
|
|
3327
3327
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3328
3328
|
```
|
|
3329
3329
|
|
|
3330
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/
|
|
3330
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.1/src/commands/lightning/generate/component.ts)_
|
|
3331
3331
|
|
|
3332
3332
|
## `sf lightning generate event`
|
|
3333
3333
|
|
|
@@ -3380,7 +3380,7 @@ FLAG DESCRIPTIONS
|
|
|
3380
3380
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3381
3381
|
```
|
|
3382
3382
|
|
|
3383
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/
|
|
3383
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.1/src/commands/lightning/generate/event.ts)_
|
|
3384
3384
|
|
|
3385
3385
|
## `sf lightning generate interface`
|
|
3386
3386
|
|
|
@@ -3433,7 +3433,7 @@ FLAG DESCRIPTIONS
|
|
|
3433
3433
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3434
3434
|
```
|
|
3435
3435
|
|
|
3436
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/
|
|
3436
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.1/src/commands/lightning/generate/interface.ts)_
|
|
3437
3437
|
|
|
3438
3438
|
## `sf lightning generate test`
|
|
3439
3439
|
|
|
@@ -3486,7 +3486,7 @@ FLAG DESCRIPTIONS
|
|
|
3486
3486
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3487
3487
|
```
|
|
3488
3488
|
|
|
3489
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/
|
|
3489
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.1/src/commands/lightning/generate/test.ts)_
|
|
3490
3490
|
|
|
3491
3491
|
## `sf login`
|
|
3492
3492
|
|
|
@@ -5385,7 +5385,7 @@ FLAG DESCRIPTIONS
|
|
|
5385
5385
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5386
5386
|
```
|
|
5387
5387
|
|
|
5388
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
5388
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.0.1/src/commands/project/convert/mdapi.ts)_
|
|
5389
5389
|
|
|
5390
5390
|
## `sf project convert source`
|
|
5391
5391
|
|
|
@@ -5397,7 +5397,7 @@ USAGE
|
|
|
5397
5397
|
<value> | -m <value>]
|
|
5398
5398
|
|
|
5399
5399
|
FLAGS
|
|
5400
|
-
-d, --output-dir=<value> [default:
|
|
5400
|
+
-d, --output-dir=<value> [default: metadataPackage_1699992997194] Output directory to store the Metadata
|
|
5401
5401
|
API–formatted files in.
|
|
5402
5402
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
5403
5403
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -5457,7 +5457,7 @@ FLAG DESCRIPTIONS
|
|
|
5457
5457
|
Override the api version used for api requests made by this command
|
|
5458
5458
|
```
|
|
5459
5459
|
|
|
5460
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
5460
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.0.1/src/commands/project/convert/source.ts)_
|
|
5461
5461
|
|
|
5462
5462
|
## `sf project delete source`
|
|
5463
5463
|
|
|
@@ -5595,7 +5595,7 @@ FLAG DESCRIPTIONS
|
|
|
5595
5595
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
5596
5596
|
```
|
|
5597
5597
|
|
|
5598
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
5598
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.0.1/src/commands/project/delete/source.ts)_
|
|
5599
5599
|
|
|
5600
5600
|
## `sf project delete tracking`
|
|
5601
5601
|
|
|
@@ -5630,7 +5630,7 @@ EXAMPLES
|
|
|
5630
5630
|
$ sf project delete tracking --target-org my-scratch
|
|
5631
5631
|
```
|
|
5632
5632
|
|
|
5633
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
5633
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.0.1/src/commands/project/delete/tracking.ts)_
|
|
5634
5634
|
|
|
5635
5635
|
## `sf project deploy cancel`
|
|
5636
5636
|
|
|
@@ -5700,7 +5700,7 @@ FLAG DESCRIPTIONS
|
|
|
5700
5700
|
project deploy report".
|
|
5701
5701
|
```
|
|
5702
5702
|
|
|
5703
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
5703
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.0.1/src/commands/project/deploy/cancel.ts)_
|
|
5704
5704
|
|
|
5705
5705
|
## `sf project deploy preview`
|
|
5706
5706
|
|
|
@@ -5783,7 +5783,7 @@ FLAG DESCRIPTIONS
|
|
|
5783
5783
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
5784
5784
|
```
|
|
5785
5785
|
|
|
5786
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
5786
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.0.1/src/commands/project/deploy/preview.ts)_
|
|
5787
5787
|
|
|
5788
5788
|
## `sf project deploy quick`
|
|
5789
5789
|
|
|
@@ -5876,7 +5876,7 @@ ERROR CODES
|
|
|
5876
5876
|
Canceling (69) The deploy is being canceled.
|
|
5877
5877
|
```
|
|
5878
5878
|
|
|
5879
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
5879
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.0.1/src/commands/project/deploy/quick.ts)_
|
|
5880
5880
|
|
|
5881
5881
|
## `sf project deploy report`
|
|
5882
5882
|
|
|
@@ -5971,7 +5971,7 @@ FLAG DESCRIPTIONS
|
|
|
5971
5971
|
--coverage-formatters lcov --coverage-formatters clover
|
|
5972
5972
|
```
|
|
5973
5973
|
|
|
5974
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
5974
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.0.1/src/commands/project/deploy/report.ts)_
|
|
5975
5975
|
|
|
5976
5976
|
## `sf project deploy resume`
|
|
5977
5977
|
|
|
@@ -6067,7 +6067,7 @@ ERROR CODES
|
|
|
6067
6067
|
Canceling (69) The deploy is being canceled.
|
|
6068
6068
|
```
|
|
6069
6069
|
|
|
6070
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
6070
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.0.1/src/commands/project/deploy/resume.ts)_
|
|
6071
6071
|
|
|
6072
6072
|
## `sf project deploy start`
|
|
6073
6073
|
|
|
@@ -6296,7 +6296,7 @@ ERROR CODES
|
|
|
6296
6296
|
Canceling (69) The deploy is being canceled.
|
|
6297
6297
|
```
|
|
6298
6298
|
|
|
6299
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
6299
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.0.1/src/commands/project/deploy/start.ts)_
|
|
6300
6300
|
|
|
6301
6301
|
## `sf project deploy validate`
|
|
6302
6302
|
|
|
@@ -6475,7 +6475,7 @@ ERROR CODES
|
|
|
6475
6475
|
Canceling (69) The deploy is being canceled.
|
|
6476
6476
|
```
|
|
6477
6477
|
|
|
6478
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
6478
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.0.1/src/commands/project/deploy/validate.ts)_
|
|
6479
6479
|
|
|
6480
6480
|
## `sf project generate`
|
|
6481
6481
|
|
|
@@ -6579,7 +6579,7 @@ FLAG DESCRIPTIONS
|
|
|
6579
6579
|
Override the api version used for api requests made by this command
|
|
6580
6580
|
```
|
|
6581
6581
|
|
|
6582
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/
|
|
6582
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.1/src/commands/project/generate.ts)_
|
|
6583
6583
|
|
|
6584
6584
|
## `sf project generate manifest`
|
|
6585
6585
|
|
|
@@ -6654,7 +6654,7 @@ EXAMPLES
|
|
|
6654
6654
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
6655
6655
|
```
|
|
6656
6656
|
|
|
6657
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
6657
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.0.1/src/commands/project/generate/manifest.ts)_
|
|
6658
6658
|
|
|
6659
6659
|
## `sf project list ignored`
|
|
6660
6660
|
|
|
@@ -6695,7 +6695,7 @@ EXAMPLES
|
|
|
6695
6695
|
$ sf project list ignored --source-dir package.xml
|
|
6696
6696
|
```
|
|
6697
6697
|
|
|
6698
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
6698
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.0.1/src/commands/project/list/ignored.ts)_
|
|
6699
6699
|
|
|
6700
6700
|
## `sf project reset tracking`
|
|
6701
6701
|
|
|
@@ -6742,7 +6742,7 @@ EXAMPLES
|
|
|
6742
6742
|
$ sf project reset tracking --revision 30
|
|
6743
6743
|
```
|
|
6744
6744
|
|
|
6745
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
6745
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.0.1/src/commands/project/reset/tracking.ts)_
|
|
6746
6746
|
|
|
6747
6747
|
## `sf project retrieve preview`
|
|
6748
6748
|
|
|
@@ -6797,7 +6797,7 @@ FLAG DESCRIPTIONS
|
|
|
6797
6797
|
Overrides your default org.
|
|
6798
6798
|
```
|
|
6799
6799
|
|
|
6800
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
6800
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.0.1/src/commands/project/retrieve/preview.ts)_
|
|
6801
6801
|
|
|
6802
6802
|
## `sf project retrieve start`
|
|
6803
6803
|
|
|
@@ -6951,7 +6951,7 @@ ENVIRONMENT VARIABLES
|
|
|
6951
6951
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
6952
6952
|
```
|
|
6953
6953
|
|
|
6954
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
6954
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.0.1/src/commands/project/retrieve/start.ts)_
|
|
6955
6955
|
|
|
6956
6956
|
## `sf schema generate field`
|
|
6957
6957
|
|
|
@@ -7290,7 +7290,7 @@ FLAG DESCRIPTIONS
|
|
|
7290
7290
|
etc.
|
|
7291
7291
|
```
|
|
7292
7292
|
|
|
7293
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/
|
|
7293
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.1/src/commands/static-resource/generate.ts)_
|
|
7294
7294
|
|
|
7295
7295
|
## `sf update [CHANNEL]`
|
|
7296
7296
|
|
|
@@ -7402,7 +7402,7 @@ FLAG DESCRIPTIONS
|
|
|
7402
7402
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
7403
7403
|
```
|
|
7404
7404
|
|
|
7405
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/
|
|
7405
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.1/src/commands/visualforce/generate/component.ts)_
|
|
7406
7406
|
|
|
7407
7407
|
## `sf visualforce generate page`
|
|
7408
7408
|
|
|
@@ -7450,7 +7450,7 @@ FLAG DESCRIPTIONS
|
|
|
7450
7450
|
The name can be up to 40 characters and must start with a letter.
|
|
7451
7451
|
```
|
|
7452
7452
|
|
|
7453
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/
|
|
7453
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.1/src/commands/visualforce/generate/page.ts)_
|
|
7454
7454
|
|
|
7455
7455
|
## `sf which`
|
|
7456
7456
|
|