@salesforce/cli 2.44.1 → 2.44.3
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 +399 -81
- package/oclif.lock +322 -90
- package/oclif.manifest.json +1 -1
- package/package.json +12 -12
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.44.
|
|
27
|
+
@salesforce/cli/2.44.3 linux-x64 node-v20.13.1
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -2485,7 +2485,7 @@ EXAMPLES
|
|
|
2485
2485
|
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
|
|
2486
2486
|
```
|
|
2487
2487
|
|
|
2488
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
2488
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.11/src/commands/org/assign/permset.ts)_
|
|
2489
2489
|
|
|
2490
2490
|
## `sf org assign permsetlicense`
|
|
2491
2491
|
|
|
@@ -2531,7 +2531,7 @@ EXAMPLES
|
|
|
2531
2531
|
user3
|
|
2532
2532
|
```
|
|
2533
2533
|
|
|
2534
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
2534
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.11/src/commands/org/assign/permsetlicense.ts)_
|
|
2535
2535
|
|
|
2536
2536
|
## `sf org create sandbox`
|
|
2537
2537
|
|
|
@@ -2910,7 +2910,7 @@ FLAG DESCRIPTIONS
|
|
|
2910
2910
|
might be different than what you specify in the definition file.
|
|
2911
2911
|
```
|
|
2912
2912
|
|
|
2913
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
2913
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.11/src/commands/org/create/user.ts)_
|
|
2914
2914
|
|
|
2915
2915
|
## `sf org delete sandbox`
|
|
2916
2916
|
|
|
@@ -3121,7 +3121,7 @@ EXAMPLES
|
|
|
3121
3121
|
$ sf org display user --target-org me@my.org --json
|
|
3122
3122
|
```
|
|
3123
3123
|
|
|
3124
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
3124
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.11/src/commands/org/display/user.ts)_
|
|
3125
3125
|
|
|
3126
3126
|
## `sf org enable tracking`
|
|
3127
3127
|
|
|
@@ -3230,7 +3230,7 @@ EXAMPLES
|
|
|
3230
3230
|
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
|
|
3231
3231
|
```
|
|
3232
3232
|
|
|
3233
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
3233
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.11/src/commands/org/generate/password.ts)_
|
|
3234
3234
|
|
|
3235
3235
|
## `sf org list`
|
|
3236
3236
|
|
|
@@ -3547,7 +3547,7 @@ EXAMPLES
|
|
|
3547
3547
|
$ sf org list users --target-org me@my.org
|
|
3548
3548
|
```
|
|
3549
3549
|
|
|
3550
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
3550
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.11/src/commands/org/list/users.ts)_
|
|
3551
3551
|
|
|
3552
3552
|
## `sf org login access-token`
|
|
3553
3553
|
|
|
@@ -5441,7 +5441,7 @@ EXAMPLES
|
|
|
5441
5441
|
$ sf plugins
|
|
5442
5442
|
```
|
|
5443
5443
|
|
|
5444
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1.
|
|
5444
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1.3/src/commands/plugins/index.ts)_
|
|
5445
5445
|
|
|
5446
5446
|
## `sf plugins discover`
|
|
5447
5447
|
|
|
@@ -5486,7 +5486,7 @@ EXAMPLES
|
|
|
5486
5486
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
5487
5487
|
```
|
|
5488
5488
|
|
|
5489
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1.
|
|
5489
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1.3/src/commands/plugins/inspect.ts)_
|
|
5490
5490
|
|
|
5491
5491
|
## `sf plugins install PLUGIN`
|
|
5492
5492
|
|
|
@@ -5535,7 +5535,7 @@ EXAMPLES
|
|
|
5535
5535
|
$ sf plugins install someuser/someplugin
|
|
5536
5536
|
```
|
|
5537
5537
|
|
|
5538
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1.
|
|
5538
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1.3/src/commands/plugins/install.ts)_
|
|
5539
5539
|
|
|
5540
5540
|
## `sf plugins link PATH`
|
|
5541
5541
|
|
|
@@ -5565,7 +5565,7 @@ EXAMPLES
|
|
|
5565
5565
|
$ sf plugins link @salesforce/plugin-packaging
|
|
5566
5566
|
```
|
|
5567
5567
|
|
|
5568
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1.
|
|
5568
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1.3/src/commands/plugins/link.ts)_
|
|
5569
5569
|
|
|
5570
5570
|
## `sf plugins reset`
|
|
5571
5571
|
|
|
@@ -5580,7 +5580,7 @@ FLAGS
|
|
|
5580
5580
|
--reinstall Reinstall all plugins after uninstalling.
|
|
5581
5581
|
```
|
|
5582
5582
|
|
|
5583
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1.
|
|
5583
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1.3/src/commands/plugins/reset.ts)_
|
|
5584
5584
|
|
|
5585
5585
|
## `sf plugins trust verify`
|
|
5586
5586
|
|
|
@@ -5609,7 +5609,7 @@ EXAMPLES
|
|
|
5609
5609
|
$ sf plugins trust verify --npm @scope/npmName
|
|
5610
5610
|
```
|
|
5611
5611
|
|
|
5612
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.
|
|
5612
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.1/src/commands/plugins/trust/verify.ts)_
|
|
5613
5613
|
|
|
5614
5614
|
## `sf plugins uninstall [PLUGIN]`
|
|
5615
5615
|
|
|
@@ -5637,7 +5637,7 @@ EXAMPLES
|
|
|
5637
5637
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
5638
5638
|
```
|
|
5639
5639
|
|
|
5640
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1.
|
|
5640
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1.3/src/commands/plugins/uninstall.ts)_
|
|
5641
5641
|
|
|
5642
5642
|
## `sf plugins update`
|
|
5643
5643
|
|
|
@@ -5655,7 +5655,7 @@ DESCRIPTION
|
|
|
5655
5655
|
Update installed plugins.
|
|
5656
5656
|
```
|
|
5657
5657
|
|
|
5658
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1.
|
|
5658
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.1.3/src/commands/plugins/update.ts)_
|
|
5659
5659
|
|
|
5660
5660
|
## `sf project convert mdapi`
|
|
5661
5661
|
|
|
@@ -5718,7 +5718,7 @@ FLAG DESCRIPTIONS
|
|
|
5718
5718
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5719
5719
|
```
|
|
5720
5720
|
|
|
5721
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
5721
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.9/src/commands/project/convert/mdapi.ts)_
|
|
5722
5722
|
|
|
5723
5723
|
## `sf project convert source`
|
|
5724
5724
|
|
|
@@ -5730,7 +5730,7 @@ USAGE
|
|
|
5730
5730
|
[-p <value> | -x <value> | -m <value>]
|
|
5731
5731
|
|
|
5732
5732
|
FLAGS
|
|
5733
|
-
-d, --output-dir=<value> [default:
|
|
5733
|
+
-d, --output-dir=<value> [default: metadataPackage_1716626862131] Output directory to store the Metadata
|
|
5734
5734
|
API–formatted files in.
|
|
5735
5735
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
5736
5736
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -5791,7 +5791,7 @@ FLAG DESCRIPTIONS
|
|
|
5791
5791
|
Override the api version used for api requests made by this command
|
|
5792
5792
|
```
|
|
5793
5793
|
|
|
5794
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
5794
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.9/src/commands/project/convert/source.ts)_
|
|
5795
5795
|
|
|
5796
5796
|
## `sf project delete source`
|
|
5797
5797
|
|
|
@@ -5931,7 +5931,7 @@ FLAG DESCRIPTIONS
|
|
|
5931
5931
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
5932
5932
|
```
|
|
5933
5933
|
|
|
5934
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
5934
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.9/src/commands/project/delete/source.ts)_
|
|
5935
5935
|
|
|
5936
5936
|
## `sf project delete tracking`
|
|
5937
5937
|
|
|
@@ -5968,7 +5968,7 @@ EXAMPLES
|
|
|
5968
5968
|
$ sf project delete tracking --target-org my-scratch
|
|
5969
5969
|
```
|
|
5970
5970
|
|
|
5971
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
5971
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.9/src/commands/project/delete/tracking.ts)_
|
|
5972
5972
|
|
|
5973
5973
|
## `sf project deploy cancel`
|
|
5974
5974
|
|
|
@@ -6044,7 +6044,7 @@ FLAG DESCRIPTIONS
|
|
|
6044
6044
|
project deploy report".
|
|
6045
6045
|
```
|
|
6046
6046
|
|
|
6047
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
6047
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.9/src/commands/project/deploy/cancel.ts)_
|
|
6048
6048
|
|
|
6049
6049
|
## `sf project deploy preview`
|
|
6050
6050
|
|
|
@@ -6130,7 +6130,7 @@ FLAG DESCRIPTIONS
|
|
|
6130
6130
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6131
6131
|
```
|
|
6132
6132
|
|
|
6133
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
6133
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.9/src/commands/project/deploy/preview.ts)_
|
|
6134
6134
|
|
|
6135
6135
|
## `sf project deploy quick`
|
|
6136
6136
|
|
|
@@ -6227,7 +6227,7 @@ ERROR CODES
|
|
|
6227
6227
|
Canceling (69) The deploy is being canceled.
|
|
6228
6228
|
```
|
|
6229
6229
|
|
|
6230
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
6230
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.9/src/commands/project/deploy/quick.ts)_
|
|
6231
6231
|
|
|
6232
6232
|
## `sf project deploy report`
|
|
6233
6233
|
|
|
@@ -6323,7 +6323,7 @@ FLAG DESCRIPTIONS
|
|
|
6323
6323
|
--coverage-formatters lcov --coverage-formatters clover
|
|
6324
6324
|
```
|
|
6325
6325
|
|
|
6326
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
6326
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.9/src/commands/project/deploy/report.ts)_
|
|
6327
6327
|
|
|
6328
6328
|
## `sf project deploy resume`
|
|
6329
6329
|
|
|
@@ -6420,7 +6420,7 @@ ERROR CODES
|
|
|
6420
6420
|
Canceling (69) The deploy is being canceled.
|
|
6421
6421
|
```
|
|
6422
6422
|
|
|
6423
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
6423
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.9/src/commands/project/deploy/resume.ts)_
|
|
6424
6424
|
|
|
6425
6425
|
## `sf project deploy start`
|
|
6426
6426
|
|
|
@@ -6658,7 +6658,7 @@ ERROR CODES
|
|
|
6658
6658
|
Canceling (69) The deploy is being canceled.
|
|
6659
6659
|
```
|
|
6660
6660
|
|
|
6661
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
6661
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.9/src/commands/project/deploy/start.ts)_
|
|
6662
6662
|
|
|
6663
6663
|
## `sf project deploy validate`
|
|
6664
6664
|
|
|
@@ -6850,7 +6850,7 @@ ERROR CODES
|
|
|
6850
6850
|
Canceling (69) The deploy is being canceled.
|
|
6851
6851
|
```
|
|
6852
6852
|
|
|
6853
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
6853
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.9/src/commands/project/deploy/validate.ts)_
|
|
6854
6854
|
|
|
6855
6855
|
## `sf project generate`
|
|
6856
6856
|
|
|
@@ -7032,7 +7032,7 @@ EXAMPLES
|
|
|
7032
7032
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
7033
7033
|
```
|
|
7034
7034
|
|
|
7035
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
7035
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.9/src/commands/project/generate/manifest.ts)_
|
|
7036
7036
|
|
|
7037
7037
|
## `sf project list ignored`
|
|
7038
7038
|
|
|
@@ -7074,7 +7074,7 @@ EXAMPLES
|
|
|
7074
7074
|
$ sf project list ignored --source-dir package.xml
|
|
7075
7075
|
```
|
|
7076
7076
|
|
|
7077
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
7077
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.9/src/commands/project/list/ignored.ts)_
|
|
7078
7078
|
|
|
7079
7079
|
## `sf project reset tracking`
|
|
7080
7080
|
|
|
@@ -7123,7 +7123,7 @@ EXAMPLES
|
|
|
7123
7123
|
$ sf project reset tracking --revision 30
|
|
7124
7124
|
```
|
|
7125
7125
|
|
|
7126
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
7126
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.9/src/commands/project/reset/tracking.ts)_
|
|
7127
7127
|
|
|
7128
7128
|
## `sf project retrieve preview`
|
|
7129
7129
|
|
|
@@ -7180,7 +7180,7 @@ FLAG DESCRIPTIONS
|
|
|
7180
7180
|
Overrides your default org.
|
|
7181
7181
|
```
|
|
7182
7182
|
|
|
7183
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
7183
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.9/src/commands/project/retrieve/preview.ts)_
|
|
7184
7184
|
|
|
7185
7185
|
## `sf project retrieve start`
|
|
7186
7186
|
|
|
@@ -7339,7 +7339,7 @@ ENVIRONMENT VARIABLES
|
|
|
7339
7339
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
7340
7340
|
```
|
|
7341
7341
|
|
|
7342
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
7342
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.9/src/commands/project/retrieve/start.ts)_
|
|
7343
7343
|
|
|
7344
7344
|
## `sf schema generate field`
|
|
7345
7345
|
|