@salesforce/cli 2.22.2 → 2.22.4
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 +77 -77
- package/npm-shrinkwrap.json +107 -107
- package/oclif.manifest.json +7 -7
- package/package.json +20 -20
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.22.
|
|
27
|
+
@salesforce/cli/2.22.4 linux-x64 node-v20.10.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -830,7 +830,7 @@ EXAMPLES
|
|
|
830
830
|
$ sf autocomplete --refresh-cache
|
|
831
831
|
```
|
|
832
832
|
|
|
833
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.0.
|
|
833
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.0.3/src/commands/autocomplete/index.ts)_
|
|
834
834
|
|
|
835
835
|
## `sf commands`
|
|
836
836
|
|
|
@@ -1118,7 +1118,7 @@ EXAMPLES
|
|
|
1118
1118
|
TracedEntityId=01p17000000R6bLAAS"
|
|
1119
1119
|
```
|
|
1120
1120
|
|
|
1121
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
1121
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.6/src/commands/data/create/record.ts)_
|
|
1122
1122
|
|
|
1123
1123
|
## `sf data delete bulk`
|
|
1124
1124
|
|
|
@@ -1163,7 +1163,7 @@ EXAMPLES
|
|
|
1163
1163
|
$ sf data delete bulk --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
1164
1164
|
```
|
|
1165
1165
|
|
|
1166
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
1166
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.6/src/commands/data/delete/bulk.ts)_
|
|
1167
1167
|
|
|
1168
1168
|
## `sf data delete record`
|
|
1169
1169
|
|
|
@@ -1222,7 +1222,7 @@ EXAMPLES
|
|
|
1222
1222
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1223
1223
|
```
|
|
1224
1224
|
|
|
1225
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
1225
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.6/src/commands/data/delete/record.ts)_
|
|
1226
1226
|
|
|
1227
1227
|
## `sf data delete resume`
|
|
1228
1228
|
|
|
@@ -1259,7 +1259,7 @@ EXAMPLES
|
|
|
1259
1259
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
1260
1260
|
```
|
|
1261
1261
|
|
|
1262
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
1262
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.6/src/commands/data/delete/resume.ts)_
|
|
1263
1263
|
|
|
1264
1264
|
## `sf data export tree`
|
|
1265
1265
|
|
|
@@ -1317,7 +1317,7 @@ EXAMPLES
|
|
|
1317
1317
|
my-scratch
|
|
1318
1318
|
```
|
|
1319
1319
|
|
|
1320
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
1320
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.6/src/commands/data/export/tree.ts)_
|
|
1321
1321
|
|
|
1322
1322
|
## `sf data get record`
|
|
1323
1323
|
|
|
@@ -1379,7 +1379,7 @@ EXAMPLES
|
|
|
1379
1379
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1380
1380
|
```
|
|
1381
1381
|
|
|
1382
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
1382
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.6/src/commands/data/get/record.ts)_
|
|
1383
1383
|
|
|
1384
1384
|
## `sf data import tree`
|
|
1385
1385
|
|
|
@@ -1430,7 +1430,7 @@ EXAMPLES
|
|
|
1430
1430
|
$ sf data import tree --plan Account-Contact-plan.json
|
|
1431
1431
|
```
|
|
1432
1432
|
|
|
1433
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
1433
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.6/src/commands/data/import/tree.ts)_
|
|
1434
1434
|
|
|
1435
1435
|
## `sf data query`
|
|
1436
1436
|
|
|
@@ -1493,7 +1493,7 @@ EXAMPLES
|
|
|
1493
1493
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
1494
1494
|
```
|
|
1495
1495
|
|
|
1496
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
1496
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.6/src/commands/data/query.ts)_
|
|
1497
1497
|
|
|
1498
1498
|
## `sf data query resume`
|
|
1499
1499
|
|
|
@@ -1529,7 +1529,7 @@ EXAMPLES
|
|
|
1529
1529
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
1530
1530
|
```
|
|
1531
1531
|
|
|
1532
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
1532
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.6/src/commands/data/query/resume.ts)_
|
|
1533
1533
|
|
|
1534
1534
|
## `sf data resume`
|
|
1535
1535
|
|
|
@@ -1565,7 +1565,7 @@ EXAMPLES
|
|
|
1565
1565
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
1566
1566
|
```
|
|
1567
1567
|
|
|
1568
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
1568
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.6/src/commands/data/resume.ts)_
|
|
1569
1569
|
|
|
1570
1570
|
## `sf data update record`
|
|
1571
1571
|
|
|
@@ -1626,7 +1626,7 @@ EXAMPLES
|
|
|
1626
1626
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
1627
1627
|
```
|
|
1628
1628
|
|
|
1629
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
1629
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.6/src/commands/data/update/record.ts)_
|
|
1630
1630
|
|
|
1631
1631
|
## `sf data upsert bulk`
|
|
1632
1632
|
|
|
@@ -1678,7 +1678,7 @@ EXAMPLES
|
|
|
1678
1678
|
my-scratch
|
|
1679
1679
|
```
|
|
1680
1680
|
|
|
1681
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
1681
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.6/src/commands/data/upsert/bulk.ts)_
|
|
1682
1682
|
|
|
1683
1683
|
## `sf data upsert resume`
|
|
1684
1684
|
|
|
@@ -1715,7 +1715,7 @@ EXAMPLES
|
|
|
1715
1715
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
1716
1716
|
```
|
|
1717
1717
|
|
|
1718
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
1718
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.6/src/commands/data/upsert/resume.ts)_
|
|
1719
1719
|
|
|
1720
1720
|
## `sf doctor`
|
|
1721
1721
|
|
|
@@ -1762,7 +1762,7 @@ EXAMPLES
|
|
|
1762
1762
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
1763
1763
|
```
|
|
1764
1764
|
|
|
1765
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.
|
|
1765
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.8/src/commands/doctor.ts)_
|
|
1766
1766
|
|
|
1767
1767
|
## `sf force data bulk delete`
|
|
1768
1768
|
|
|
@@ -1807,7 +1807,7 @@ EXAMPLES
|
|
|
1807
1807
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
1808
1808
|
```
|
|
1809
1809
|
|
|
1810
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
1810
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.6/src/commands/force/data/bulk/delete.ts)_
|
|
1811
1811
|
|
|
1812
1812
|
## `sf force data bulk status`
|
|
1813
1813
|
|
|
@@ -1843,7 +1843,7 @@ EXAMPLES
|
|
|
1843
1843
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
1844
1844
|
```
|
|
1845
1845
|
|
|
1846
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
1846
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.6/src/commands/force/data/bulk/status.ts)_
|
|
1847
1847
|
|
|
1848
1848
|
## `sf force data bulk upsert`
|
|
1849
1849
|
|
|
@@ -1900,7 +1900,7 @@ EXAMPLES
|
|
|
1900
1900
|
--target-org my-scratch
|
|
1901
1901
|
```
|
|
1902
1902
|
|
|
1903
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
1903
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.6/src/commands/force/data/bulk/upsert.ts)_
|
|
1904
1904
|
|
|
1905
1905
|
## `sf force mdapi deploy`
|
|
1906
1906
|
|
|
@@ -2380,7 +2380,7 @@ FLAG DESCRIPTIONS
|
|
|
2380
2380
|
for a number of minutes, the client exits. Specify a longer wait time if timeouts occur frequently.
|
|
2381
2381
|
```
|
|
2382
2382
|
|
|
2383
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
2383
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.1.2/src/commands/force/org/clone.ts)_
|
|
2384
2384
|
|
|
2385
2385
|
## `sf force org create`
|
|
2386
2386
|
|
|
@@ -2429,7 +2429,7 @@ EXAMPLES
|
|
|
2429
2429
|
$ sf force org create -t sandbox -f config/dev-sandbox-def.json -a MyDevSandbox -u prodOrg
|
|
2430
2430
|
```
|
|
2431
2431
|
|
|
2432
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
2432
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.1.2/src/commands/force/org/create.ts)_
|
|
2433
2433
|
|
|
2434
2434
|
## `sf force org delete`
|
|
2435
2435
|
|
|
@@ -2461,7 +2461,7 @@ EXAMPLES
|
|
|
2461
2461
|
$ sf force org delete -u MyOrgAlias -p
|
|
2462
2462
|
```
|
|
2463
2463
|
|
|
2464
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
2464
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.1.2/src/commands/force/org/delete.ts)_
|
|
2465
2465
|
|
|
2466
2466
|
## `sf force org status`
|
|
2467
2467
|
|
|
@@ -2500,7 +2500,7 @@ EXAMPLES
|
|
|
2500
2500
|
$ sf force org status --sandboxname DevSbx1 --wait 45 --setdefaultusername -u prodOrg
|
|
2501
2501
|
```
|
|
2502
2502
|
|
|
2503
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
2503
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.1.2/src/commands/force/org/status.ts)_
|
|
2504
2504
|
|
|
2505
2505
|
## `sf force source deploy`
|
|
2506
2506
|
|
|
@@ -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.1.
|
|
3185
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.1.1/src/commands/force/user/password/generate.ts)_
|
|
3186
3186
|
|
|
3187
3187
|
## `sf help [COMMANDS]`
|
|
3188
3188
|
|
|
@@ -3202,7 +3202,7 @@ DESCRIPTION
|
|
|
3202
3202
|
Display help for sf.
|
|
3203
3203
|
```
|
|
3204
3204
|
|
|
3205
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.
|
|
3205
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.8/src/commands/help.ts)_
|
|
3206
3206
|
|
|
3207
3207
|
## `sf info releasenotes display`
|
|
3208
3208
|
|
|
@@ -3241,7 +3241,7 @@ EXAMPLES
|
|
|
3241
3241
|
$ sf info releasenotes display --version latest
|
|
3242
3242
|
```
|
|
3243
3243
|
|
|
3244
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.
|
|
3244
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.8/src/commands/info/releasenotes/display.ts)_
|
|
3245
3245
|
|
|
3246
3246
|
## `sf lightning generate app`
|
|
3247
3247
|
|
|
@@ -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.1.
|
|
3567
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.1.1/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.1.
|
|
3611
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.1.1/src/commands/org/assign/permsetlicense.ts)_
|
|
3612
3612
|
|
|
3613
3613
|
## `sf org create sandbox`
|
|
3614
3614
|
|
|
@@ -3713,7 +3713,7 @@ FLAG DESCRIPTIONS
|
|
|
3713
3713
|
sandbox.
|
|
3714
3714
|
```
|
|
3715
3715
|
|
|
3716
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
3716
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.1.2/src/commands/org/create/sandbox.ts)_
|
|
3717
3717
|
|
|
3718
3718
|
## `sf org create scratch`
|
|
3719
3719
|
|
|
@@ -3866,7 +3866,7 @@ FLAG DESCRIPTIONS
|
|
|
3866
3866
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
3867
3867
|
```
|
|
3868
3868
|
|
|
3869
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
3869
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.1.2/src/commands/org/create/scratch.ts)_
|
|
3870
3870
|
|
|
3871
3871
|
## `sf org create user`
|
|
3872
3872
|
|
|
@@ -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.1.
|
|
3968
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.1.1/src/commands/org/create/user.ts)_
|
|
3969
3969
|
|
|
3970
3970
|
## `sf org delete sandbox`
|
|
3971
3971
|
|
|
@@ -4009,7 +4009,7 @@ EXAMPLES
|
|
|
4009
4009
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
4010
4010
|
```
|
|
4011
4011
|
|
|
4012
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
4012
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.1.2/src/commands/org/delete/sandbox.ts)_
|
|
4013
4013
|
|
|
4014
4014
|
## `sf org delete scratch`
|
|
4015
4015
|
|
|
@@ -4051,7 +4051,7 @@ EXAMPLES
|
|
|
4051
4051
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
4052
4052
|
```
|
|
4053
4053
|
|
|
4054
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
4054
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.1.2/src/commands/org/delete/scratch.ts)_
|
|
4055
4055
|
|
|
4056
4056
|
## `sf org disable tracking`
|
|
4057
4057
|
|
|
@@ -4089,7 +4089,7 @@ EXAMPLES
|
|
|
4089
4089
|
$ sf org disable tracking
|
|
4090
4090
|
```
|
|
4091
4091
|
|
|
4092
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
4092
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.1.2/src/commands/org/disable/tracking.ts)_
|
|
4093
4093
|
|
|
4094
4094
|
## `sf org display`
|
|
4095
4095
|
|
|
@@ -4133,7 +4133,7 @@ EXAMPLES
|
|
|
4133
4133
|
$ sf org display --target-org TestOrg1 --verbose
|
|
4134
4134
|
```
|
|
4135
4135
|
|
|
4136
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
4136
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.1.2/src/commands/org/display.ts)_
|
|
4137
4137
|
|
|
4138
4138
|
## `sf org display user`
|
|
4139
4139
|
|
|
@@ -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.1.
|
|
4174
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.1.1/src/commands/org/display/user.ts)_
|
|
4175
4175
|
|
|
4176
4176
|
## `sf org enable tracking`
|
|
4177
4177
|
|
|
@@ -4212,7 +4212,7 @@ EXAMPLES
|
|
|
4212
4212
|
$ sf org enable tracking
|
|
4213
4213
|
```
|
|
4214
4214
|
|
|
4215
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
4215
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.1.2/src/commands/org/enable/tracking.ts)_
|
|
4216
4216
|
|
|
4217
4217
|
## `sf org generate password`
|
|
4218
4218
|
|
|
@@ -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.1.
|
|
4280
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.1.1/src/commands/org/generate/password.ts)_
|
|
4281
4281
|
|
|
4282
4282
|
## `sf org list`
|
|
4283
4283
|
|
|
@@ -4315,7 +4315,7 @@ EXAMPLES
|
|
|
4315
4315
|
$ sf org list --clean
|
|
4316
4316
|
```
|
|
4317
4317
|
|
|
4318
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
4318
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.1.2/src/commands/org/list.ts)_
|
|
4319
4319
|
|
|
4320
4320
|
## `sf org list auth`
|
|
4321
4321
|
|
|
@@ -4346,7 +4346,7 @@ EXAMPLES
|
|
|
4346
4346
|
$ sf org list auth
|
|
4347
4347
|
```
|
|
4348
4348
|
|
|
4349
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
4349
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.12/src/commands/org/list/auth.ts)_
|
|
4350
4350
|
|
|
4351
4351
|
## `sf org list limits`
|
|
4352
4352
|
|
|
@@ -4385,7 +4385,7 @@ EXAMPLES
|
|
|
4385
4385
|
$ sf org list limits --target-org my-scratch-org
|
|
4386
4386
|
```
|
|
4387
4387
|
|
|
4388
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.0.
|
|
4388
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.0.6/src/commands/org/list/limits.ts)_
|
|
4389
4389
|
|
|
4390
4390
|
## `sf org list metadata`
|
|
4391
4391
|
|
|
@@ -4450,7 +4450,7 @@ FLAG DESCRIPTIONS
|
|
|
4450
4450
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
4451
4451
|
```
|
|
4452
4452
|
|
|
4453
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
4453
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.1.2/src/commands/org/list/metadata.ts)_
|
|
4454
4454
|
|
|
4455
4455
|
## `sf org list metadata-types`
|
|
4456
4456
|
|
|
@@ -4504,7 +4504,7 @@ FLAG DESCRIPTIONS
|
|
|
4504
4504
|
Override the api version used for api requests made by this command
|
|
4505
4505
|
```
|
|
4506
4506
|
|
|
4507
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
4507
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.1.2/src/commands/org/list/metadata-types.ts)_
|
|
4508
4508
|
|
|
4509
4509
|
## `sf org list sobject record-counts`
|
|
4510
4510
|
|
|
@@ -4549,7 +4549,7 @@ EXAMPLES
|
|
|
4549
4549
|
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
|
|
4550
4550
|
```
|
|
4551
4551
|
|
|
4552
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.0.
|
|
4552
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.0.6/src/commands/org/list/sobject/record-counts.ts)_
|
|
4553
4553
|
|
|
4554
4554
|
## `sf org list users`
|
|
4555
4555
|
|
|
@@ -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.1.
|
|
4589
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.1.1/src/commands/org/list/users.ts)_
|
|
4590
4590
|
|
|
4591
4591
|
## `sf org login access-token`
|
|
4592
4592
|
|
|
@@ -4639,7 +4639,7 @@ FLAG DESCRIPTIONS
|
|
|
4639
4639
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
4640
4640
|
```
|
|
4641
4641
|
|
|
4642
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
4642
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.12/src/commands/org/login/access-token.ts)_
|
|
4643
4643
|
|
|
4644
4644
|
## `sf org login device`
|
|
4645
4645
|
|
|
@@ -4698,7 +4698,7 @@ FLAG DESCRIPTIONS
|
|
|
4698
4698
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
4699
4699
|
```
|
|
4700
4700
|
|
|
4701
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
4701
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.12/src/commands/org/login/device.ts)_
|
|
4702
4702
|
|
|
4703
4703
|
## `sf org login jwt`
|
|
4704
4704
|
|
|
@@ -4787,7 +4787,7 @@ FLAG DESCRIPTIONS
|
|
|
4787
4787
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
4788
4788
|
```
|
|
4789
4789
|
|
|
4790
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
4790
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.12/src/commands/org/login/jwt.ts)_
|
|
4791
4791
|
|
|
4792
4792
|
## `sf org login sfdx-url`
|
|
4793
4793
|
|
|
@@ -4845,7 +4845,7 @@ EXAMPLES
|
|
|
4845
4845
|
$ sf org login sfdx-url --sfdx-url-file files/authFile.json --set-default --alias MyDefaultOrg
|
|
4846
4846
|
```
|
|
4847
4847
|
|
|
4848
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
4848
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.12/src/commands/org/login/sfdx-url.ts)_
|
|
4849
4849
|
|
|
4850
4850
|
## `sf org login web`
|
|
4851
4851
|
|
|
@@ -4930,7 +4930,7 @@ FLAG DESCRIPTIONS
|
|
|
4930
4930
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
4931
4931
|
```
|
|
4932
4932
|
|
|
4933
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
4933
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.12/src/commands/org/login/web.ts)_
|
|
4934
4934
|
|
|
4935
4935
|
## `sf org logout`
|
|
4936
4936
|
|
|
@@ -4990,7 +4990,7 @@ FLAG DESCRIPTIONS
|
|
|
4990
4990
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
4991
4991
|
```
|
|
4992
4992
|
|
|
4993
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
4993
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.12/src/commands/org/logout.ts)_
|
|
4994
4994
|
|
|
4995
4995
|
## `sf org open`
|
|
4996
4996
|
|
|
@@ -5056,7 +5056,7 @@ EXAMPLES
|
|
|
5056
5056
|
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
|
|
5057
5057
|
```
|
|
5058
5058
|
|
|
5059
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
5059
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.1.2/src/commands/org/open.ts)_
|
|
5060
5060
|
|
|
5061
5061
|
## `sf org resume sandbox`
|
|
5062
5062
|
|
|
@@ -5118,7 +5118,7 @@ FLAG DESCRIPTIONS
|
|
|
5118
5118
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
5119
5119
|
```
|
|
5120
5120
|
|
|
5121
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
5121
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.1.2/src/commands/org/resume/sandbox.ts)_
|
|
5122
5122
|
|
|
5123
5123
|
## `sf org resume scratch`
|
|
5124
5124
|
|
|
@@ -5164,7 +5164,7 @@ FLAG DESCRIPTIONS
|
|
|
5164
5164
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
5165
5165
|
```
|
|
5166
5166
|
|
|
5167
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
5167
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.1.2/src/commands/org/resume/scratch.ts)_
|
|
5168
5168
|
|
|
5169
5169
|
## `sf package1 version create`
|
|
5170
5170
|
|
|
@@ -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.6/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_1702100842353] 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.6/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.6/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.6/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.6/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.6/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.6/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.6/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.6/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.6/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.6/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.6/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.6/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.6/src/commands/project/reset/tracking.ts)_
|
|
7989
7989
|
|
|
7990
7990
|
## `sf project retrieve preview`
|
|
7991
7991
|
|
|
@@ -8041,7 +8041,7 @@ FLAG DESCRIPTIONS
|
|
|
8041
8041
|
Overrides your default org.
|
|
8042
8042
|
```
|
|
8043
8043
|
|
|
8044
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
8044
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.6/src/commands/project/retrieve/preview.ts)_
|
|
8045
8045
|
|
|
8046
8046
|
## `sf project retrieve start`
|
|
8047
8047
|
|
|
@@ -8195,7 +8195,7 @@ ENVIRONMENT VARIABLES
|
|
|
8195
8195
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
8196
8196
|
```
|
|
8197
8197
|
|
|
8198
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
8198
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.6/src/commands/project/retrieve/start.ts)_
|
|
8199
8199
|
|
|
8200
8200
|
## `sf schema generate field`
|
|
8201
8201
|
|
|
@@ -8246,7 +8246,7 @@ FLAG DESCRIPTIONS
|
|
|
8246
8246
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
8247
8247
|
```
|
|
8248
8248
|
|
|
8249
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.0.
|
|
8249
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.0.6/src/commands/schema/generate/field.ts)_
|
|
8250
8250
|
|
|
8251
8251
|
## `sf schema generate platformevent`
|
|
8252
8252
|
|
|
@@ -8275,7 +8275,7 @@ EXAMPLES
|
|
|
8275
8275
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
8276
8276
|
```
|
|
8277
8277
|
|
|
8278
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.0.
|
|
8278
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.0.6/src/commands/schema/generate/platformevent.ts)_
|
|
8279
8279
|
|
|
8280
8280
|
## `sf schema generate sobject`
|
|
8281
8281
|
|
|
@@ -8329,7 +8329,7 @@ FLAG DESCRIPTIONS
|
|
|
8329
8329
|
* Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
8330
8330
|
```
|
|
8331
8331
|
|
|
8332
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.0.
|
|
8332
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.0.6/src/commands/schema/generate/sobject.ts)_
|
|
8333
8333
|
|
|
8334
8334
|
## `sf schema generate tab`
|
|
8335
8335
|
|
|
@@ -8376,7 +8376,7 @@ FLAG DESCRIPTIONS
|
|
|
8376
8376
|
The API name for a custom object always ends in "__c", such as "MyObject__c".
|
|
8377
8377
|
```
|
|
8378
8378
|
|
|
8379
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.0.
|
|
8379
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.0.6/src/commands/schema/generate/tab.ts)_
|
|
8380
8380
|
|
|
8381
8381
|
## `sf search`
|
|
8382
8382
|
|
|
@@ -8593,7 +8593,7 @@ FLAG DESCRIPTIONS
|
|
|
8593
8593
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
8594
8594
|
```
|
|
8595
8595
|
|
|
8596
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.0.
|
|
8596
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.0.9/src/commands/version.ts)_
|
|
8597
8597
|
|
|
8598
8598
|
## `sf visualforce generate component`
|
|
8599
8599
|
|
|
@@ -8715,6 +8715,6 @@ EXAMPLES
|
|
|
8715
8715
|
$ sf which help
|
|
8716
8716
|
```
|
|
8717
8717
|
|
|
8718
|
-
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.0.
|
|
8718
|
+
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.0.12/src/commands/which.ts)_
|
|
8719
8719
|
|
|
8720
8720
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.22.
|
|
3
|
+
"version": "2.22.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.22.
|
|
9
|
+
"version": "2.22.4",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@oclif/core": "3.14.1",
|
|
14
|
-
"@oclif/plugin-autocomplete": "3.0.
|
|
14
|
+
"@oclif/plugin-autocomplete": "3.0.3",
|
|
15
15
|
"@oclif/plugin-commands": "3.0.7",
|
|
16
|
-
"@oclif/plugin-help": "6.0.
|
|
17
|
-
"@oclif/plugin-not-found": "3.0.
|
|
16
|
+
"@oclif/plugin-help": "6.0.8",
|
|
17
|
+
"@oclif/plugin-not-found": "3.0.5",
|
|
18
18
|
"@oclif/plugin-plugins": "4.1.10",
|
|
19
19
|
"@oclif/plugin-search": "1.0.8",
|
|
20
20
|
"@oclif/plugin-update": "4.1.4",
|
|
21
|
-
"@oclif/plugin-version": "2.0.
|
|
22
|
-
"@oclif/plugin-warn-if-update-available": "3.0.
|
|
23
|
-
"@oclif/plugin-which": "3.0.
|
|
21
|
+
"@oclif/plugin-version": "2.0.9",
|
|
22
|
+
"@oclif/plugin-warn-if-update-available": "3.0.6",
|
|
23
|
+
"@oclif/plugin-which": "3.0.12",
|
|
24
24
|
"@salesforce/core": "^6.1.4",
|
|
25
25
|
"@salesforce/plugin-apex": "3.0.8",
|
|
26
|
-
"@salesforce/plugin-auth": "3.0.
|
|
27
|
-
"@salesforce/plugin-data": "3.0.
|
|
28
|
-
"@salesforce/plugin-deploy-retrieve": "2.2.
|
|
29
|
-
"@salesforce/plugin-info": "3.0.
|
|
30
|
-
"@salesforce/plugin-limits": "3.0.
|
|
26
|
+
"@salesforce/plugin-auth": "3.0.12",
|
|
27
|
+
"@salesforce/plugin-data": "3.0.6",
|
|
28
|
+
"@salesforce/plugin-deploy-retrieve": "2.2.6",
|
|
29
|
+
"@salesforce/plugin-info": "3.0.8",
|
|
30
|
+
"@salesforce/plugin-limits": "3.0.6",
|
|
31
31
|
"@salesforce/plugin-marketplace": "1.0.10",
|
|
32
|
-
"@salesforce/plugin-org": "3.1.
|
|
32
|
+
"@salesforce/plugin-org": "3.1.2",
|
|
33
33
|
"@salesforce/plugin-packaging": "1.27.7",
|
|
34
34
|
"@salesforce/plugin-schema": "3.0.8",
|
|
35
35
|
"@salesforce/plugin-settings": "2.0.9",
|
|
36
|
-
"@salesforce/plugin-sobject": "1.0.
|
|
36
|
+
"@salesforce/plugin-sobject": "1.0.6",
|
|
37
37
|
"@salesforce/plugin-source": "3.0.3",
|
|
38
|
-
"@salesforce/plugin-telemetry": "3.1.
|
|
38
|
+
"@salesforce/plugin-telemetry": "3.1.6",
|
|
39
39
|
"@salesforce/plugin-templates": "56.0.4",
|
|
40
40
|
"@salesforce/plugin-trust": "3.2.0",
|
|
41
|
-
"@salesforce/plugin-user": "3.1.
|
|
42
|
-
"@salesforce/sf-plugins-core": "5.0.
|
|
41
|
+
"@salesforce/plugin-user": "3.1.1",
|
|
42
|
+
"@salesforce/sf-plugins-core": "5.0.8",
|
|
43
43
|
"debug": "^4.3.4"
|
|
44
44
|
},
|
|
45
45
|
"bin": {
|
|
@@ -2307,12 +2307,12 @@
|
|
|
2307
2307
|
}
|
|
2308
2308
|
},
|
|
2309
2309
|
"node_modules/@oclif/plugin-autocomplete": {
|
|
2310
|
-
"version": "3.0.
|
|
2311
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.0.
|
|
2312
|
-
"integrity": "sha512-
|
|
2310
|
+
"version": "3.0.3",
|
|
2311
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.0.3.tgz",
|
|
2312
|
+
"integrity": "sha512-Kr2z1SON4bAUzO5EXDvYhLoQMSAmaeuTxqilNokdfSKNsSwWT8g+gzzs5F2jvaW/jRID6thxIamq7h+DmRVf3Q==",
|
|
2313
2313
|
"license": "MIT",
|
|
2314
2314
|
"dependencies": {
|
|
2315
|
-
"@oclif/core": "^3.
|
|
2315
|
+
"@oclif/core": "^3.14.1",
|
|
2316
2316
|
"chalk": "^5.3.0",
|
|
2317
2317
|
"debug": "^4.3.4",
|
|
2318
2318
|
"ejs": "^3.1.9"
|
|
@@ -2449,24 +2449,24 @@
|
|
|
2449
2449
|
}
|
|
2450
2450
|
},
|
|
2451
2451
|
"node_modules/@oclif/plugin-help": {
|
|
2452
|
-
"version": "6.0.
|
|
2453
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.
|
|
2454
|
-
"integrity": "sha512
|
|
2452
|
+
"version": "6.0.8",
|
|
2453
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.8.tgz",
|
|
2454
|
+
"integrity": "sha512-q7OWy0JSrsZVynPkWQxmd3dEFA2czym9FdqS06YteRldIH/Csvovst+35KneM4iD8ewqPbY8KAMYZMkMavao0g==",
|
|
2455
2455
|
"license": "MIT",
|
|
2456
2456
|
"dependencies": {
|
|
2457
|
-
"@oclif/core": "^3.
|
|
2457
|
+
"@oclif/core": "^3.14.1"
|
|
2458
2458
|
},
|
|
2459
2459
|
"engines": {
|
|
2460
2460
|
"node": ">=18.0.0"
|
|
2461
2461
|
}
|
|
2462
2462
|
},
|
|
2463
2463
|
"node_modules/@oclif/plugin-not-found": {
|
|
2464
|
-
"version": "3.0.
|
|
2465
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.0.
|
|
2466
|
-
"integrity": "sha512-
|
|
2464
|
+
"version": "3.0.5",
|
|
2465
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.0.5.tgz",
|
|
2466
|
+
"integrity": "sha512-6viweQvOyHQW/HXoYgXi0V+1Wt7j4dAwRYeso+7donAsgFaPhwKJ4CGu6yUPU0ij3e1CfdNajxmR3nXTf+BIuw==",
|
|
2467
2467
|
"license": "MIT",
|
|
2468
2468
|
"dependencies": {
|
|
2469
|
-
"@oclif/core": "^3.
|
|
2469
|
+
"@oclif/core": "^3.14.1",
|
|
2470
2470
|
"chalk": "^5.3.0",
|
|
2471
2471
|
"fast-levenshtein": "^3.0.0"
|
|
2472
2472
|
},
|
|
@@ -2649,24 +2649,24 @@
|
|
|
2649
2649
|
}
|
|
2650
2650
|
},
|
|
2651
2651
|
"node_modules/@oclif/plugin-version": {
|
|
2652
|
-
"version": "2.0.
|
|
2653
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.0.
|
|
2654
|
-
"integrity": "sha512-
|
|
2652
|
+
"version": "2.0.9",
|
|
2653
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.0.9.tgz",
|
|
2654
|
+
"integrity": "sha512-9VRIG0Uv60qvvrxQFf5EEWaV0UXuUxf0EsaLg+A18oMSEFSejb7uFxCFUbVoxG3174Cy6WYan4BAGV6vrbe7vQ==",
|
|
2655
2655
|
"license": "MIT",
|
|
2656
2656
|
"dependencies": {
|
|
2657
|
-
"@oclif/core": "^3.
|
|
2657
|
+
"@oclif/core": "^3.14.1"
|
|
2658
2658
|
},
|
|
2659
2659
|
"engines": {
|
|
2660
2660
|
"node": ">=18.0.0"
|
|
2661
2661
|
}
|
|
2662
2662
|
},
|
|
2663
2663
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
2664
|
-
"version": "3.0.
|
|
2665
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.
|
|
2666
|
-
"integrity": "sha512-
|
|
2664
|
+
"version": "3.0.6",
|
|
2665
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.6.tgz",
|
|
2666
|
+
"integrity": "sha512-wPJnHhw+DMLdqcgf6TSXKfiC6J14SKBNtX3qu68ycJ+A7S2Jn/3vX0BVUbKD2o7VKNnk2R+KH1hTuJF2GZjzJQ==",
|
|
2667
2667
|
"license": "MIT",
|
|
2668
2668
|
"dependencies": {
|
|
2669
|
-
"@oclif/core": "^3.
|
|
2669
|
+
"@oclif/core": "^3.14.1",
|
|
2670
2670
|
"chalk": "^5.3.0",
|
|
2671
2671
|
"debug": "^4.1.0",
|
|
2672
2672
|
"http-call": "^5.2.2",
|
|
@@ -2689,12 +2689,12 @@
|
|
|
2689
2689
|
}
|
|
2690
2690
|
},
|
|
2691
2691
|
"node_modules/@oclif/plugin-which": {
|
|
2692
|
-
"version": "3.0.
|
|
2693
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.0.
|
|
2694
|
-
"integrity": "sha512-
|
|
2692
|
+
"version": "3.0.12",
|
|
2693
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.0.12.tgz",
|
|
2694
|
+
"integrity": "sha512-nqiSeGfd5rGtlzU9oqSo3BQzwvtM1t/Oub+T8HML5wrmjZScB9IGu7uYQTGLfaC3RasYEwsXbQAfedvIdrs2XA==",
|
|
2695
2695
|
"license": "MIT",
|
|
2696
2696
|
"dependencies": {
|
|
2697
|
-
"@oclif/core": "^3.
|
|
2697
|
+
"@oclif/core": "^3.14.1"
|
|
2698
2698
|
},
|
|
2699
2699
|
"engines": {
|
|
2700
2700
|
"node": ">=18.0.0"
|
|
@@ -3035,9 +3035,9 @@
|
|
|
3035
3035
|
}
|
|
3036
3036
|
},
|
|
3037
3037
|
"node_modules/@salesforce/core": {
|
|
3038
|
-
"version": "6.
|
|
3039
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.
|
|
3040
|
-
"integrity": "sha512-
|
|
3038
|
+
"version": "6.4.0",
|
|
3039
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.4.0.tgz",
|
|
3040
|
+
"integrity": "sha512-zbUuOll6RnaOyO6vHGjaO6mv2SBimu2JzInubBrbx+bgw5KFVT0y+OrN0gEhBPS94VoC9/N6ZRKve+vQ82zmmA==",
|
|
3041
3041
|
"license": "BSD-3-Clause",
|
|
3042
3042
|
"dependencies": {
|
|
3043
3043
|
"@salesforce/kit": "^3.0.15",
|
|
@@ -3640,9 +3640,9 @@
|
|
|
3640
3640
|
}
|
|
3641
3641
|
},
|
|
3642
3642
|
"node_modules/@salesforce/plugin-apex/node_modules/@salesforce/sf-plugins-core/node_modules/@salesforce/core": {
|
|
3643
|
-
"version": "6.
|
|
3644
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.
|
|
3645
|
-
"integrity": "sha512-
|
|
3643
|
+
"version": "6.4.0",
|
|
3644
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.4.0.tgz",
|
|
3645
|
+
"integrity": "sha512-zbUuOll6RnaOyO6vHGjaO6mv2SBimu2JzInubBrbx+bgw5KFVT0y+OrN0gEhBPS94VoC9/N6ZRKve+vQ82zmmA==",
|
|
3646
3646
|
"license": "BSD-3-Clause",
|
|
3647
3647
|
"dependencies": {
|
|
3648
3648
|
"@salesforce/kit": "^3.0.15",
|
|
@@ -3706,15 +3706,15 @@
|
|
|
3706
3706
|
}
|
|
3707
3707
|
},
|
|
3708
3708
|
"node_modules/@salesforce/plugin-auth": {
|
|
3709
|
-
"version": "3.0.
|
|
3710
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.0.
|
|
3711
|
-
"integrity": "sha512-
|
|
3709
|
+
"version": "3.0.12",
|
|
3710
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.0.12.tgz",
|
|
3711
|
+
"integrity": "sha512-zIegqvXQqKzBfs3esmg8/I7odiU2axunuNlguacui7HyCAlnKjZ7A//ovd5r2x8EjWWw+XvWXmP/hfWexWl2zA==",
|
|
3712
3712
|
"license": "BSD-3-Clause",
|
|
3713
3713
|
"dependencies": {
|
|
3714
3714
|
"@oclif/core": "^3.10.8",
|
|
3715
|
-
"@salesforce/core": "^6.
|
|
3715
|
+
"@salesforce/core": "^6.4.0",
|
|
3716
3716
|
"@salesforce/kit": "^3.0.15",
|
|
3717
|
-
"@salesforce/sf-plugins-core": "^5.0.
|
|
3717
|
+
"@salesforce/sf-plugins-core": "^5.0.8",
|
|
3718
3718
|
"@salesforce/ts-types": "^2.0.9",
|
|
3719
3719
|
"chalk": "^5.3.0",
|
|
3720
3720
|
"open": "^9.1.0"
|
|
@@ -3805,9 +3805,9 @@
|
|
|
3805
3805
|
}
|
|
3806
3806
|
},
|
|
3807
3807
|
"node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/sf-plugins-core/node_modules/@salesforce/core": {
|
|
3808
|
-
"version": "6.
|
|
3809
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.
|
|
3810
|
-
"integrity": "sha512-
|
|
3808
|
+
"version": "6.4.0",
|
|
3809
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.4.0.tgz",
|
|
3810
|
+
"integrity": "sha512-zbUuOll6RnaOyO6vHGjaO6mv2SBimu2JzInubBrbx+bgw5KFVT0y+OrN0gEhBPS94VoC9/N6ZRKve+vQ82zmmA==",
|
|
3811
3811
|
"dev": true,
|
|
3812
3812
|
"license": "BSD-3-Clause",
|
|
3813
3813
|
"dependencies": {
|
|
@@ -3835,9 +3835,9 @@
|
|
|
3835
3835
|
}
|
|
3836
3836
|
},
|
|
3837
3837
|
"node_modules/@salesforce/plugin-data": {
|
|
3838
|
-
"version": "3.0.
|
|
3839
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.0.
|
|
3840
|
-
"integrity": "sha512-
|
|
3838
|
+
"version": "3.0.6",
|
|
3839
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.0.6.tgz",
|
|
3840
|
+
"integrity": "sha512-MnOF6kdwcb9bWavCTK1ZQd6iXEVY0uPiO/D3Q4wzXyNaJSYDdEegwfGQZ7+ffBkZ6tR62UBdGmOeiOdlv+4tmA==",
|
|
3841
3841
|
"license": "BSD-3-Clause",
|
|
3842
3842
|
"dependencies": {
|
|
3843
3843
|
"@oclif/core": "^3.13.1",
|
|
@@ -3847,7 +3847,7 @@
|
|
|
3847
3847
|
"@salesforce/ts-types": "^2.0.9",
|
|
3848
3848
|
"chalk": "^5.3.0",
|
|
3849
3849
|
"csv-parse": "^4.16.3",
|
|
3850
|
-
"csv-stringify": "^6.4.
|
|
3850
|
+
"csv-stringify": "^6.4.5",
|
|
3851
3851
|
"jsforce": "^2.0.0-beta.28"
|
|
3852
3852
|
},
|
|
3853
3853
|
"engines": {
|
|
@@ -3867,14 +3867,14 @@
|
|
|
3867
3867
|
}
|
|
3868
3868
|
},
|
|
3869
3869
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
3870
|
-
"version": "2.2.
|
|
3871
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-2.2.
|
|
3872
|
-
"integrity": "sha512-
|
|
3870
|
+
"version": "2.2.6",
|
|
3871
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-2.2.6.tgz",
|
|
3872
|
+
"integrity": "sha512-oBvmJ2XiXVFcktJ1fRWFkV8qzC0VcYvdlhY2xuKqv8WM/7faDN/WzMWkkocfbTjsle4o+4YCmUEhhcdlFRjXsg==",
|
|
3873
3873
|
"license": "BSD-3-Clause",
|
|
3874
3874
|
"dependencies": {
|
|
3875
3875
|
"@oclif/core": "^3.12.0",
|
|
3876
|
-
"@salesforce/apex-node": "^2.1.
|
|
3877
|
-
"@salesforce/core": "^6.
|
|
3876
|
+
"@salesforce/apex-node": "^2.1.6",
|
|
3877
|
+
"@salesforce/core": "^6.4.0",
|
|
3878
3878
|
"@salesforce/kit": "^3.0.15",
|
|
3879
3879
|
"@salesforce/sf-plugins-core": "^5.0.5",
|
|
3880
3880
|
"@salesforce/source-deploy-retrieve": "^10.2.0",
|
|
@@ -3898,15 +3898,15 @@
|
|
|
3898
3898
|
}
|
|
3899
3899
|
},
|
|
3900
3900
|
"node_modules/@salesforce/plugin-info": {
|
|
3901
|
-
"version": "3.0.
|
|
3902
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.0.
|
|
3903
|
-
"integrity": "sha512-
|
|
3901
|
+
"version": "3.0.8",
|
|
3902
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.0.8.tgz",
|
|
3903
|
+
"integrity": "sha512-RIOo4nJJN47vDUBVNRpgDlmqcP09e7FrWX3Dcioil/3gKsWJzUif7d2Ibaz1k5m1qLpICWjmaRxo+SRnnhzrbA==",
|
|
3904
3904
|
"license": "BSD-3-Clause",
|
|
3905
3905
|
"dependencies": {
|
|
3906
3906
|
"@oclif/core": "^3.13.1",
|
|
3907
3907
|
"@salesforce/core": "^6.2.2",
|
|
3908
3908
|
"@salesforce/kit": "^3.0.15",
|
|
3909
|
-
"@salesforce/sf-plugins-core": "^5.0.
|
|
3909
|
+
"@salesforce/sf-plugins-core": "^5.0.8",
|
|
3910
3910
|
"got": "^13.0.0",
|
|
3911
3911
|
"marked": "^4.3.0",
|
|
3912
3912
|
"marked-terminal": "^4.2.0",
|
|
@@ -4094,12 +4094,12 @@
|
|
|
4094
4094
|
}
|
|
4095
4095
|
},
|
|
4096
4096
|
"node_modules/@salesforce/plugin-limits": {
|
|
4097
|
-
"version": "3.0.
|
|
4098
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.0.
|
|
4099
|
-
"integrity": "sha512-
|
|
4097
|
+
"version": "3.0.6",
|
|
4098
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.0.6.tgz",
|
|
4099
|
+
"integrity": "sha512-2rmOCZevU/i9wfMUPNYdY9dckprMeCHCNwCkiiDJZh44av9e6q40dX/vjUZ57tUFV/xbNUSKetKohd57pQf6Lw==",
|
|
4100
4100
|
"license": "BSD-3-Clause",
|
|
4101
4101
|
"dependencies": {
|
|
4102
|
-
"@oclif/core": "^3.
|
|
4102
|
+
"@oclif/core": "^3.14.1",
|
|
4103
4103
|
"@salesforce/core": "^6.2.1",
|
|
4104
4104
|
"@salesforce/kit": "^3.0.15",
|
|
4105
4105
|
"@salesforce/sf-plugins-core": "^5.0.5",
|
|
@@ -4276,13 +4276,13 @@
|
|
|
4276
4276
|
}
|
|
4277
4277
|
},
|
|
4278
4278
|
"node_modules/@salesforce/plugin-org": {
|
|
4279
|
-
"version": "3.1.
|
|
4280
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-3.1.
|
|
4281
|
-
"integrity": "sha512-
|
|
4279
|
+
"version": "3.1.2",
|
|
4280
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-3.1.2.tgz",
|
|
4281
|
+
"integrity": "sha512-SfBSZ73bJvOvRksKh4i6JxXw2ZXrVYJDu7lEMa2jSpOFizoG4xmbHI5si9KHsP/PSFx1bYN+0EPxrXIyFB6koQ==",
|
|
4282
4282
|
"license": "BSD-3-Clause",
|
|
4283
4283
|
"dependencies": {
|
|
4284
4284
|
"@oclif/core": "^3.13.1",
|
|
4285
|
-
"@salesforce/core": "^6.
|
|
4285
|
+
"@salesforce/core": "^6.4.0",
|
|
4286
4286
|
"@salesforce/kit": "^3.0.15",
|
|
4287
4287
|
"@salesforce/sf-plugins-core": "^5.0.3",
|
|
4288
4288
|
"@salesforce/source-deploy-retrieve": "^10.0.3",
|
|
@@ -4610,9 +4610,9 @@
|
|
|
4610
4610
|
}
|
|
4611
4611
|
},
|
|
4612
4612
|
"node_modules/@salesforce/plugin-release-management/node_modules/@salesforce/sf-plugins-core/node_modules/@salesforce/core": {
|
|
4613
|
-
"version": "6.
|
|
4614
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.
|
|
4615
|
-
"integrity": "sha512-
|
|
4613
|
+
"version": "6.4.0",
|
|
4614
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.4.0.tgz",
|
|
4615
|
+
"integrity": "sha512-zbUuOll6RnaOyO6vHGjaO6mv2SBimu2JzInubBrbx+bgw5KFVT0y+OrN0gEhBPS94VoC9/N6ZRKve+vQ82zmmA==",
|
|
4616
4616
|
"dev": true,
|
|
4617
4617
|
"license": "BSD-3-Clause",
|
|
4618
4618
|
"dependencies": {
|
|
@@ -8816,15 +8816,15 @@
|
|
|
8816
8816
|
}
|
|
8817
8817
|
},
|
|
8818
8818
|
"node_modules/@salesforce/plugin-sobject": {
|
|
8819
|
-
"version": "1.0.
|
|
8820
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.0.
|
|
8821
|
-
"integrity": "sha512-
|
|
8819
|
+
"version": "1.0.6",
|
|
8820
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.0.6.tgz",
|
|
8821
|
+
"integrity": "sha512-fkWkEktF6w1Kbk+HjYKwieIzt9fWFLPi9n+zMstpdypXWtu3AdyrzfczfJs7Qks8D4xwom8ipQ1ZAtD+gZLSwQ==",
|
|
8822
8822
|
"license": "BSD-3-Clause",
|
|
8823
8823
|
"dependencies": {
|
|
8824
8824
|
"@oclif/core": "^3.13.1",
|
|
8825
8825
|
"@salesforce/core": "^6.2.2",
|
|
8826
8826
|
"@salesforce/kit": "^3.0.15",
|
|
8827
|
-
"@salesforce/sf-plugins-core": "^5.0.
|
|
8827
|
+
"@salesforce/sf-plugins-core": "^5.0.8",
|
|
8828
8828
|
"change-case": "^4.1.2",
|
|
8829
8829
|
"fast-glob": "^3.3.2",
|
|
8830
8830
|
"fast-xml-parser": "^4.3.2",
|
|
@@ -9017,15 +9017,15 @@
|
|
|
9017
9017
|
}
|
|
9018
9018
|
},
|
|
9019
9019
|
"node_modules/@salesforce/plugin-telemetry": {
|
|
9020
|
-
"version": "3.1.
|
|
9021
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.1.
|
|
9022
|
-
"integrity": "sha512-
|
|
9020
|
+
"version": "3.1.6",
|
|
9021
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.1.6.tgz",
|
|
9022
|
+
"integrity": "sha512-KSLCoCkmJTdl7hRFQfvdciQ9OnicghByftHsaUTj3VoPWJWiiZ+PsYvpcHLLnNsotqf0INTLRsRUHLiNYCULhw==",
|
|
9023
9023
|
"license": "BSD-3-Clause",
|
|
9024
9024
|
"dependencies": {
|
|
9025
9025
|
"@oclif/core": "^3.8.0",
|
|
9026
9026
|
"@salesforce/core": "^6.1.3",
|
|
9027
9027
|
"@salesforce/sf-plugins-core": "^5.0.3",
|
|
9028
|
-
"@salesforce/telemetry": "^5.0.
|
|
9028
|
+
"@salesforce/telemetry": "^5.0.3",
|
|
9029
9029
|
"debug": "^4.3.4"
|
|
9030
9030
|
},
|
|
9031
9031
|
"engines": {
|
|
@@ -9221,13 +9221,13 @@
|
|
|
9221
9221
|
}
|
|
9222
9222
|
},
|
|
9223
9223
|
"node_modules/@salesforce/plugin-user": {
|
|
9224
|
-
"version": "3.1.
|
|
9225
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.1.
|
|
9226
|
-
"integrity": "sha512-
|
|
9224
|
+
"version": "3.1.1",
|
|
9225
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.1.1.tgz",
|
|
9226
|
+
"integrity": "sha512-UgsANdO+1zSPvoOwoZK5+EX8PhACgMLUwV3xuzjsgQJabQoLREoBneod+wd+N3gvvaqn8z0t2Kdvj9F+JLGTnA==",
|
|
9227
9227
|
"license": "BSD-3-Clause",
|
|
9228
9228
|
"dependencies": {
|
|
9229
9229
|
"@oclif/core": "^3.12.0",
|
|
9230
|
-
"@salesforce/core": "^6.
|
|
9230
|
+
"@salesforce/core": "^6.4.0",
|
|
9231
9231
|
"@salesforce/kit": "^3.0.15",
|
|
9232
9232
|
"@salesforce/sf-plugins-core": "^5.0.5",
|
|
9233
9233
|
"@salesforce/ts-types": "^2.0.9"
|
|
@@ -9250,12 +9250,12 @@
|
|
|
9250
9250
|
"license": "ISC"
|
|
9251
9251
|
},
|
|
9252
9252
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
9253
|
-
"version": "5.0.
|
|
9254
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.
|
|
9255
|
-
"integrity": "sha512-
|
|
9253
|
+
"version": "5.0.8",
|
|
9254
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.8.tgz",
|
|
9255
|
+
"integrity": "sha512-NvG3E61dVzORn86bPUh9cOPCmNZPfqzjS/ShMpyu2Cpjwr3zLYAlXSqH4kg0hQUW1D/M5sAck6XcUhwMpHh5yQ==",
|
|
9256
9256
|
"license": "BSD-3-Clause",
|
|
9257
9257
|
"dependencies": {
|
|
9258
|
-
"@oclif/core": "^3.
|
|
9258
|
+
"@oclif/core": "^3.14.1",
|
|
9259
9259
|
"@salesforce/core": "^6.2.2",
|
|
9260
9260
|
"@salesforce/kit": "^3.0.15",
|
|
9261
9261
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -9268,12 +9268,12 @@
|
|
|
9268
9268
|
}
|
|
9269
9269
|
},
|
|
9270
9270
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
9271
|
-
"version": "10.2.
|
|
9272
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.2.
|
|
9273
|
-
"integrity": "sha512-
|
|
9271
|
+
"version": "10.2.1",
|
|
9272
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.2.1.tgz",
|
|
9273
|
+
"integrity": "sha512-KaslYNh0oZTKGklECIPRM4SwciPIZqQdjOe/YttCLh0JDchVVeu/Qv8VCldHGnhGUpZ83bSvWG/YWXeEtoY/2w==",
|
|
9274
9274
|
"license": "BSD-3-Clause",
|
|
9275
9275
|
"dependencies": {
|
|
9276
|
-
"@salesforce/core": "^6.
|
|
9276
|
+
"@salesforce/core": "^6.4.0",
|
|
9277
9277
|
"@salesforce/kit": "^3.0.15",
|
|
9278
9278
|
"@salesforce/ts-types": "^2.0.9",
|
|
9279
9279
|
"fast-levenshtein": "^3.0.0",
|
|
@@ -9323,12 +9323,12 @@
|
|
|
9323
9323
|
}
|
|
9324
9324
|
},
|
|
9325
9325
|
"node_modules/@salesforce/telemetry": {
|
|
9326
|
-
"version": "5.0.
|
|
9327
|
-
"resolved": "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-5.0.
|
|
9328
|
-
"integrity": "sha512-
|
|
9326
|
+
"version": "5.0.4",
|
|
9327
|
+
"resolved": "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-5.0.4.tgz",
|
|
9328
|
+
"integrity": "sha512-U2PVoUueCE7H+Go38VCP/2f2s+39Ubygmlx9D558wUBvRLBDkFjRYLiULcaeM+eF3xe4km5otUMxSa8ZF0+Q0A==",
|
|
9329
9329
|
"license": "BSD-3-Clause",
|
|
9330
9330
|
"dependencies": {
|
|
9331
|
-
"@salesforce/core": "^6.
|
|
9331
|
+
"@salesforce/core": "^6.4.0",
|
|
9332
9332
|
"@salesforce/ts-types": "^2.0.9",
|
|
9333
9333
|
"applicationinsights": "^2.9.1",
|
|
9334
9334
|
"got": "^11",
|
|
@@ -12571,9 +12571,9 @@
|
|
|
12571
12571
|
"license": "MIT"
|
|
12572
12572
|
},
|
|
12573
12573
|
"node_modules/csv-stringify": {
|
|
12574
|
-
"version": "6.4.
|
|
12575
|
-
"resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.4.
|
|
12576
|
-
"integrity": "sha512-
|
|
12574
|
+
"version": "6.4.5",
|
|
12575
|
+
"resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.4.5.tgz",
|
|
12576
|
+
"integrity": "sha512-SPu1Vnh8U5EnzpNOi1NDBL5jU5Rx7DVHr15DNg9LXDTAbQlAVAmEbVt16wZvEW9Fu9Qt4Ji8kmeCJ2B1+4rFTQ==",
|
|
12577
12577
|
"license": "MIT"
|
|
12578
12578
|
},
|
|
12579
12579
|
"node_modules/dargs": {
|
package/oclif.manifest.json
CHANGED
|
@@ -3438,7 +3438,7 @@
|
|
|
3438
3438
|
"name": "target-org",
|
|
3439
3439
|
"noCacheDefault": true,
|
|
3440
3440
|
"required": true,
|
|
3441
|
-
"summary": "Username or alias of the target org.",
|
|
3441
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
3442
3442
|
"hasDynamicHelp": true,
|
|
3443
3443
|
"multiple": false,
|
|
3444
3444
|
"type": "option"
|
|
@@ -3546,7 +3546,7 @@
|
|
|
3546
3546
|
"name": "target-dev-hub",
|
|
3547
3547
|
"noCacheDefault": true,
|
|
3548
3548
|
"required": true,
|
|
3549
|
-
"summary": "Username or alias of the Dev Hub org.",
|
|
3549
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
3550
3550
|
"hasDynamicHelp": true,
|
|
3551
3551
|
"multiple": false,
|
|
3552
3552
|
"type": "option"
|
|
@@ -3691,7 +3691,7 @@
|
|
|
3691
3691
|
"name": "target-org",
|
|
3692
3692
|
"noCacheDefault": true,
|
|
3693
3693
|
"required": true,
|
|
3694
|
-
"summary": "Username or alias of the target org.",
|
|
3694
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
3695
3695
|
"hasDynamicHelp": true,
|
|
3696
3696
|
"multiple": false,
|
|
3697
3697
|
"type": "option"
|
|
@@ -3810,7 +3810,7 @@
|
|
|
3810
3810
|
"name": "target-dev-hub",
|
|
3811
3811
|
"noCacheDefault": true,
|
|
3812
3812
|
"required": true,
|
|
3813
|
-
"summary": "Username or alias of the Dev Hub org.",
|
|
3813
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
3814
3814
|
"hasDynamicHelp": true,
|
|
3815
3815
|
"multiple": false,
|
|
3816
3816
|
"type": "option"
|
|
@@ -3929,7 +3929,7 @@
|
|
|
3929
3929
|
"name": "target-dev-hub",
|
|
3930
3930
|
"noCacheDefault": true,
|
|
3931
3931
|
"required": true,
|
|
3932
|
-
"summary": "Username or alias of the Dev Hub org.",
|
|
3932
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
3933
3933
|
"hasDynamicHelp": true,
|
|
3934
3934
|
"multiple": false,
|
|
3935
3935
|
"type": "option"
|
|
@@ -4138,7 +4138,7 @@
|
|
|
4138
4138
|
"name": "target-dev-hub",
|
|
4139
4139
|
"noCacheDefault": true,
|
|
4140
4140
|
"required": true,
|
|
4141
|
-
"summary": "Username or alias of the Dev Hub org.",
|
|
4141
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
4142
4142
|
"hasDynamicHelp": true,
|
|
4143
4143
|
"multiple": false,
|
|
4144
4144
|
"type": "option"
|
|
@@ -5240,5 +5240,5 @@
|
|
|
5240
5240
|
]
|
|
5241
5241
|
}
|
|
5242
5242
|
},
|
|
5243
|
-
"version": "2.22.
|
|
5243
|
+
"version": "2.22.4"
|
|
5244
5244
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.22.
|
|
4
|
+
"version": "2.22.4",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -75,9 +75,9 @@
|
|
|
75
75
|
"@salesforce/plugin-community": "3.0.5",
|
|
76
76
|
"@salesforce/plugin-dev": "2.0.4",
|
|
77
77
|
"@salesforce/plugin-devops-center": "1.2.5",
|
|
78
|
-
"@salesforce/plugin-env": "3.0.
|
|
78
|
+
"@salesforce/plugin-env": "3.0.9",
|
|
79
79
|
"@salesforce/plugin-functions": "1.22.11",
|
|
80
|
-
"@salesforce/plugin-signups": "2.0.
|
|
80
|
+
"@salesforce/plugin-signups": "2.0.8",
|
|
81
81
|
"@salesforce/sfdx-plugin-lwc-test": "1.1.1",
|
|
82
82
|
"@salesforce/sfdx-scanner": "3.19.0"
|
|
83
83
|
},
|
|
@@ -134,35 +134,35 @@
|
|
|
134
134
|
},
|
|
135
135
|
"dependencies": {
|
|
136
136
|
"@oclif/core": "3.14.1",
|
|
137
|
-
"@oclif/plugin-autocomplete": "3.0.
|
|
137
|
+
"@oclif/plugin-autocomplete": "3.0.3",
|
|
138
138
|
"@oclif/plugin-commands": "3.0.7",
|
|
139
|
-
"@oclif/plugin-help": "6.0.
|
|
140
|
-
"@oclif/plugin-not-found": "3.0.
|
|
139
|
+
"@oclif/plugin-help": "6.0.8",
|
|
140
|
+
"@oclif/plugin-not-found": "3.0.5",
|
|
141
141
|
"@oclif/plugin-plugins": "4.1.10",
|
|
142
142
|
"@oclif/plugin-search": "1.0.8",
|
|
143
143
|
"@oclif/plugin-update": "4.1.4",
|
|
144
|
-
"@oclif/plugin-version": "2.0.
|
|
145
|
-
"@oclif/plugin-warn-if-update-available": "3.0.
|
|
146
|
-
"@oclif/plugin-which": "3.0.
|
|
144
|
+
"@oclif/plugin-version": "2.0.9",
|
|
145
|
+
"@oclif/plugin-warn-if-update-available": "3.0.6",
|
|
146
|
+
"@oclif/plugin-which": "3.0.12",
|
|
147
147
|
"@salesforce/core": "^6.1.4",
|
|
148
148
|
"@salesforce/plugin-apex": "3.0.8",
|
|
149
|
-
"@salesforce/plugin-auth": "3.0.
|
|
150
|
-
"@salesforce/plugin-data": "3.0.
|
|
151
|
-
"@salesforce/plugin-deploy-retrieve": "2.2.
|
|
152
|
-
"@salesforce/plugin-info": "3.0.
|
|
153
|
-
"@salesforce/plugin-limits": "3.0.
|
|
149
|
+
"@salesforce/plugin-auth": "3.0.12",
|
|
150
|
+
"@salesforce/plugin-data": "3.0.6",
|
|
151
|
+
"@salesforce/plugin-deploy-retrieve": "2.2.6",
|
|
152
|
+
"@salesforce/plugin-info": "3.0.8",
|
|
153
|
+
"@salesforce/plugin-limits": "3.0.6",
|
|
154
154
|
"@salesforce/plugin-marketplace": "1.0.10",
|
|
155
|
-
"@salesforce/plugin-org": "3.1.
|
|
155
|
+
"@salesforce/plugin-org": "3.1.2",
|
|
156
156
|
"@salesforce/plugin-packaging": "1.27.7",
|
|
157
157
|
"@salesforce/plugin-schema": "3.0.8",
|
|
158
158
|
"@salesforce/plugin-settings": "2.0.9",
|
|
159
|
-
"@salesforce/plugin-sobject": "1.0.
|
|
159
|
+
"@salesforce/plugin-sobject": "1.0.6",
|
|
160
160
|
"@salesforce/plugin-source": "3.0.3",
|
|
161
|
-
"@salesforce/plugin-telemetry": "3.1.
|
|
161
|
+
"@salesforce/plugin-telemetry": "3.1.6",
|
|
162
162
|
"@salesforce/plugin-templates": "56.0.4",
|
|
163
163
|
"@salesforce/plugin-trust": "3.2.0",
|
|
164
|
-
"@salesforce/plugin-user": "3.1.
|
|
165
|
-
"@salesforce/sf-plugins-core": "5.0.
|
|
164
|
+
"@salesforce/plugin-user": "3.1.1",
|
|
165
|
+
"@salesforce/sf-plugins-core": "5.0.8",
|
|
166
166
|
"debug": "^4.3.4"
|
|
167
167
|
},
|
|
168
168
|
"pinnedDependencies": [
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
"resolutions": {
|
|
200
200
|
"@salesforce/schemas": "1.6.1",
|
|
201
201
|
"@salesforce/templates": "59.0.4",
|
|
202
|
-
"@salesforce/source-deploy-retrieve": "10.2.
|
|
202
|
+
"@salesforce/source-deploy-retrieve": "10.2.1",
|
|
203
203
|
"@salesforce/source-tracking": "5.1.2"
|
|
204
204
|
},
|
|
205
205
|
"repository": "salesforcecli/cli",
|