@salesforce/cli 2.22.3 → 2.22.5
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 +83 -83
- package/npm-shrinkwrap.json +92 -92
- package/oclif.manifest.json +1 -1
- package/package.json +21 -21
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.5 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
|
|
|
@@ -5230,7 +5230,7 @@ FLAG DESCRIPTIONS
|
|
|
5230
5230
|
subscribers.
|
|
5231
5231
|
```
|
|
5232
5232
|
|
|
5233
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5233
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package1/version/create.ts)_
|
|
5234
5234
|
|
|
5235
5235
|
## `sf package1 version create get`
|
|
5236
5236
|
|
|
@@ -5262,7 +5262,7 @@ EXAMPLES
|
|
|
5262
5262
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
5263
5263
|
```
|
|
5264
5264
|
|
|
5265
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5265
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package1/version/create/get.ts)_
|
|
5266
5266
|
|
|
5267
5267
|
## `sf package1 version display`
|
|
5268
5268
|
|
|
@@ -5295,7 +5295,7 @@ EXAMPLES
|
|
|
5295
5295
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
5296
5296
|
```
|
|
5297
5297
|
|
|
5298
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5298
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package1/version/display.ts)_
|
|
5299
5299
|
|
|
5300
5300
|
## `sf package1 version list`
|
|
5301
5301
|
|
|
@@ -5332,7 +5332,7 @@ FLAG DESCRIPTIONS
|
|
|
5332
5332
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
5333
5333
|
```
|
|
5334
5334
|
|
|
5335
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5335
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package1/version/list.ts)_
|
|
5336
5336
|
|
|
5337
5337
|
## `sf package create`
|
|
5338
5338
|
|
|
@@ -5410,7 +5410,7 @@ FLAG DESCRIPTIONS
|
|
|
5410
5410
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
5411
5411
|
```
|
|
5412
5412
|
|
|
5413
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5413
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package/create.ts)_
|
|
5414
5414
|
|
|
5415
5415
|
## `sf package delete`
|
|
5416
5416
|
|
|
@@ -5451,7 +5451,7 @@ EXAMPLES
|
|
|
5451
5451
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
5452
5452
|
```
|
|
5453
5453
|
|
|
5454
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5454
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package/delete.ts)_
|
|
5455
5455
|
|
|
5456
5456
|
## `sf package install`
|
|
5457
5457
|
|
|
@@ -5549,7 +5549,7 @@ FLAG DESCRIPTIONS
|
|
|
5549
5549
|
specify DeprecateOnly or Delete only for unlocked package upgrades.
|
|
5550
5550
|
```
|
|
5551
5551
|
|
|
5552
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5552
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package/install.ts)_
|
|
5553
5553
|
|
|
5554
5554
|
## `sf package install report`
|
|
5555
5555
|
|
|
@@ -5581,7 +5581,7 @@ EXAMPLES
|
|
|
5581
5581
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
5582
5582
|
```
|
|
5583
5583
|
|
|
5584
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5584
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package/install/report.ts)_
|
|
5585
5585
|
|
|
5586
5586
|
## `sf package installed list`
|
|
5587
5587
|
|
|
@@ -5612,7 +5612,7 @@ EXAMPLES
|
|
|
5612
5612
|
$ sf package installed list --target-org me@example.com
|
|
5613
5613
|
```
|
|
5614
5614
|
|
|
5615
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5615
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package/installed/list.ts)_
|
|
5616
5616
|
|
|
5617
5617
|
## `sf package list`
|
|
5618
5618
|
|
|
@@ -5649,7 +5649,7 @@ EXAMPLES
|
|
|
5649
5649
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
5650
5650
|
```
|
|
5651
5651
|
|
|
5652
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5652
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package/list.ts)_
|
|
5653
5653
|
|
|
5654
5654
|
## `sf package uninstall`
|
|
5655
5655
|
|
|
@@ -5696,7 +5696,7 @@ EXAMPLES
|
|
|
5696
5696
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
5697
5697
|
```
|
|
5698
5698
|
|
|
5699
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5699
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package/uninstall.ts)_
|
|
5700
5700
|
|
|
5701
5701
|
## `sf package uninstall report`
|
|
5702
5702
|
|
|
@@ -5728,7 +5728,7 @@ EXAMPLES
|
|
|
5728
5728
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
5729
5729
|
```
|
|
5730
5730
|
|
|
5731
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5731
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package/uninstall/report.ts)_
|
|
5732
5732
|
|
|
5733
5733
|
## `sf package update`
|
|
5734
5734
|
|
|
@@ -5782,7 +5782,7 @@ FLAG DESCRIPTIONS
|
|
|
5782
5782
|
associated with your package.
|
|
5783
5783
|
```
|
|
5784
5784
|
|
|
5785
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5785
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package/update.ts)_
|
|
5786
5786
|
|
|
5787
5787
|
## `sf package version create`
|
|
5788
5788
|
|
|
@@ -5937,7 +5937,7 @@ FLAG DESCRIPTIONS
|
|
|
5937
5937
|
periods of no output from commands.
|
|
5938
5938
|
```
|
|
5939
5939
|
|
|
5940
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5940
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package/version/create.ts)_
|
|
5941
5941
|
|
|
5942
5942
|
## `sf package version create list`
|
|
5943
5943
|
|
|
@@ -5997,7 +5997,7 @@ EXAMPLES
|
|
|
5997
5997
|
$ sf package version create list --created-last-days 0 --status Success
|
|
5998
5998
|
```
|
|
5999
5999
|
|
|
6000
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
6000
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package/version/create/list.ts)_
|
|
6001
6001
|
|
|
6002
6002
|
## `sf package version create report`
|
|
6003
6003
|
|
|
@@ -6039,7 +6039,7 @@ EXAMPLES
|
|
|
6039
6039
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
6040
6040
|
```
|
|
6041
6041
|
|
|
6042
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
6042
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package/version/create/report.ts)_
|
|
6043
6043
|
|
|
6044
6044
|
## `sf package version delete`
|
|
6045
6045
|
|
|
@@ -6077,7 +6077,7 @@ EXAMPLES
|
|
|
6077
6077
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
6078
6078
|
```
|
|
6079
6079
|
|
|
6080
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
6080
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package/version/delete.ts)_
|
|
6081
6081
|
|
|
6082
6082
|
## `sf package version displayancestry`
|
|
6083
6083
|
|
|
@@ -6135,7 +6135,7 @@ FLAG DESCRIPTIONS
|
|
|
6135
6135
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
6136
6136
|
```
|
|
6137
6137
|
|
|
6138
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
6138
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package/version/displayancestry.ts)_
|
|
6139
6139
|
|
|
6140
6140
|
## `sf package version list`
|
|
6141
6141
|
|
|
@@ -6203,7 +6203,7 @@ EXAMPLES
|
|
|
6203
6203
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
6204
6204
|
```
|
|
6205
6205
|
|
|
6206
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
6206
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package/version/list.ts)_
|
|
6207
6207
|
|
|
6208
6208
|
## `sf package version promote`
|
|
6209
6209
|
|
|
@@ -6246,7 +6246,7 @@ EXAMPLES
|
|
|
6246
6246
|
$ sf package version promote --package "Awesome Package Alias"
|
|
6247
6247
|
```
|
|
6248
6248
|
|
|
6249
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
6249
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package/version/promote.ts)_
|
|
6250
6250
|
|
|
6251
6251
|
## `sf package version report`
|
|
6252
6252
|
|
|
@@ -6285,7 +6285,7 @@ EXAMPLES
|
|
|
6285
6285
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
6286
6286
|
```
|
|
6287
6287
|
|
|
6288
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
6288
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package/version/report.ts)_
|
|
6289
6289
|
|
|
6290
6290
|
## `sf package version update`
|
|
6291
6291
|
|
|
@@ -6337,7 +6337,7 @@ EXAMPLES
|
|
|
6337
6337
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
6338
6338
|
```
|
|
6339
6339
|
|
|
6340
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
6340
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package/version/update.ts)_
|
|
6341
6341
|
|
|
6342
6342
|
## `sf plugins`
|
|
6343
6343
|
|
|
@@ -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-
|
|
6380
|
+
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.0.11/src/commands/plugins/discover.ts)_
|
|
6381
6381
|
|
|
6382
6382
|
## `sf plugins:inspect PLUGIN...`
|
|
6383
6383
|
|
|
@@ -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
|
|
|
@@ -8573,7 +8573,7 @@ EXAMPLES
|
|
|
8573
8573
|
$ sf update --available
|
|
8574
8574
|
```
|
|
8575
8575
|
|
|
8576
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.1.
|
|
8576
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.1.5/src/commands/update.ts)_
|
|
8577
8577
|
|
|
8578
8578
|
## `sf version`
|
|
8579
8579
|
|
|
@@ -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,44 +1,44 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.22.
|
|
3
|
+
"version": "2.22.5",
|
|
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.5",
|
|
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
|
-
"@oclif/plugin-update": "4.1.
|
|
20
|
+
"@oclif/plugin-update": "4.1.5",
|
|
21
21
|
"@oclif/plugin-version": "2.0.9",
|
|
22
|
-
"@oclif/plugin-warn-if-update-available": "3.0.
|
|
23
|
-
"@oclif/plugin-which": "3.0.
|
|
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.
|
|
26
|
+
"@salesforce/plugin-auth": "3.0.12",
|
|
27
|
+
"@salesforce/plugin-data": "3.0.6",
|
|
28
28
|
"@salesforce/plugin-deploy-retrieve": "2.2.6",
|
|
29
|
-
"@salesforce/plugin-info": "3.0.
|
|
30
|
-
"@salesforce/plugin-limits": "3.0.
|
|
31
|
-
"@salesforce/plugin-marketplace": "1.0.
|
|
32
|
-
"@salesforce/plugin-org": "3.1.
|
|
33
|
-
"@salesforce/plugin-packaging": "1.27.
|
|
29
|
+
"@salesforce/plugin-info": "3.0.8",
|
|
30
|
+
"@salesforce/plugin-limits": "3.0.6",
|
|
31
|
+
"@salesforce/plugin-marketplace": "1.0.11",
|
|
32
|
+
"@salesforce/plugin-org": "3.1.2",
|
|
33
|
+
"@salesforce/plugin-packaging": "1.27.8",
|
|
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
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.
|
|
41
|
+
"@salesforce/plugin-user": "3.1.1",
|
|
42
42
|
"@salesforce/sf-plugins-core": "5.0.8",
|
|
43
43
|
"debug": "^4.3.4"
|
|
44
44
|
},
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"prettier": "^2.8.8",
|
|
76
76
|
"pretty-quick": "^3.1.3",
|
|
77
77
|
"sinon": "^15.2.0",
|
|
78
|
-
"ts-node": "^10.9.
|
|
78
|
+
"ts-node": "^10.9.2",
|
|
79
79
|
"typescript": "^5",
|
|
80
80
|
"wireit": "^0.14.1"
|
|
81
81
|
},
|
|
@@ -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
|
},
|
|
@@ -2532,12 +2532,12 @@
|
|
|
2532
2532
|
}
|
|
2533
2533
|
},
|
|
2534
2534
|
"node_modules/@oclif/plugin-update": {
|
|
2535
|
-
"version": "4.1.
|
|
2536
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.1.
|
|
2537
|
-
"integrity": "sha512-
|
|
2535
|
+
"version": "4.1.5",
|
|
2536
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.1.5.tgz",
|
|
2537
|
+
"integrity": "sha512-i02fInB1+EohvI90RmgP6e49ygjnuWcNf/D42Z5RGYi7cROsg5R7C36vZTY/CxdiqjbKrug/WIFVYbrT+LAQWA==",
|
|
2538
2538
|
"license": "MIT",
|
|
2539
2539
|
"dependencies": {
|
|
2540
|
-
"@oclif/core": "^3.
|
|
2540
|
+
"@oclif/core": "^3.14.1",
|
|
2541
2541
|
"chalk": "^5",
|
|
2542
2542
|
"cross-spawn": "^7.0.3",
|
|
2543
2543
|
"debug": "^4.3.1",
|
|
@@ -2661,12 +2661,12 @@
|
|
|
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"
|
|
@@ -3706,13 +3706,13 @@
|
|
|
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
3717
|
"@salesforce/sf-plugins-core": "^5.0.8",
|
|
3718
3718
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -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": {
|
|
@@ -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",
|
|
@@ -4110,9 +4110,9 @@
|
|
|
4110
4110
|
}
|
|
4111
4111
|
},
|
|
4112
4112
|
"node_modules/@salesforce/plugin-marketplace": {
|
|
4113
|
-
"version": "1.0.
|
|
4114
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.0.
|
|
4115
|
-
"integrity": "sha512-
|
|
4113
|
+
"version": "1.0.11",
|
|
4114
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.0.11.tgz",
|
|
4115
|
+
"integrity": "sha512-oFGtbfi8PSYlBsHWMNUHb5Gq1EPVtcU7C2dQxr+R6M+uHkVMPdc8f/wvkQywTGoc7YP7o/r7N2ECfp7N5vkFIQ==",
|
|
4116
4116
|
"license": "BSD-3-Clause",
|
|
4117
4117
|
"dependencies": {
|
|
4118
4118
|
"@oclif/core": "^3.10.8",
|
|
@@ -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",
|
|
@@ -4293,12 +4293,12 @@
|
|
|
4293
4293
|
}
|
|
4294
4294
|
},
|
|
4295
4295
|
"node_modules/@salesforce/plugin-packaging": {
|
|
4296
|
-
"version": "1.27.
|
|
4297
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-1.27.
|
|
4298
|
-
"integrity": "sha512-
|
|
4296
|
+
"version": "1.27.8",
|
|
4297
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-1.27.8.tgz",
|
|
4298
|
+
"integrity": "sha512-717UqQ8f348n154Qe8ImRGSM1w7/2xu1NjoaXyLXtBLux2me+pKKWiM8CE9LFntZlVD62CLnNhpiC1xJlvbIXA==",
|
|
4299
4299
|
"license": "BSD-3-Clause",
|
|
4300
4300
|
"dependencies": {
|
|
4301
|
-
"@oclif/core": "^3.
|
|
4301
|
+
"@oclif/core": "^3.14.1",
|
|
4302
4302
|
"@salesforce/core": "^6.1.3",
|
|
4303
4303
|
"@salesforce/kit": "^3.0.15",
|
|
4304
4304
|
"@salesforce/packaging": "^3.0.4",
|
|
@@ -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",
|
|
@@ -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"
|
|
@@ -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",
|
|
@@ -9303,15 +9303,15 @@
|
|
|
9303
9303
|
}
|
|
9304
9304
|
},
|
|
9305
9305
|
"node_modules/@salesforce/source-tracking": {
|
|
9306
|
-
"version": "5.1.
|
|
9307
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-5.1.
|
|
9308
|
-
"integrity": "sha512-
|
|
9306
|
+
"version": "5.1.3",
|
|
9307
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-5.1.3.tgz",
|
|
9308
|
+
"integrity": "sha512-X4lHQmpc62RQaW6CiRn4M7rYQ2cftE+bCBaMvTp/HGKq5k+DQIOVQmDU+xYBGiaenxTBXZdX2zwiuXmv3WGImg==",
|
|
9309
9309
|
"license": "BSD-3-Clause",
|
|
9310
9310
|
"dependencies": {
|
|
9311
9311
|
"@oclif/core": "^3.10.8",
|
|
9312
|
-
"@salesforce/core": "^6.
|
|
9312
|
+
"@salesforce/core": "^6.4.0",
|
|
9313
9313
|
"@salesforce/kit": "^3.0.15",
|
|
9314
|
-
"@salesforce/source-deploy-retrieve": "^10.
|
|
9314
|
+
"@salesforce/source-deploy-retrieve": "^10.2.1",
|
|
9315
9315
|
"@salesforce/ts-types": "^2.0.9",
|
|
9316
9316
|
"fast-xml-parser": "^4.2.5",
|
|
9317
9317
|
"graceful-fs": "^4.2.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": {
|
|
@@ -29371,9 +29371,9 @@
|
|
|
29371
29371
|
}
|
|
29372
29372
|
},
|
|
29373
29373
|
"node_modules/ts-node": {
|
|
29374
|
-
"version": "10.9.
|
|
29375
|
-
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.
|
|
29376
|
-
"integrity": "sha512-
|
|
29374
|
+
"version": "10.9.2",
|
|
29375
|
+
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz",
|
|
29376
|
+
"integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==",
|
|
29377
29377
|
"dev": true,
|
|
29378
29378
|
"license": "MIT",
|
|
29379
29379
|
"dependencies": {
|
package/oclif.manifest.json
CHANGED
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.5",
|
|
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,34 +134,34 @@
|
|
|
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
|
-
"@oclif/plugin-update": "4.1.
|
|
143
|
+
"@oclif/plugin-update": "4.1.5",
|
|
144
144
|
"@oclif/plugin-version": "2.0.9",
|
|
145
|
-
"@oclif/plugin-warn-if-update-available": "3.0.
|
|
146
|
-
"@oclif/plugin-which": "3.0.
|
|
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.
|
|
149
|
+
"@salesforce/plugin-auth": "3.0.12",
|
|
150
|
+
"@salesforce/plugin-data": "3.0.6",
|
|
151
151
|
"@salesforce/plugin-deploy-retrieve": "2.2.6",
|
|
152
|
-
"@salesforce/plugin-info": "3.0.
|
|
153
|
-
"@salesforce/plugin-limits": "3.0.
|
|
154
|
-
"@salesforce/plugin-marketplace": "1.0.
|
|
155
|
-
"@salesforce/plugin-org": "3.1.
|
|
156
|
-
"@salesforce/plugin-packaging": "1.27.
|
|
152
|
+
"@salesforce/plugin-info": "3.0.8",
|
|
153
|
+
"@salesforce/plugin-limits": "3.0.6",
|
|
154
|
+
"@salesforce/plugin-marketplace": "1.0.11",
|
|
155
|
+
"@salesforce/plugin-org": "3.1.2",
|
|
156
|
+
"@salesforce/plugin-packaging": "1.27.8",
|
|
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
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.
|
|
164
|
+
"@salesforce/plugin-user": "3.1.1",
|
|
165
165
|
"@salesforce/sf-plugins-core": "5.0.8",
|
|
166
166
|
"debug": "^4.3.4"
|
|
167
167
|
},
|
|
@@ -199,8 +199,8 @@
|
|
|
199
199
|
"resolutions": {
|
|
200
200
|
"@salesforce/schemas": "1.6.1",
|
|
201
201
|
"@salesforce/templates": "59.0.4",
|
|
202
|
-
"@salesforce/source-deploy-retrieve": "10.2.
|
|
203
|
-
"@salesforce/source-tracking": "5.1.
|
|
202
|
+
"@salesforce/source-deploy-retrieve": "10.2.1",
|
|
203
|
+
"@salesforce/source-tracking": "5.1.3"
|
|
204
204
|
},
|
|
205
205
|
"repository": "salesforcecli/cli",
|
|
206
206
|
"scripts": {
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
"prettier": "^2.8.8",
|
|
271
271
|
"pretty-quick": "^3.1.3",
|
|
272
272
|
"sinon": "^15.2.0",
|
|
273
|
-
"ts-node": "^10.9.
|
|
273
|
+
"ts-node": "^10.9.2",
|
|
274
274
|
"typescript": "^5",
|
|
275
275
|
"wireit": "^0.14.1"
|
|
276
276
|
},
|