@salesforce/cli 2.151.5 → 2.151.6
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 +32 -32
- package/npm-shrinkwrap.json +2044 -264
- package/oclif.lock +208 -75
- package/oclif.manifest.json +1 -1
- package/package.json +16 -16
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
|
|
|
25
25
|
$ sf COMMAND
|
|
26
26
|
running command...
|
|
27
27
|
$ sf (--version|-v)
|
|
28
|
-
@salesforce/cli/2.151.
|
|
28
|
+
@salesforce/cli/2.151.6 linux-x64 node-v24.19.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -3424,7 +3424,7 @@ EXAMPLES
|
|
|
3424
3424
|
$ sf autocomplete --refresh-cache
|
|
3425
3425
|
```
|
|
3426
3426
|
|
|
3427
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/
|
|
3427
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/4.0.0/src/commands/autocomplete/index.ts)_
|
|
3428
3428
|
|
|
3429
3429
|
## `sf commands`
|
|
3430
3430
|
|
|
@@ -3453,7 +3453,7 @@ DESCRIPTION
|
|
|
3453
3453
|
List all sf commands.
|
|
3454
3454
|
```
|
|
3455
3455
|
|
|
3456
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/
|
|
3456
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/5.0.0/src/commands/commands.ts)_
|
|
3457
3457
|
|
|
3458
3458
|
## `sf config get`
|
|
3459
3459
|
|
|
@@ -4958,7 +4958,7 @@ DESCRIPTION
|
|
|
4958
4958
|
Display help for sf.
|
|
4959
4959
|
```
|
|
4960
4960
|
|
|
4961
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/
|
|
4961
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/7.0.0/src/commands/help.ts)_
|
|
4962
4962
|
|
|
4963
4963
|
## `sf info releasenotes display`
|
|
4964
4964
|
|
|
@@ -9024,7 +9024,7 @@ EXAMPLES
|
|
|
9024
9024
|
$ sf plugins
|
|
9025
9025
|
```
|
|
9026
9026
|
|
|
9027
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
9027
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/6.0.0/src/commands/plugins/index.ts)_
|
|
9028
9028
|
|
|
9029
9029
|
## `sf plugins discover`
|
|
9030
9030
|
|
|
@@ -9069,7 +9069,7 @@ EXAMPLES
|
|
|
9069
9069
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
9070
9070
|
```
|
|
9071
9071
|
|
|
9072
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
9072
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/6.0.0/src/commands/plugins/inspect.ts)_
|
|
9073
9073
|
|
|
9074
9074
|
## `sf plugins install PLUGIN`
|
|
9075
9075
|
|
|
@@ -9118,7 +9118,7 @@ EXAMPLES
|
|
|
9118
9118
|
$ sf plugins install someuser/someplugin
|
|
9119
9119
|
```
|
|
9120
9120
|
|
|
9121
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
9121
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/6.0.0/src/commands/plugins/install.ts)_
|
|
9122
9122
|
|
|
9123
9123
|
## `sf plugins link PATH`
|
|
9124
9124
|
|
|
@@ -9149,7 +9149,7 @@ EXAMPLES
|
|
|
9149
9149
|
$ sf plugins link @salesforce/plugin-packaging
|
|
9150
9150
|
```
|
|
9151
9151
|
|
|
9152
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
9152
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/6.0.0/src/commands/plugins/link.ts)_
|
|
9153
9153
|
|
|
9154
9154
|
## `sf plugins reset`
|
|
9155
9155
|
|
|
@@ -9164,7 +9164,7 @@ FLAGS
|
|
|
9164
9164
|
--reinstall Reinstall all plugins after uninstalling.
|
|
9165
9165
|
```
|
|
9166
9166
|
|
|
9167
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
9167
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/6.0.0/src/commands/plugins/reset.ts)_
|
|
9168
9168
|
|
|
9169
9169
|
## `sf plugins trust allowlist add`
|
|
9170
9170
|
|
|
@@ -9323,7 +9323,7 @@ EXAMPLES
|
|
|
9323
9323
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
9324
9324
|
```
|
|
9325
9325
|
|
|
9326
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
9326
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/6.0.0/src/commands/plugins/uninstall.ts)_
|
|
9327
9327
|
|
|
9328
9328
|
## `sf plugins update`
|
|
9329
9329
|
|
|
@@ -9341,7 +9341,7 @@ DESCRIPTION
|
|
|
9341
9341
|
Update installed plugins.
|
|
9342
9342
|
```
|
|
9343
9343
|
|
|
9344
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
9344
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/6.0.0/src/commands/plugins/update.ts)_
|
|
9345
9345
|
|
|
9346
9346
|
## `sf project convert mdapi`
|
|
9347
9347
|
|
|
@@ -9404,7 +9404,7 @@ FLAG DESCRIPTIONS
|
|
|
9404
9404
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
9405
9405
|
```
|
|
9406
9406
|
|
|
9407
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.
|
|
9407
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.0/src/commands/project/convert/mdapi.ts)_
|
|
9408
9408
|
|
|
9409
9409
|
## `sf project convert source`
|
|
9410
9410
|
|
|
@@ -9477,7 +9477,7 @@ FLAG DESCRIPTIONS
|
|
|
9477
9477
|
Override the api version used for api requests made by this command
|
|
9478
9478
|
```
|
|
9479
9479
|
|
|
9480
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.
|
|
9480
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.0/src/commands/project/convert/source.ts)_
|
|
9481
9481
|
|
|
9482
9482
|
## `sf project convert source-behavior`
|
|
9483
9483
|
|
|
@@ -9536,7 +9536,7 @@ EXAMPLES
|
|
|
9536
9536
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
9537
9537
|
```
|
|
9538
9538
|
|
|
9539
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.
|
|
9539
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.0/src/commands/project/convert/source-behavior.ts)_
|
|
9540
9540
|
|
|
9541
9541
|
## `sf project delete source`
|
|
9542
9542
|
|
|
@@ -9689,7 +9689,7 @@ FLAG DESCRIPTIONS
|
|
|
9689
9689
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
9690
9690
|
```
|
|
9691
9691
|
|
|
9692
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.
|
|
9692
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.0/src/commands/project/delete/source.ts)_
|
|
9693
9693
|
|
|
9694
9694
|
## `sf project delete tracking`
|
|
9695
9695
|
|
|
@@ -9726,7 +9726,7 @@ EXAMPLES
|
|
|
9726
9726
|
$ sf project delete tracking --target-org my-scratch
|
|
9727
9727
|
```
|
|
9728
9728
|
|
|
9729
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.
|
|
9729
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.0/src/commands/project/delete/tracking.ts)_
|
|
9730
9730
|
|
|
9731
9731
|
## `sf project deploy cancel`
|
|
9732
9732
|
|
|
@@ -9798,7 +9798,7 @@ FLAG DESCRIPTIONS
|
|
|
9798
9798
|
project deploy report".
|
|
9799
9799
|
```
|
|
9800
9800
|
|
|
9801
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.
|
|
9801
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.0/src/commands/project/deploy/cancel.ts)_
|
|
9802
9802
|
|
|
9803
9803
|
## `sf project deploy preview`
|
|
9804
9804
|
|
|
@@ -9881,7 +9881,7 @@ FLAG DESCRIPTIONS
|
|
|
9881
9881
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
9882
9882
|
```
|
|
9883
9883
|
|
|
9884
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.
|
|
9884
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.0/src/commands/project/deploy/preview.ts)_
|
|
9885
9885
|
|
|
9886
9886
|
## `sf project deploy quick`
|
|
9887
9887
|
|
|
@@ -9974,7 +9974,7 @@ ERROR CODES
|
|
|
9974
9974
|
Canceling (69) The deploy is being canceled.
|
|
9975
9975
|
```
|
|
9976
9976
|
|
|
9977
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.
|
|
9977
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.0/src/commands/project/deploy/quick.ts)_
|
|
9978
9978
|
|
|
9979
9979
|
## `sf project deploy report`
|
|
9980
9980
|
|
|
@@ -10066,7 +10066,7 @@ FLAG DESCRIPTIONS
|
|
|
10066
10066
|
--coverage-formatters lcov --coverage-formatters clover
|
|
10067
10067
|
```
|
|
10068
10068
|
|
|
10069
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.
|
|
10069
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.0/src/commands/project/deploy/report.ts)_
|
|
10070
10070
|
|
|
10071
10071
|
## `sf project deploy resume`
|
|
10072
10072
|
|
|
@@ -10163,7 +10163,7 @@ ERROR CODES
|
|
|
10163
10163
|
Canceling (69) The deploy is being canceled.
|
|
10164
10164
|
```
|
|
10165
10165
|
|
|
10166
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.
|
|
10166
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.0/src/commands/project/deploy/resume.ts)_
|
|
10167
10167
|
|
|
10168
10168
|
## `sf project deploy start`
|
|
10169
10169
|
|
|
@@ -10429,7 +10429,7 @@ ERROR CODES
|
|
|
10429
10429
|
Canceling (69) The deploy is being canceled.
|
|
10430
10430
|
```
|
|
10431
10431
|
|
|
10432
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.
|
|
10432
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.0/src/commands/project/deploy/start.ts)_
|
|
10433
10433
|
|
|
10434
10434
|
## `sf project deploy validate`
|
|
10435
10435
|
|
|
@@ -10633,7 +10633,7 @@ ERROR CODES
|
|
|
10633
10633
|
Canceling (69) The deploy is being canceled.
|
|
10634
10634
|
```
|
|
10635
10635
|
|
|
10636
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.
|
|
10636
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.0/src/commands/project/deploy/validate.ts)_
|
|
10637
10637
|
|
|
10638
10638
|
## `sf project generate manifest`
|
|
10639
10639
|
|
|
@@ -10729,7 +10729,7 @@ EXAMPLES
|
|
|
10729
10729
|
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
|
|
10730
10730
|
```
|
|
10731
10731
|
|
|
10732
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.
|
|
10732
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.0/src/commands/project/generate/manifest.ts)_
|
|
10733
10733
|
|
|
10734
10734
|
## `sf project list ignored`
|
|
10735
10735
|
|
|
@@ -10771,7 +10771,7 @@ EXAMPLES
|
|
|
10771
10771
|
$ sf project list ignored --source-dir package.xml
|
|
10772
10772
|
```
|
|
10773
10773
|
|
|
10774
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.
|
|
10774
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.0/src/commands/project/list/ignored.ts)_
|
|
10775
10775
|
|
|
10776
10776
|
## `sf project reset tracking`
|
|
10777
10777
|
|
|
@@ -10820,7 +10820,7 @@ EXAMPLES
|
|
|
10820
10820
|
$ sf project reset tracking --revision 30
|
|
10821
10821
|
```
|
|
10822
10822
|
|
|
10823
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.
|
|
10823
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.0/src/commands/project/reset/tracking.ts)_
|
|
10824
10824
|
|
|
10825
10825
|
## `sf project retrieve preview`
|
|
10826
10826
|
|
|
@@ -10874,7 +10874,7 @@ FLAG DESCRIPTIONS
|
|
|
10874
10874
|
production orgs.
|
|
10875
10875
|
```
|
|
10876
10876
|
|
|
10877
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.
|
|
10877
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.0/src/commands/project/retrieve/preview.ts)_
|
|
10878
10878
|
|
|
10879
10879
|
## `sf project retrieve start`
|
|
10880
10880
|
|
|
@@ -11063,7 +11063,7 @@ ENVIRONMENT VARIABLES
|
|
|
11063
11063
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
11064
11064
|
```
|
|
11065
11065
|
|
|
11066
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.
|
|
11066
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.0/src/commands/project/retrieve/start.ts)_
|
|
11067
11067
|
|
|
11068
11068
|
## `sf schema generate field`
|
|
11069
11069
|
|
|
@@ -11270,7 +11270,7 @@ DESCRIPTION
|
|
|
11270
11270
|
Once you select a command, hit enter and it will show the help for that command.
|
|
11271
11271
|
```
|
|
11272
11272
|
|
|
11273
|
-
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/
|
|
11273
|
+
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/2.0.0/src/commands/search.ts)_
|
|
11274
11274
|
|
|
11275
11275
|
## `sf sobject describe`
|
|
11276
11276
|
|
|
@@ -12407,7 +12407,7 @@ EXAMPLES
|
|
|
12407
12407
|
$ sf update --available
|
|
12408
12408
|
```
|
|
12409
12409
|
|
|
12410
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/
|
|
12410
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/5.0.0/src/commands/update.ts)_
|
|
12411
12411
|
|
|
12412
12412
|
## `sf version`
|
|
12413
12413
|
|
|
@@ -12427,7 +12427,7 @@ FLAG DESCRIPTIONS
|
|
|
12427
12427
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
12428
12428
|
```
|
|
12429
12429
|
|
|
12430
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/
|
|
12430
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/3.0.0/src/commands/version.ts)_
|
|
12431
12431
|
|
|
12432
12432
|
## `sf which`
|
|
12433
12433
|
|
|
@@ -12461,7 +12461,7 @@ EXAMPLES
|
|
|
12461
12461
|
$ sf which "foo bar baz"
|
|
12462
12462
|
```
|
|
12463
12463
|
|
|
12464
|
-
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/
|
|
12464
|
+
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/4.0.0/src/commands/which.ts)_
|
|
12465
12465
|
|
|
12466
12466
|
<!-- commandsstop -->
|
|
12467
12467
|
|