@salesforce/cli 2.46.0 → 2.46.1
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 +96 -96
- package/npm-shrinkwrap.json +773 -2022
- package/oclif.lock +221 -148
- package/oclif.manifest.json +1 -1
- package/package.json +13 -13
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.46.
|
|
27
|
+
@salesforce/cli/2.46.1 linux-x64 node-v20.14.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -204,7 +204,7 @@ EXAMPLES
|
|
|
204
204
|
$ sf alias list
|
|
205
205
|
```
|
|
206
206
|
|
|
207
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.
|
|
207
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.1/src/commands/alias/list.ts)_
|
|
208
208
|
|
|
209
209
|
## `sf alias set`
|
|
210
210
|
|
|
@@ -253,7 +253,7 @@ EXAMPLES
|
|
|
253
253
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
254
254
|
```
|
|
255
255
|
|
|
256
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.
|
|
256
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.1/src/commands/alias/set.ts)_
|
|
257
257
|
|
|
258
258
|
## `sf alias unset`
|
|
259
259
|
|
|
@@ -293,7 +293,7 @@ EXAMPLES
|
|
|
293
293
|
$ sf alias unset --all [--no-prompt]
|
|
294
294
|
```
|
|
295
295
|
|
|
296
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.
|
|
296
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.1/src/commands/alias/unset.ts)_
|
|
297
297
|
|
|
298
298
|
## `sf analytics generate template`
|
|
299
299
|
|
|
@@ -519,7 +519,7 @@ FLAG DESCRIPTIONS
|
|
|
519
519
|
directory.
|
|
520
520
|
```
|
|
521
521
|
|
|
522
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
522
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.15/src/commands/apex/get/log.ts)_
|
|
523
523
|
|
|
524
524
|
## `sf apex get test`
|
|
525
525
|
|
|
@@ -573,7 +573,7 @@ EXAMPLES
|
|
|
573
573
|
me@myorg',
|
|
574
574
|
```
|
|
575
575
|
|
|
576
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
576
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.15/src/commands/apex/get/test.ts)_
|
|
577
577
|
|
|
578
578
|
## `sf apex list log`
|
|
579
579
|
|
|
@@ -613,7 +613,7 @@ EXAMPLES
|
|
|
613
613
|
$ sf apex list log --target-org me@my.org
|
|
614
614
|
```
|
|
615
615
|
|
|
616
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
616
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.15/src/commands/apex/list/log.ts)_
|
|
617
617
|
|
|
618
618
|
## `sf apex run`
|
|
619
619
|
|
|
@@ -660,7 +660,7 @@ EXAMPLES
|
|
|
660
660
|
$ sf apex run
|
|
661
661
|
```
|
|
662
662
|
|
|
663
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
663
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.15/src/commands/apex/run.ts)_
|
|
664
664
|
|
|
665
665
|
## `sf apex run test`
|
|
666
666
|
|
|
@@ -770,7 +770,7 @@ FLAG DESCRIPTIONS
|
|
|
770
770
|
--tests Test1 --tests Test2
|
|
771
771
|
```
|
|
772
772
|
|
|
773
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
773
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.15/src/commands/apex/run/test.ts)_
|
|
774
774
|
|
|
775
775
|
## `sf apex tail log`
|
|
776
776
|
|
|
@@ -813,7 +813,7 @@ EXAMPLES
|
|
|
813
813
|
$ sf apex tail log --color --skip-trace-flag
|
|
814
814
|
```
|
|
815
815
|
|
|
816
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
816
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.15/src/commands/apex/tail/log.ts)_
|
|
817
817
|
|
|
818
818
|
## `sf autocomplete [SHELL]`
|
|
819
819
|
|
|
@@ -922,7 +922,7 @@ CONFIGURATION VARIABLES
|
|
|
922
922
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
923
923
|
```
|
|
924
924
|
|
|
925
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.
|
|
925
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.1/src/commands/config/get.ts)_
|
|
926
926
|
|
|
927
927
|
## `sf config list`
|
|
928
928
|
|
|
@@ -962,7 +962,7 @@ EXAMPLES
|
|
|
962
962
|
$ sf config list
|
|
963
963
|
```
|
|
964
964
|
|
|
965
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.
|
|
965
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.1/src/commands/config/list.ts)_
|
|
966
966
|
|
|
967
967
|
## `sf config set`
|
|
968
968
|
|
|
@@ -1031,7 +1031,7 @@ CONFIGURATION VARIABLES
|
|
|
1031
1031
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1032
1032
|
```
|
|
1033
1033
|
|
|
1034
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.
|
|
1034
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.1/src/commands/config/set.ts)_
|
|
1035
1035
|
|
|
1036
1036
|
## `sf config unset`
|
|
1037
1037
|
|
|
@@ -1081,7 +1081,7 @@ CONFIGURATION VARIABLES
|
|
|
1081
1081
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1082
1082
|
```
|
|
1083
1083
|
|
|
1084
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.
|
|
1084
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.1/src/commands/config/unset.ts)_
|
|
1085
1085
|
|
|
1086
1086
|
## `sf data create file`
|
|
1087
1087
|
|
|
@@ -1130,7 +1130,7 @@ EXAMPLES
|
|
|
1130
1130
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
1131
1131
|
```
|
|
1132
1132
|
|
|
1133
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
1133
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.4/src/commands/data/create/file.ts)_
|
|
1134
1134
|
|
|
1135
1135
|
## `sf data create record`
|
|
1136
1136
|
|
|
@@ -1186,7 +1186,7 @@ EXAMPLES
|
|
|
1186
1186
|
TracedEntityId=01p17000000R6bLAAS"
|
|
1187
1187
|
```
|
|
1188
1188
|
|
|
1189
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
1189
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.4/src/commands/data/create/record.ts)_
|
|
1190
1190
|
|
|
1191
1191
|
## `sf data delete bulk`
|
|
1192
1192
|
|
|
@@ -1233,7 +1233,7 @@ EXAMPLES
|
|
|
1233
1233
|
$ sf data delete bulk --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
1234
1234
|
```
|
|
1235
1235
|
|
|
1236
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
1236
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.4/src/commands/data/delete/bulk.ts)_
|
|
1237
1237
|
|
|
1238
1238
|
## `sf data delete record`
|
|
1239
1239
|
|
|
@@ -1294,7 +1294,7 @@ EXAMPLES
|
|
|
1294
1294
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1295
1295
|
```
|
|
1296
1296
|
|
|
1297
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
1297
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.4/src/commands/data/delete/record.ts)_
|
|
1298
1298
|
|
|
1299
1299
|
## `sf data delete resume`
|
|
1300
1300
|
|
|
@@ -1333,7 +1333,7 @@ EXAMPLES
|
|
|
1333
1333
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
1334
1334
|
```
|
|
1335
1335
|
|
|
1336
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
1336
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.4/src/commands/data/delete/resume.ts)_
|
|
1337
1337
|
|
|
1338
1338
|
## `sf data export beta tree`
|
|
1339
1339
|
|
|
@@ -1391,7 +1391,7 @@ EXAMPLES
|
|
|
1391
1391
|
my-scratch
|
|
1392
1392
|
```
|
|
1393
1393
|
|
|
1394
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
1394
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.4/src/commands/data/export/beta/tree.ts)_
|
|
1395
1395
|
|
|
1396
1396
|
## `sf data export tree`
|
|
1397
1397
|
|
|
@@ -1451,7 +1451,7 @@ EXAMPLES
|
|
|
1451
1451
|
my-scratch
|
|
1452
1452
|
```
|
|
1453
1453
|
|
|
1454
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
1454
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.4/src/commands/data/export/tree.ts)_
|
|
1455
1455
|
|
|
1456
1456
|
## `sf data get record`
|
|
1457
1457
|
|
|
@@ -1515,7 +1515,7 @@ EXAMPLES
|
|
|
1515
1515
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1516
1516
|
```
|
|
1517
1517
|
|
|
1518
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
1518
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.4/src/commands/data/get/record.ts)_
|
|
1519
1519
|
|
|
1520
1520
|
## `sf data import beta tree`
|
|
1521
1521
|
|
|
@@ -1559,7 +1559,7 @@ EXAMPLES
|
|
|
1559
1559
|
$ sf data import beta tree --plan Account-Contact-plan.json
|
|
1560
1560
|
```
|
|
1561
1561
|
|
|
1562
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
1562
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.4/src/commands/data/import/beta/tree.ts)_
|
|
1563
1563
|
|
|
1564
1564
|
## `sf data import tree`
|
|
1565
1565
|
|
|
@@ -1609,7 +1609,7 @@ EXAMPLES
|
|
|
1609
1609
|
$ sf data import tree --plan Account-Contact-plan.json
|
|
1610
1610
|
```
|
|
1611
1611
|
|
|
1612
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
1612
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.4/src/commands/data/import/tree.ts)_
|
|
1613
1613
|
|
|
1614
1614
|
## `sf data query`
|
|
1615
1615
|
|
|
@@ -1673,7 +1673,7 @@ EXAMPLES
|
|
|
1673
1673
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
1674
1674
|
```
|
|
1675
1675
|
|
|
1676
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
1676
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.4/src/commands/data/query.ts)_
|
|
1677
1677
|
|
|
1678
1678
|
## `sf data query resume`
|
|
1679
1679
|
|
|
@@ -1711,7 +1711,7 @@ EXAMPLES
|
|
|
1711
1711
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
1712
1712
|
```
|
|
1713
1713
|
|
|
1714
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
1714
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.4/src/commands/data/query/resume.ts)_
|
|
1715
1715
|
|
|
1716
1716
|
## `sf data resume`
|
|
1717
1717
|
|
|
@@ -1748,7 +1748,7 @@ EXAMPLES
|
|
|
1748
1748
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
1749
1749
|
```
|
|
1750
1750
|
|
|
1751
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
1751
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.4/src/commands/data/resume.ts)_
|
|
1752
1752
|
|
|
1753
1753
|
## `sf data update record`
|
|
1754
1754
|
|
|
@@ -1810,7 +1810,7 @@ EXAMPLES
|
|
|
1810
1810
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
1811
1811
|
```
|
|
1812
1812
|
|
|
1813
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
1813
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.4/src/commands/data/update/record.ts)_
|
|
1814
1814
|
|
|
1815
1815
|
## `sf data upsert bulk`
|
|
1816
1816
|
|
|
@@ -1863,7 +1863,7 @@ EXAMPLES
|
|
|
1863
1863
|
my-scratch
|
|
1864
1864
|
```
|
|
1865
1865
|
|
|
1866
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
1866
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.4/src/commands/data/upsert/bulk.ts)_
|
|
1867
1867
|
|
|
1868
1868
|
## `sf data upsert resume`
|
|
1869
1869
|
|
|
@@ -1902,7 +1902,7 @@ EXAMPLES
|
|
|
1902
1902
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
1903
1903
|
```
|
|
1904
1904
|
|
|
1905
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
1905
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.4/src/commands/data/upsert/resume.ts)_
|
|
1906
1906
|
|
|
1907
1907
|
## `sf doctor`
|
|
1908
1908
|
|
|
@@ -1997,7 +1997,7 @@ EXAMPLES
|
|
|
1997
1997
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
1998
1998
|
```
|
|
1999
1999
|
|
|
2000
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
2000
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.4/src/commands/force/data/bulk/delete.ts)_
|
|
2001
2001
|
|
|
2002
2002
|
## `sf force data bulk status`
|
|
2003
2003
|
|
|
@@ -2034,7 +2034,7 @@ EXAMPLES
|
|
|
2034
2034
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
2035
2035
|
```
|
|
2036
2036
|
|
|
2037
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
2037
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.4/src/commands/force/data/bulk/status.ts)_
|
|
2038
2038
|
|
|
2039
2039
|
## `sf force data bulk upsert`
|
|
2040
2040
|
|
|
@@ -2092,7 +2092,7 @@ EXAMPLES
|
|
|
2092
2092
|
--target-org my-scratch
|
|
2093
2093
|
```
|
|
2094
2094
|
|
|
2095
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
2095
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.4/src/commands/force/data/bulk/upsert.ts)_
|
|
2096
2096
|
|
|
2097
2097
|
## `sf help [COMMAND]`
|
|
2098
2098
|
|
|
@@ -2649,7 +2649,7 @@ FLAG DESCRIPTIONS
|
|
|
2649
2649
|
sandbox.
|
|
2650
2650
|
```
|
|
2651
2651
|
|
|
2652
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
2652
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.0/src/commands/org/create/sandbox.ts)_
|
|
2653
2653
|
|
|
2654
2654
|
## `sf org create scratch`
|
|
2655
2655
|
|
|
@@ -2803,7 +2803,7 @@ FLAG DESCRIPTIONS
|
|
|
2803
2803
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
2804
2804
|
```
|
|
2805
2805
|
|
|
2806
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
2806
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.0/src/commands/org/create/scratch.ts)_
|
|
2807
2807
|
|
|
2808
2808
|
## `sf org create user`
|
|
2809
2809
|
|
|
@@ -2957,7 +2957,7 @@ EXAMPLES
|
|
|
2957
2957
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
2958
2958
|
```
|
|
2959
2959
|
|
|
2960
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
2960
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.0/src/commands/org/delete/sandbox.ts)_
|
|
2961
2961
|
|
|
2962
2962
|
## `sf org delete scratch`
|
|
2963
2963
|
|
|
@@ -3001,7 +3001,7 @@ EXAMPLES
|
|
|
3001
3001
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
3002
3002
|
```
|
|
3003
3003
|
|
|
3004
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
3004
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.0/src/commands/org/delete/scratch.ts)_
|
|
3005
3005
|
|
|
3006
3006
|
## `sf org disable tracking`
|
|
3007
3007
|
|
|
@@ -3040,7 +3040,7 @@ EXAMPLES
|
|
|
3040
3040
|
$ sf org disable tracking
|
|
3041
3041
|
```
|
|
3042
3042
|
|
|
3043
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
3043
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.0/src/commands/org/disable/tracking.ts)_
|
|
3044
3044
|
|
|
3045
3045
|
## `sf org display`
|
|
3046
3046
|
|
|
@@ -3085,7 +3085,7 @@ EXAMPLES
|
|
|
3085
3085
|
$ sf org display --target-org TestOrg1 --verbose
|
|
3086
3086
|
```
|
|
3087
3087
|
|
|
3088
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
3088
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.0/src/commands/org/display.ts)_
|
|
3089
3089
|
|
|
3090
3090
|
## `sf org display user`
|
|
3091
3091
|
|
|
@@ -3166,7 +3166,7 @@ EXAMPLES
|
|
|
3166
3166
|
$ sf org enable tracking
|
|
3167
3167
|
```
|
|
3168
3168
|
|
|
3169
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
3169
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.0/src/commands/org/enable/tracking.ts)_
|
|
3170
3170
|
|
|
3171
3171
|
## `sf org generate password`
|
|
3172
3172
|
|
|
@@ -3272,7 +3272,7 @@ EXAMPLES
|
|
|
3272
3272
|
$ sf org list --clean
|
|
3273
3273
|
```
|
|
3274
3274
|
|
|
3275
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
3275
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.0/src/commands/org/list.ts)_
|
|
3276
3276
|
|
|
3277
3277
|
## `sf org list auth`
|
|
3278
3278
|
|
|
@@ -3304,7 +3304,7 @@ EXAMPLES
|
|
|
3304
3304
|
$ sf org list auth
|
|
3305
3305
|
```
|
|
3306
3306
|
|
|
3307
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3307
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.18/src/commands/org/list/auth.ts)_
|
|
3308
3308
|
|
|
3309
3309
|
## `sf org list limits`
|
|
3310
3310
|
|
|
@@ -3411,7 +3411,7 @@ FLAG DESCRIPTIONS
|
|
|
3411
3411
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3412
3412
|
```
|
|
3413
3413
|
|
|
3414
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
3414
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.0/src/commands/org/list/metadata.ts)_
|
|
3415
3415
|
|
|
3416
3416
|
## `sf org list metadata-types`
|
|
3417
3417
|
|
|
@@ -3466,7 +3466,7 @@ FLAG DESCRIPTIONS
|
|
|
3466
3466
|
Override the api version used for api requests made by this command
|
|
3467
3467
|
```
|
|
3468
3468
|
|
|
3469
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
3469
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.0/src/commands/org/list/metadata-types.ts)_
|
|
3470
3470
|
|
|
3471
3471
|
## `sf org list sobject record-counts`
|
|
3472
3472
|
|
|
@@ -3604,7 +3604,7 @@ FLAG DESCRIPTIONS
|
|
|
3604
3604
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3605
3605
|
```
|
|
3606
3606
|
|
|
3607
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3607
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.18/src/commands/org/login/access-token.ts)_
|
|
3608
3608
|
|
|
3609
3609
|
## `sf org login device`
|
|
3610
3610
|
|
|
@@ -3664,7 +3664,7 @@ FLAG DESCRIPTIONS
|
|
|
3664
3664
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3665
3665
|
```
|
|
3666
3666
|
|
|
3667
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3667
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.18/src/commands/org/login/device.ts)_
|
|
3668
3668
|
|
|
3669
3669
|
## `sf org login jwt`
|
|
3670
3670
|
|
|
@@ -3755,7 +3755,7 @@ FLAG DESCRIPTIONS
|
|
|
3755
3755
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3756
3756
|
```
|
|
3757
3757
|
|
|
3758
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3758
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.18/src/commands/org/login/jwt.ts)_
|
|
3759
3759
|
|
|
3760
3760
|
## `sf org login sfdx-url`
|
|
3761
3761
|
|
|
@@ -3820,7 +3820,7 @@ EXAMPLES
|
|
|
3820
3820
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
3821
3821
|
```
|
|
3822
3822
|
|
|
3823
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3823
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.18/src/commands/org/login/sfdx-url.ts)_
|
|
3824
3824
|
|
|
3825
3825
|
## `sf org login web`
|
|
3826
3826
|
|
|
@@ -3907,7 +3907,7 @@ FLAG DESCRIPTIONS
|
|
|
3907
3907
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3908
3908
|
```
|
|
3909
3909
|
|
|
3910
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3910
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.18/src/commands/org/login/web.ts)_
|
|
3911
3911
|
|
|
3912
3912
|
## `sf org logout`
|
|
3913
3913
|
|
|
@@ -3968,7 +3968,7 @@ FLAG DESCRIPTIONS
|
|
|
3968
3968
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
3969
3969
|
```
|
|
3970
3970
|
|
|
3971
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3971
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.18/src/commands/org/logout.ts)_
|
|
3972
3972
|
|
|
3973
3973
|
## `sf org open`
|
|
3974
3974
|
|
|
@@ -4040,7 +4040,7 @@ EXAMPLES
|
|
|
4040
4040
|
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
|
|
4041
4041
|
```
|
|
4042
4042
|
|
|
4043
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
4043
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.0/src/commands/org/open.ts)_
|
|
4044
4044
|
|
|
4045
4045
|
## `sf org refresh sandbox`
|
|
4046
4046
|
|
|
@@ -4119,7 +4119,7 @@ FLAG DESCRIPTIONS
|
|
|
4119
4119
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
4120
4120
|
```
|
|
4121
4121
|
|
|
4122
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
4122
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.0/src/commands/org/refresh/sandbox.ts)_
|
|
4123
4123
|
|
|
4124
4124
|
## `sf org resume sandbox`
|
|
4125
4125
|
|
|
@@ -4182,7 +4182,7 @@ FLAG DESCRIPTIONS
|
|
|
4182
4182
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
4183
4183
|
```
|
|
4184
4184
|
|
|
4185
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
4185
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.0/src/commands/org/resume/sandbox.ts)_
|
|
4186
4186
|
|
|
4187
4187
|
## `sf org resume scratch`
|
|
4188
4188
|
|
|
@@ -4229,7 +4229,7 @@ FLAG DESCRIPTIONS
|
|
|
4229
4229
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
4230
4230
|
```
|
|
4231
4231
|
|
|
4232
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
4232
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.0/src/commands/org/resume/scratch.ts)_
|
|
4233
4233
|
|
|
4234
4234
|
## `sf package create`
|
|
4235
4235
|
|
|
@@ -4308,7 +4308,7 @@ FLAG DESCRIPTIONS
|
|
|
4308
4308
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
4309
4309
|
```
|
|
4310
4310
|
|
|
4311
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
4311
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.6/src/commands/package/create.ts)_
|
|
4312
4312
|
|
|
4313
4313
|
## `sf package delete`
|
|
4314
4314
|
|
|
@@ -4350,7 +4350,7 @@ EXAMPLES
|
|
|
4350
4350
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
4351
4351
|
```
|
|
4352
4352
|
|
|
4353
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
4353
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.6/src/commands/package/delete.ts)_
|
|
4354
4354
|
|
|
4355
4355
|
## `sf package install`
|
|
4356
4356
|
|
|
@@ -4448,7 +4448,7 @@ FLAG DESCRIPTIONS
|
|
|
4448
4448
|
specify DeprecateOnly or Delete only for unlocked package upgrades.
|
|
4449
4449
|
```
|
|
4450
4450
|
|
|
4451
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
4451
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.6/src/commands/package/install.ts)_
|
|
4452
4452
|
|
|
4453
4453
|
## `sf package install report`
|
|
4454
4454
|
|
|
@@ -4481,7 +4481,7 @@ EXAMPLES
|
|
|
4481
4481
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
4482
4482
|
```
|
|
4483
4483
|
|
|
4484
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
4484
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.6/src/commands/package/install/report.ts)_
|
|
4485
4485
|
|
|
4486
4486
|
## `sf package installed list`
|
|
4487
4487
|
|
|
@@ -4513,7 +4513,7 @@ EXAMPLES
|
|
|
4513
4513
|
$ sf package installed list --target-org me@example.com
|
|
4514
4514
|
```
|
|
4515
4515
|
|
|
4516
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
4516
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.6/src/commands/package/installed/list.ts)_
|
|
4517
4517
|
|
|
4518
4518
|
## `sf package list`
|
|
4519
4519
|
|
|
@@ -4551,7 +4551,7 @@ EXAMPLES
|
|
|
4551
4551
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
4552
4552
|
```
|
|
4553
4553
|
|
|
4554
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
4554
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.6/src/commands/package/list.ts)_
|
|
4555
4555
|
|
|
4556
4556
|
## `sf package uninstall`
|
|
4557
4557
|
|
|
@@ -4599,7 +4599,7 @@ EXAMPLES
|
|
|
4599
4599
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
4600
4600
|
```
|
|
4601
4601
|
|
|
4602
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
4602
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.6/src/commands/package/uninstall.ts)_
|
|
4603
4603
|
|
|
4604
4604
|
## `sf package uninstall report`
|
|
4605
4605
|
|
|
@@ -4632,7 +4632,7 @@ EXAMPLES
|
|
|
4632
4632
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
4633
4633
|
```
|
|
4634
4634
|
|
|
4635
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
4635
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.6/src/commands/package/uninstall/report.ts)_
|
|
4636
4636
|
|
|
4637
4637
|
## `sf package update`
|
|
4638
4638
|
|
|
@@ -4687,7 +4687,7 @@ FLAG DESCRIPTIONS
|
|
|
4687
4687
|
associated with your package.
|
|
4688
4688
|
```
|
|
4689
4689
|
|
|
4690
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
4690
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.6/src/commands/package/update.ts)_
|
|
4691
4691
|
|
|
4692
4692
|
## `sf package version create`
|
|
4693
4693
|
|
|
@@ -4842,7 +4842,7 @@ FLAG DESCRIPTIONS
|
|
|
4842
4842
|
periods of no output from commands.
|
|
4843
4843
|
```
|
|
4844
4844
|
|
|
4845
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
4845
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.6/src/commands/package/version/create.ts)_
|
|
4846
4846
|
|
|
4847
4847
|
## `sf package version create list`
|
|
4848
4848
|
|
|
@@ -4903,7 +4903,7 @@ EXAMPLES
|
|
|
4903
4903
|
$ sf package version create list --created-last-days 0 --status Success
|
|
4904
4904
|
```
|
|
4905
4905
|
|
|
4906
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
4906
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.6/src/commands/package/version/create/list.ts)_
|
|
4907
4907
|
|
|
4908
4908
|
## `sf package version create report`
|
|
4909
4909
|
|
|
@@ -4946,7 +4946,7 @@ EXAMPLES
|
|
|
4946
4946
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
4947
4947
|
```
|
|
4948
4948
|
|
|
4949
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
4949
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.6/src/commands/package/version/create/report.ts)_
|
|
4950
4950
|
|
|
4951
4951
|
## `sf package version delete`
|
|
4952
4952
|
|
|
@@ -4985,7 +4985,7 @@ EXAMPLES
|
|
|
4985
4985
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
4986
4986
|
```
|
|
4987
4987
|
|
|
4988
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
4988
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.6/src/commands/package/version/delete.ts)_
|
|
4989
4989
|
|
|
4990
4990
|
## `sf package version displayancestry`
|
|
4991
4991
|
|
|
@@ -5045,7 +5045,7 @@ FLAG DESCRIPTIONS
|
|
|
5045
5045
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
5046
5046
|
```
|
|
5047
5047
|
|
|
5048
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
5048
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.6/src/commands/package/version/displayancestry.ts)_
|
|
5049
5049
|
|
|
5050
5050
|
## `sf package version list`
|
|
5051
5051
|
|
|
@@ -5114,7 +5114,7 @@ EXAMPLES
|
|
|
5114
5114
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
5115
5115
|
```
|
|
5116
5116
|
|
|
5117
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
5117
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.6/src/commands/package/version/list.ts)_
|
|
5118
5118
|
|
|
5119
5119
|
## `sf package version promote`
|
|
5120
5120
|
|
|
@@ -5158,7 +5158,7 @@ EXAMPLES
|
|
|
5158
5158
|
$ sf package version promote --package "Awesome Package Alias"
|
|
5159
5159
|
```
|
|
5160
5160
|
|
|
5161
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
5161
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.6/src/commands/package/version/promote.ts)_
|
|
5162
5162
|
|
|
5163
5163
|
## `sf package version report`
|
|
5164
5164
|
|
|
@@ -5198,7 +5198,7 @@ EXAMPLES
|
|
|
5198
5198
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
5199
5199
|
```
|
|
5200
5200
|
|
|
5201
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
5201
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.6/src/commands/package/version/report.ts)_
|
|
5202
5202
|
|
|
5203
5203
|
## `sf package version update`
|
|
5204
5204
|
|
|
@@ -5251,7 +5251,7 @@ EXAMPLES
|
|
|
5251
5251
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
5252
5252
|
```
|
|
5253
5253
|
|
|
5254
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
5254
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.6/src/commands/package/version/update.ts)_
|
|
5255
5255
|
|
|
5256
5256
|
## `sf package1 version create`
|
|
5257
5257
|
|
|
@@ -5318,7 +5318,7 @@ FLAG DESCRIPTIONS
|
|
|
5318
5318
|
subscribers.
|
|
5319
5319
|
```
|
|
5320
5320
|
|
|
5321
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
5321
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.6/src/commands/package1/version/create.ts)_
|
|
5322
5322
|
|
|
5323
5323
|
## `sf package1 version create get`
|
|
5324
5324
|
|
|
@@ -5351,7 +5351,7 @@ EXAMPLES
|
|
|
5351
5351
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
5352
5352
|
```
|
|
5353
5353
|
|
|
5354
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
5354
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.6/src/commands/package1/version/create/get.ts)_
|
|
5355
5355
|
|
|
5356
5356
|
## `sf package1 version display`
|
|
5357
5357
|
|
|
@@ -5385,7 +5385,7 @@ EXAMPLES
|
|
|
5385
5385
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
5386
5386
|
```
|
|
5387
5387
|
|
|
5388
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
5388
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.6/src/commands/package1/version/display.ts)_
|
|
5389
5389
|
|
|
5390
5390
|
## `sf package1 version list`
|
|
5391
5391
|
|
|
@@ -5423,7 +5423,7 @@ FLAG DESCRIPTIONS
|
|
|
5423
5423
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
5424
5424
|
```
|
|
5425
5425
|
|
|
5426
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.
|
|
5426
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.6/src/commands/package1/version/list.ts)_
|
|
5427
5427
|
|
|
5428
5428
|
## `sf plugins`
|
|
5429
5429
|
|
|
@@ -5614,7 +5614,7 @@ EXAMPLES
|
|
|
5614
5614
|
$ sf plugins trust verify --npm @scope/npmName
|
|
5615
5615
|
```
|
|
5616
5616
|
|
|
5617
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.
|
|
5617
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.5/src/commands/plugins/trust/verify.ts)_
|
|
5618
5618
|
|
|
5619
5619
|
## `sf plugins uninstall [PLUGIN]`
|
|
5620
5620
|
|
|
@@ -5723,7 +5723,7 @@ FLAG DESCRIPTIONS
|
|
|
5723
5723
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5724
5724
|
```
|
|
5725
5725
|
|
|
5726
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
5726
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0/src/commands/project/convert/mdapi.ts)_
|
|
5727
5727
|
|
|
5728
5728
|
## `sf project convert source`
|
|
5729
5729
|
|
|
@@ -5735,7 +5735,7 @@ USAGE
|
|
|
5735
5735
|
[-p <value>... | -x <value> | -m <value>...]
|
|
5736
5736
|
|
|
5737
5737
|
FLAGS
|
|
5738
|
-
-d, --output-dir=<value> [default:
|
|
5738
|
+
-d, --output-dir=<value> [default: metadataPackage_1717649514619] Output directory to store the Metadata
|
|
5739
5739
|
API–formatted files in.
|
|
5740
5740
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
5741
5741
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -5796,7 +5796,7 @@ FLAG DESCRIPTIONS
|
|
|
5796
5796
|
Override the api version used for api requests made by this command
|
|
5797
5797
|
```
|
|
5798
5798
|
|
|
5799
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
5799
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0/src/commands/project/convert/source.ts)_
|
|
5800
5800
|
|
|
5801
5801
|
## `sf project convert source-behavior`
|
|
5802
5802
|
|
|
@@ -5853,7 +5853,7 @@ EXAMPLES
|
|
|
5853
5853
|
$ sf project convert source-behavior --behavior decomposeCustomLabelsBeta --dry-run --preserve-temp-dir
|
|
5854
5854
|
```
|
|
5855
5855
|
|
|
5856
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
5856
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0/src/commands/project/convert/source-behavior.ts)_
|
|
5857
5857
|
|
|
5858
5858
|
## `sf project delete source`
|
|
5859
5859
|
|
|
@@ -5993,7 +5993,7 @@ FLAG DESCRIPTIONS
|
|
|
5993
5993
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
5994
5994
|
```
|
|
5995
5995
|
|
|
5996
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
5996
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0/src/commands/project/delete/source.ts)_
|
|
5997
5997
|
|
|
5998
5998
|
## `sf project delete tracking`
|
|
5999
5999
|
|
|
@@ -6030,7 +6030,7 @@ EXAMPLES
|
|
|
6030
6030
|
$ sf project delete tracking --target-org my-scratch
|
|
6031
6031
|
```
|
|
6032
6032
|
|
|
6033
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6033
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0/src/commands/project/delete/tracking.ts)_
|
|
6034
6034
|
|
|
6035
6035
|
## `sf project deploy cancel`
|
|
6036
6036
|
|
|
@@ -6102,7 +6102,7 @@ FLAG DESCRIPTIONS
|
|
|
6102
6102
|
project deploy report".
|
|
6103
6103
|
```
|
|
6104
6104
|
|
|
6105
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6105
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0/src/commands/project/deploy/cancel.ts)_
|
|
6106
6106
|
|
|
6107
6107
|
## `sf project deploy preview`
|
|
6108
6108
|
|
|
@@ -6185,7 +6185,7 @@ FLAG DESCRIPTIONS
|
|
|
6185
6185
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6186
6186
|
```
|
|
6187
6187
|
|
|
6188
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6188
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0/src/commands/project/deploy/preview.ts)_
|
|
6189
6189
|
|
|
6190
6190
|
## `sf project deploy quick`
|
|
6191
6191
|
|
|
@@ -6227,7 +6227,7 @@ DESCRIPTION
|
|
|
6227
6227
|
This command doesn’t attempt to merge your source with the versions in your org.
|
|
6228
6228
|
|
|
6229
6229
|
Note: Don't use this command on sandboxes; the command is intended to be used on production orgs. By default,
|
|
6230
|
-
sandboxes don't run tests during a deploy. Use
|
|
6230
|
+
sandboxes don't run tests during a deploy. Use "sf project deploy start" instead.
|
|
6231
6231
|
|
|
6232
6232
|
ALIASES
|
|
6233
6233
|
$ sf deploy metadata quick
|
|
@@ -6278,7 +6278,7 @@ ERROR CODES
|
|
|
6278
6278
|
Canceling (69) The deploy is being canceled.
|
|
6279
6279
|
```
|
|
6280
6280
|
|
|
6281
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6281
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0/src/commands/project/deploy/quick.ts)_
|
|
6282
6282
|
|
|
6283
6283
|
## `sf project deploy report`
|
|
6284
6284
|
|
|
@@ -6370,7 +6370,7 @@ FLAG DESCRIPTIONS
|
|
|
6370
6370
|
--coverage-formatters lcov --coverage-formatters clover
|
|
6371
6371
|
```
|
|
6372
6372
|
|
|
6373
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6373
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0/src/commands/project/deploy/report.ts)_
|
|
6374
6374
|
|
|
6375
6375
|
## `sf project deploy resume`
|
|
6376
6376
|
|
|
@@ -6467,7 +6467,7 @@ ERROR CODES
|
|
|
6467
6467
|
Canceling (69) The deploy is being canceled.
|
|
6468
6468
|
```
|
|
6469
6469
|
|
|
6470
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6470
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0/src/commands/project/deploy/resume.ts)_
|
|
6471
6471
|
|
|
6472
6472
|
## `sf project deploy start`
|
|
6473
6473
|
|
|
@@ -6710,7 +6710,7 @@ ERROR CODES
|
|
|
6710
6710
|
Canceling (69) The deploy is being canceled.
|
|
6711
6711
|
```
|
|
6712
6712
|
|
|
6713
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6713
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0/src/commands/project/deploy/start.ts)_
|
|
6714
6714
|
|
|
6715
6715
|
## `sf project deploy validate`
|
|
6716
6716
|
|
|
@@ -6900,7 +6900,7 @@ ERROR CODES
|
|
|
6900
6900
|
Canceling (69) The deploy is being canceled.
|
|
6901
6901
|
```
|
|
6902
6902
|
|
|
6903
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6903
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0/src/commands/project/deploy/validate.ts)_
|
|
6904
6904
|
|
|
6905
6905
|
## `sf project generate`
|
|
6906
6906
|
|
|
@@ -7082,7 +7082,7 @@ EXAMPLES
|
|
|
7082
7082
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
7083
7083
|
```
|
|
7084
7084
|
|
|
7085
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
7085
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0/src/commands/project/generate/manifest.ts)_
|
|
7086
7086
|
|
|
7087
7087
|
## `sf project list ignored`
|
|
7088
7088
|
|
|
@@ -7124,7 +7124,7 @@ EXAMPLES
|
|
|
7124
7124
|
$ sf project list ignored --source-dir package.xml
|
|
7125
7125
|
```
|
|
7126
7126
|
|
|
7127
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
7127
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0/src/commands/project/list/ignored.ts)_
|
|
7128
7128
|
|
|
7129
7129
|
## `sf project reset tracking`
|
|
7130
7130
|
|
|
@@ -7173,7 +7173,7 @@ EXAMPLES
|
|
|
7173
7173
|
$ sf project reset tracking --revision 30
|
|
7174
7174
|
```
|
|
7175
7175
|
|
|
7176
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
7176
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0/src/commands/project/reset/tracking.ts)_
|
|
7177
7177
|
|
|
7178
7178
|
## `sf project retrieve preview`
|
|
7179
7179
|
|
|
@@ -7227,7 +7227,7 @@ FLAG DESCRIPTIONS
|
|
|
7227
7227
|
production orgs.
|
|
7228
7228
|
```
|
|
7229
7229
|
|
|
7230
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
7230
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0/src/commands/project/retrieve/preview.ts)_
|
|
7231
7231
|
|
|
7232
7232
|
## `sf project retrieve start`
|
|
7233
7233
|
|
|
@@ -7394,7 +7394,7 @@ ENVIRONMENT VARIABLES
|
|
|
7394
7394
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
7395
7395
|
```
|
|
7396
7396
|
|
|
7397
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
7397
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0/src/commands/project/retrieve/start.ts)_
|
|
7398
7398
|
|
|
7399
7399
|
## `sf schema generate field`
|
|
7400
7400
|
|