@salesforce/cli 2.21.5 → 2.21.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 +34 -34
- package/npm-shrinkwrap.json +4988 -1815
- package/oclif.manifest.json +1 -1
- package/package.json +11 -11
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.21.
|
|
27
|
+
@salesforce/cli/2.21.7 linux-x64 node-v20.10.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -3182,7 +3182,7 @@ EXAMPLES
|
|
|
3182
3182
|
user3@my.org
|
|
3183
3183
|
```
|
|
3184
3184
|
|
|
3185
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.0
|
|
3185
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.1.0/src/commands/force/user/password/generate.ts)_
|
|
3186
3186
|
|
|
3187
3187
|
## `sf help [COMMANDS]`
|
|
3188
3188
|
|
|
@@ -3564,7 +3564,7 @@ EXAMPLES
|
|
|
3564
3564
|
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
|
|
3565
3565
|
```
|
|
3566
3566
|
|
|
3567
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.0
|
|
3567
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.1.0/src/commands/org/assign/permset.ts)_
|
|
3568
3568
|
|
|
3569
3569
|
## `sf org assign permsetlicense`
|
|
3570
3570
|
|
|
@@ -3608,7 +3608,7 @@ EXAMPLES
|
|
|
3608
3608
|
user3
|
|
3609
3609
|
```
|
|
3610
3610
|
|
|
3611
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.0
|
|
3611
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.1.0/src/commands/org/assign/permsetlicense.ts)_
|
|
3612
3612
|
|
|
3613
3613
|
## `sf org create sandbox`
|
|
3614
3614
|
|
|
@@ -3965,7 +3965,7 @@ FLAG DESCRIPTIONS
|
|
|
3965
3965
|
might be different than what you specify in the definition file.
|
|
3966
3966
|
```
|
|
3967
3967
|
|
|
3968
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.0
|
|
3968
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.1.0/src/commands/org/create/user.ts)_
|
|
3969
3969
|
|
|
3970
3970
|
## `sf org delete sandbox`
|
|
3971
3971
|
|
|
@@ -4171,7 +4171,7 @@ EXAMPLES
|
|
|
4171
4171
|
$ sf org display user --target-org me@my.org --json
|
|
4172
4172
|
```
|
|
4173
4173
|
|
|
4174
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.0
|
|
4174
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.1.0/src/commands/org/display/user.ts)_
|
|
4175
4175
|
|
|
4176
4176
|
## `sf org enable tracking`
|
|
4177
4177
|
|
|
@@ -4277,7 +4277,7 @@ EXAMPLES
|
|
|
4277
4277
|
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
|
|
4278
4278
|
```
|
|
4279
4279
|
|
|
4280
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.0
|
|
4280
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.1.0/src/commands/org/generate/password.ts)_
|
|
4281
4281
|
|
|
4282
4282
|
## `sf org list`
|
|
4283
4283
|
|
|
@@ -4586,7 +4586,7 @@ EXAMPLES
|
|
|
4586
4586
|
$ sf org list users --target-org me@my.org
|
|
4587
4587
|
```
|
|
4588
4588
|
|
|
4589
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.0
|
|
4589
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.1.0/src/commands/org/list/users.ts)_
|
|
4590
4590
|
|
|
4591
4591
|
## `sf org login access-token`
|
|
4592
4592
|
|
|
@@ -6360,7 +6360,7 @@ EXAMPLES
|
|
|
6360
6360
|
$ sf plugins
|
|
6361
6361
|
```
|
|
6362
6362
|
|
|
6363
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
6363
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.9/src/commands/plugins/index.ts)_
|
|
6364
6364
|
|
|
6365
6365
|
## `sf plugins discover`
|
|
6366
6366
|
|
|
@@ -6377,7 +6377,7 @@ EXAMPLES
|
|
|
6377
6377
|
$ sf plugins discover
|
|
6378
6378
|
```
|
|
6379
6379
|
|
|
6380
|
-
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-template-sf/blob/1.0.
|
|
6380
|
+
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-template-sf/blob/1.0.10/src/commands/plugins/discover.ts)_
|
|
6381
6381
|
|
|
6382
6382
|
## `sf plugins:inspect PLUGIN...`
|
|
6383
6383
|
|
|
@@ -6404,7 +6404,7 @@ EXAMPLES
|
|
|
6404
6404
|
$ sf plugins inspect myplugin
|
|
6405
6405
|
```
|
|
6406
6406
|
|
|
6407
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
6407
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.9/src/commands/plugins/inspect.ts)_
|
|
6408
6408
|
|
|
6409
6409
|
## `sf plugins:install PLUGIN...`
|
|
6410
6410
|
|
|
@@ -6448,7 +6448,7 @@ EXAMPLES
|
|
|
6448
6448
|
$ sf plugins install someuser/someplugin
|
|
6449
6449
|
```
|
|
6450
6450
|
|
|
6451
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
6451
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.9/src/commands/plugins/install.ts)_
|
|
6452
6452
|
|
|
6453
6453
|
## `sf plugins:link PLUGIN`
|
|
6454
6454
|
|
|
@@ -6478,7 +6478,7 @@ EXAMPLES
|
|
|
6478
6478
|
$ sf plugins link myplugin
|
|
6479
6479
|
```
|
|
6480
6480
|
|
|
6481
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
6481
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.9/src/commands/plugins/link.ts)_
|
|
6482
6482
|
|
|
6483
6483
|
## `sf plugins reset`
|
|
6484
6484
|
|
|
@@ -6489,7 +6489,7 @@ USAGE
|
|
|
6489
6489
|
$ sf plugins reset
|
|
6490
6490
|
```
|
|
6491
6491
|
|
|
6492
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
6492
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.9/src/commands/plugins/reset.ts)_
|
|
6493
6493
|
|
|
6494
6494
|
## `sf plugins trust verify`
|
|
6495
6495
|
|
|
@@ -6517,7 +6517,7 @@ EXAMPLES
|
|
|
6517
6517
|
$ sf plugins trust verify --npm @scope/npmName
|
|
6518
6518
|
```
|
|
6519
6519
|
|
|
6520
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.1.
|
|
6520
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.1.2/src/commands/plugins/trust/verify.ts)_
|
|
6521
6521
|
|
|
6522
6522
|
## `sf plugins:uninstall PLUGIN...`
|
|
6523
6523
|
|
|
@@ -6545,7 +6545,7 @@ EXAMPLES
|
|
|
6545
6545
|
$ sf plugins uninstall myplugin
|
|
6546
6546
|
```
|
|
6547
6547
|
|
|
6548
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
6548
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.9/src/commands/plugins/uninstall.ts)_
|
|
6549
6549
|
|
|
6550
6550
|
## `sf plugins update`
|
|
6551
6551
|
|
|
@@ -6563,7 +6563,7 @@ DESCRIPTION
|
|
|
6563
6563
|
Update installed plugins.
|
|
6564
6564
|
```
|
|
6565
6565
|
|
|
6566
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
6566
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.9/src/commands/plugins/update.ts)_
|
|
6567
6567
|
|
|
6568
6568
|
## `sf project convert mdapi`
|
|
6569
6569
|
|
|
@@ -6625,7 +6625,7 @@ FLAG DESCRIPTIONS
|
|
|
6625
6625
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
6626
6626
|
```
|
|
6627
6627
|
|
|
6628
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
6628
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/convert/mdapi.ts)_
|
|
6629
6629
|
|
|
6630
6630
|
## `sf project convert source`
|
|
6631
6631
|
|
|
@@ -6637,7 +6637,7 @@ USAGE
|
|
|
6637
6637
|
<value> | -m <value>]
|
|
6638
6638
|
|
|
6639
6639
|
FLAGS
|
|
6640
|
-
-d, --output-dir=<value> [default:
|
|
6640
|
+
-d, --output-dir=<value> [default: metadataPackage_1701818497484] Output directory to store the Metadata
|
|
6641
6641
|
API–formatted files in.
|
|
6642
6642
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
6643
6643
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -6697,7 +6697,7 @@ FLAG DESCRIPTIONS
|
|
|
6697
6697
|
Override the api version used for api requests made by this command
|
|
6698
6698
|
```
|
|
6699
6699
|
|
|
6700
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
6700
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/convert/source.ts)_
|
|
6701
6701
|
|
|
6702
6702
|
## `sf project delete source`
|
|
6703
6703
|
|
|
@@ -6836,7 +6836,7 @@ FLAG DESCRIPTIONS
|
|
|
6836
6836
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
6837
6837
|
```
|
|
6838
6838
|
|
|
6839
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
6839
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/delete/source.ts)_
|
|
6840
6840
|
|
|
6841
6841
|
## `sf project delete tracking`
|
|
6842
6842
|
|
|
@@ -6872,7 +6872,7 @@ EXAMPLES
|
|
|
6872
6872
|
$ sf project delete tracking --target-org my-scratch
|
|
6873
6873
|
```
|
|
6874
6874
|
|
|
6875
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
6875
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/delete/tracking.ts)_
|
|
6876
6876
|
|
|
6877
6877
|
## `sf project deploy cancel`
|
|
6878
6878
|
|
|
@@ -6942,7 +6942,7 @@ FLAG DESCRIPTIONS
|
|
|
6942
6942
|
project deploy report".
|
|
6943
6943
|
```
|
|
6944
6944
|
|
|
6945
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
6945
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/deploy/cancel.ts)_
|
|
6946
6946
|
|
|
6947
6947
|
## `sf project deploy preview`
|
|
6948
6948
|
|
|
@@ -7025,7 +7025,7 @@ FLAG DESCRIPTIONS
|
|
|
7025
7025
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
7026
7026
|
```
|
|
7027
7027
|
|
|
7028
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
7028
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/deploy/preview.ts)_
|
|
7029
7029
|
|
|
7030
7030
|
## `sf project deploy quick`
|
|
7031
7031
|
|
|
@@ -7118,7 +7118,7 @@ ERROR CODES
|
|
|
7118
7118
|
Canceling (69) The deploy is being canceled.
|
|
7119
7119
|
```
|
|
7120
7120
|
|
|
7121
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
7121
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/deploy/quick.ts)_
|
|
7122
7122
|
|
|
7123
7123
|
## `sf project deploy report`
|
|
7124
7124
|
|
|
@@ -7213,7 +7213,7 @@ FLAG DESCRIPTIONS
|
|
|
7213
7213
|
--coverage-formatters lcov --coverage-formatters clover
|
|
7214
7214
|
```
|
|
7215
7215
|
|
|
7216
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
7216
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/deploy/report.ts)_
|
|
7217
7217
|
|
|
7218
7218
|
## `sf project deploy resume`
|
|
7219
7219
|
|
|
@@ -7309,7 +7309,7 @@ ERROR CODES
|
|
|
7309
7309
|
Canceling (69) The deploy is being canceled.
|
|
7310
7310
|
```
|
|
7311
7311
|
|
|
7312
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
7312
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/deploy/resume.ts)_
|
|
7313
7313
|
|
|
7314
7314
|
## `sf project deploy start`
|
|
7315
7315
|
|
|
@@ -7538,7 +7538,7 @@ ERROR CODES
|
|
|
7538
7538
|
Canceling (69) The deploy is being canceled.
|
|
7539
7539
|
```
|
|
7540
7540
|
|
|
7541
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
7541
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/deploy/start.ts)_
|
|
7542
7542
|
|
|
7543
7543
|
## `sf project deploy validate`
|
|
7544
7544
|
|
|
@@ -7717,7 +7717,7 @@ ERROR CODES
|
|
|
7717
7717
|
Canceling (69) The deploy is being canceled.
|
|
7718
7718
|
```
|
|
7719
7719
|
|
|
7720
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
7720
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/deploy/validate.ts)_
|
|
7721
7721
|
|
|
7722
7722
|
## `sf project generate`
|
|
7723
7723
|
|
|
@@ -7896,7 +7896,7 @@ EXAMPLES
|
|
|
7896
7896
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
7897
7897
|
```
|
|
7898
7898
|
|
|
7899
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
7899
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/generate/manifest.ts)_
|
|
7900
7900
|
|
|
7901
7901
|
## `sf project list ignored`
|
|
7902
7902
|
|
|
@@ -7937,7 +7937,7 @@ EXAMPLES
|
|
|
7937
7937
|
$ sf project list ignored --source-dir package.xml
|
|
7938
7938
|
```
|
|
7939
7939
|
|
|
7940
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
7940
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/list/ignored.ts)_
|
|
7941
7941
|
|
|
7942
7942
|
## `sf project reset tracking`
|
|
7943
7943
|
|
|
@@ -7985,7 +7985,7 @@ EXAMPLES
|
|
|
7985
7985
|
$ sf project reset tracking --revision 30
|
|
7986
7986
|
```
|
|
7987
7987
|
|
|
7988
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
7988
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/reset/tracking.ts)_
|
|
7989
7989
|
|
|
7990
7990
|
## `sf project retrieve preview`
|
|
7991
7991
|
|
|
@@ -8040,7 +8040,7 @@ FLAG DESCRIPTIONS
|
|
|
8040
8040
|
Overrides your default org.
|
|
8041
8041
|
```
|
|
8042
8042
|
|
|
8043
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
8043
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/retrieve/preview.ts)_
|
|
8044
8044
|
|
|
8045
8045
|
## `sf project retrieve start`
|
|
8046
8046
|
|
|
@@ -8194,7 +8194,7 @@ ENVIRONMENT VARIABLES
|
|
|
8194
8194
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
8195
8195
|
```
|
|
8196
8196
|
|
|
8197
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
8197
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/retrieve/start.ts)_
|
|
8198
8198
|
|
|
8199
8199
|
## `sf schema generate field`
|
|
8200
8200
|
|