@salesforce/cli 2.39.5 → 2.40.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 +31 -31
- package/npm-shrinkwrap.json +144 -3223
- package/oclif.lock +63 -164
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
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.
|
|
27
|
+
@salesforce/cli/2.40.0 linux-x64 node-v20.12.2
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -517,7 +517,7 @@ FLAG DESCRIPTIONS
|
|
|
517
517
|
directory.
|
|
518
518
|
```
|
|
519
519
|
|
|
520
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
520
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.10/src/commands/apex/get/log.ts)_
|
|
521
521
|
|
|
522
522
|
## `sf apex get test`
|
|
523
523
|
|
|
@@ -571,7 +571,7 @@ EXAMPLES
|
|
|
571
571
|
me@myorg',
|
|
572
572
|
```
|
|
573
573
|
|
|
574
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
574
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.10/src/commands/apex/get/test.ts)_
|
|
575
575
|
|
|
576
576
|
## `sf apex list log`
|
|
577
577
|
|
|
@@ -611,7 +611,7 @@ EXAMPLES
|
|
|
611
611
|
$ sf apex list log --target-org me@my.org
|
|
612
612
|
```
|
|
613
613
|
|
|
614
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
614
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.10/src/commands/apex/list/log.ts)_
|
|
615
615
|
|
|
616
616
|
## `sf apex run`
|
|
617
617
|
|
|
@@ -658,7 +658,7 @@ EXAMPLES
|
|
|
658
658
|
$ sf apex run
|
|
659
659
|
```
|
|
660
660
|
|
|
661
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
661
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.10/src/commands/apex/run.ts)_
|
|
662
662
|
|
|
663
663
|
## `sf apex run test`
|
|
664
664
|
|
|
@@ -766,7 +766,7 @@ FLAG DESCRIPTIONS
|
|
|
766
766
|
--tests Test1 --tests Test2
|
|
767
767
|
```
|
|
768
768
|
|
|
769
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
769
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.10/src/commands/apex/run/test.ts)_
|
|
770
770
|
|
|
771
771
|
## `sf apex tail log`
|
|
772
772
|
|
|
@@ -809,7 +809,7 @@ EXAMPLES
|
|
|
809
809
|
$ sf apex tail log --color --skip-trace-flag
|
|
810
810
|
```
|
|
811
811
|
|
|
812
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
812
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.10/src/commands/apex/tail/log.ts)_
|
|
813
813
|
|
|
814
814
|
## `sf autocomplete [SHELL]`
|
|
815
815
|
|
|
@@ -5391,7 +5391,7 @@ EXAMPLES
|
|
|
5391
5391
|
$ sf plugins
|
|
5392
5392
|
```
|
|
5393
5393
|
|
|
5394
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5394
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.14/src/commands/plugins/index.ts)_
|
|
5395
5395
|
|
|
5396
5396
|
## `sf plugins discover`
|
|
5397
5397
|
|
|
@@ -5436,7 +5436,7 @@ EXAMPLES
|
|
|
5436
5436
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
5437
5437
|
```
|
|
5438
5438
|
|
|
5439
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5439
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.14/src/commands/plugins/inspect.ts)_
|
|
5440
5440
|
|
|
5441
5441
|
## `sf plugins install PLUGIN`
|
|
5442
5442
|
|
|
@@ -5485,7 +5485,7 @@ EXAMPLES
|
|
|
5485
5485
|
$ sf plugins install someuser/someplugin
|
|
5486
5486
|
```
|
|
5487
5487
|
|
|
5488
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5488
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.14/src/commands/plugins/install.ts)_
|
|
5489
5489
|
|
|
5490
5490
|
## `sf plugins link PATH`
|
|
5491
5491
|
|
|
@@ -5515,7 +5515,7 @@ EXAMPLES
|
|
|
5515
5515
|
$ sf plugins link @salesforce/plugin-packaging
|
|
5516
5516
|
```
|
|
5517
5517
|
|
|
5518
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5518
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.14/src/commands/plugins/link.ts)_
|
|
5519
5519
|
|
|
5520
5520
|
## `sf plugins reset`
|
|
5521
5521
|
|
|
@@ -5530,7 +5530,7 @@ FLAGS
|
|
|
5530
5530
|
--reinstall Reinstall all plugins after uninstalling.
|
|
5531
5531
|
```
|
|
5532
5532
|
|
|
5533
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5533
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.14/src/commands/plugins/reset.ts)_
|
|
5534
5534
|
|
|
5535
5535
|
## `sf plugins trust verify`
|
|
5536
5536
|
|
|
@@ -5587,7 +5587,7 @@ EXAMPLES
|
|
|
5587
5587
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
5588
5588
|
```
|
|
5589
5589
|
|
|
5590
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5590
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.14/src/commands/plugins/uninstall.ts)_
|
|
5591
5591
|
|
|
5592
5592
|
## `sf plugins update`
|
|
5593
5593
|
|
|
@@ -5605,7 +5605,7 @@ DESCRIPTION
|
|
|
5605
5605
|
Update installed plugins.
|
|
5606
5606
|
```
|
|
5607
5607
|
|
|
5608
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5608
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.14/src/commands/plugins/update.ts)_
|
|
5609
5609
|
|
|
5610
5610
|
## `sf project convert mdapi`
|
|
5611
5611
|
|
|
@@ -5668,7 +5668,7 @@ FLAG DESCRIPTIONS
|
|
|
5668
5668
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5669
5669
|
```
|
|
5670
5670
|
|
|
5671
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
5671
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.7/src/commands/project/convert/mdapi.ts)_
|
|
5672
5672
|
|
|
5673
5673
|
## `sf project convert source`
|
|
5674
5674
|
|
|
@@ -5680,7 +5680,7 @@ USAGE
|
|
|
5680
5680
|
[-p <value> | -x <value> | -m <value>]
|
|
5681
5681
|
|
|
5682
5682
|
FLAGS
|
|
5683
|
-
-d, --output-dir=<value> [default:
|
|
5683
|
+
-d, --output-dir=<value> [default: metadataPackage_1713989224406] Output directory to store the Metadata
|
|
5684
5684
|
API–formatted files in.
|
|
5685
5685
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
5686
5686
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -5741,7 +5741,7 @@ FLAG DESCRIPTIONS
|
|
|
5741
5741
|
Override the api version used for api requests made by this command
|
|
5742
5742
|
```
|
|
5743
5743
|
|
|
5744
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
5744
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.7/src/commands/project/convert/source.ts)_
|
|
5745
5745
|
|
|
5746
5746
|
## `sf project delete source`
|
|
5747
5747
|
|
|
@@ -5881,7 +5881,7 @@ FLAG DESCRIPTIONS
|
|
|
5881
5881
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
5882
5882
|
```
|
|
5883
5883
|
|
|
5884
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
5884
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.7/src/commands/project/delete/source.ts)_
|
|
5885
5885
|
|
|
5886
5886
|
## `sf project delete tracking`
|
|
5887
5887
|
|
|
@@ -5918,7 +5918,7 @@ EXAMPLES
|
|
|
5918
5918
|
$ sf project delete tracking --target-org my-scratch
|
|
5919
5919
|
```
|
|
5920
5920
|
|
|
5921
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
5921
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.7/src/commands/project/delete/tracking.ts)_
|
|
5922
5922
|
|
|
5923
5923
|
## `sf project deploy cancel`
|
|
5924
5924
|
|
|
@@ -5994,7 +5994,7 @@ FLAG DESCRIPTIONS
|
|
|
5994
5994
|
project deploy report".
|
|
5995
5995
|
```
|
|
5996
5996
|
|
|
5997
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
5997
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.7/src/commands/project/deploy/cancel.ts)_
|
|
5998
5998
|
|
|
5999
5999
|
## `sf project deploy preview`
|
|
6000
6000
|
|
|
@@ -6080,7 +6080,7 @@ FLAG DESCRIPTIONS
|
|
|
6080
6080
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6081
6081
|
```
|
|
6082
6082
|
|
|
6083
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
6083
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.7/src/commands/project/deploy/preview.ts)_
|
|
6084
6084
|
|
|
6085
6085
|
## `sf project deploy quick`
|
|
6086
6086
|
|
|
@@ -6177,7 +6177,7 @@ ERROR CODES
|
|
|
6177
6177
|
Canceling (69) The deploy is being canceled.
|
|
6178
6178
|
```
|
|
6179
6179
|
|
|
6180
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
6180
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.7/src/commands/project/deploy/quick.ts)_
|
|
6181
6181
|
|
|
6182
6182
|
## `sf project deploy report`
|
|
6183
6183
|
|
|
@@ -6273,7 +6273,7 @@ FLAG DESCRIPTIONS
|
|
|
6273
6273
|
--coverage-formatters lcov --coverage-formatters clover
|
|
6274
6274
|
```
|
|
6275
6275
|
|
|
6276
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
6276
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.7/src/commands/project/deploy/report.ts)_
|
|
6277
6277
|
|
|
6278
6278
|
## `sf project deploy resume`
|
|
6279
6279
|
|
|
@@ -6370,7 +6370,7 @@ ERROR CODES
|
|
|
6370
6370
|
Canceling (69) The deploy is being canceled.
|
|
6371
6371
|
```
|
|
6372
6372
|
|
|
6373
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
6373
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.7/src/commands/project/deploy/resume.ts)_
|
|
6374
6374
|
|
|
6375
6375
|
## `sf project deploy start`
|
|
6376
6376
|
|
|
@@ -6608,7 +6608,7 @@ ERROR CODES
|
|
|
6608
6608
|
Canceling (69) The deploy is being canceled.
|
|
6609
6609
|
```
|
|
6610
6610
|
|
|
6611
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
6611
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.7/src/commands/project/deploy/start.ts)_
|
|
6612
6612
|
|
|
6613
6613
|
## `sf project deploy validate`
|
|
6614
6614
|
|
|
@@ -6800,7 +6800,7 @@ ERROR CODES
|
|
|
6800
6800
|
Canceling (69) The deploy is being canceled.
|
|
6801
6801
|
```
|
|
6802
6802
|
|
|
6803
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
6803
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.7/src/commands/project/deploy/validate.ts)_
|
|
6804
6804
|
|
|
6805
6805
|
## `sf project generate`
|
|
6806
6806
|
|
|
@@ -6981,7 +6981,7 @@ EXAMPLES
|
|
|
6981
6981
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
6982
6982
|
```
|
|
6983
6983
|
|
|
6984
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
6984
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.7/src/commands/project/generate/manifest.ts)_
|
|
6985
6985
|
|
|
6986
6986
|
## `sf project list ignored`
|
|
6987
6987
|
|
|
@@ -7023,7 +7023,7 @@ EXAMPLES
|
|
|
7023
7023
|
$ sf project list ignored --source-dir package.xml
|
|
7024
7024
|
```
|
|
7025
7025
|
|
|
7026
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
7026
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.7/src/commands/project/list/ignored.ts)_
|
|
7027
7027
|
|
|
7028
7028
|
## `sf project reset tracking`
|
|
7029
7029
|
|
|
@@ -7072,7 +7072,7 @@ EXAMPLES
|
|
|
7072
7072
|
$ sf project reset tracking --revision 30
|
|
7073
7073
|
```
|
|
7074
7074
|
|
|
7075
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
7075
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.7/src/commands/project/reset/tracking.ts)_
|
|
7076
7076
|
|
|
7077
7077
|
## `sf project retrieve preview`
|
|
7078
7078
|
|
|
@@ -7129,7 +7129,7 @@ FLAG DESCRIPTIONS
|
|
|
7129
7129
|
Overrides your default org.
|
|
7130
7130
|
```
|
|
7131
7131
|
|
|
7132
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
7132
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.7/src/commands/project/retrieve/preview.ts)_
|
|
7133
7133
|
|
|
7134
7134
|
## `sf project retrieve start`
|
|
7135
7135
|
|
|
@@ -7288,7 +7288,7 @@ ENVIRONMENT VARIABLES
|
|
|
7288
7288
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
7289
7289
|
```
|
|
7290
7290
|
|
|
7291
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
7291
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.7/src/commands/project/retrieve/start.ts)_
|
|
7292
7292
|
|
|
7293
7293
|
## `sf schema generate field`
|
|
7294
7294
|
|