@salesforce/cli 2.52.4 → 2.52.6
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 +74 -74
- package/npm-shrinkwrap.json +86 -121
- package/oclif.lock +86 -98
- package/oclif.manifest.json +1 -1
- package/package.json +19 -19
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.52.
|
|
27
|
+
@salesforce/cli/2.52.6 linux-x64 node-v20.15.1
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -871,7 +871,7 @@ EXAMPLES
|
|
|
871
871
|
$ sf autocomplete --refresh-cache
|
|
872
872
|
```
|
|
873
873
|
|
|
874
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.1.
|
|
874
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.1.9/src/commands/autocomplete/index.ts)_
|
|
875
875
|
|
|
876
876
|
## `sf commands`
|
|
877
877
|
|
|
@@ -900,7 +900,7 @@ DESCRIPTION
|
|
|
900
900
|
List all sf commands.
|
|
901
901
|
```
|
|
902
902
|
|
|
903
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.0.
|
|
903
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.0.9/src/commands/commands.ts)_
|
|
904
904
|
|
|
905
905
|
## `sf config get`
|
|
906
906
|
|
|
@@ -1157,7 +1157,7 @@ EXAMPLES
|
|
|
1157
1157
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
1158
1158
|
```
|
|
1159
1159
|
|
|
1160
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1160
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.8/src/commands/data/create/file.ts)_
|
|
1161
1161
|
|
|
1162
1162
|
## `sf data create record`
|
|
1163
1163
|
|
|
@@ -1213,7 +1213,7 @@ EXAMPLES
|
|
|
1213
1213
|
TracedEntityId=01p17000000R6bLAAS"
|
|
1214
1214
|
```
|
|
1215
1215
|
|
|
1216
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1216
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.8/src/commands/data/create/record.ts)_
|
|
1217
1217
|
|
|
1218
1218
|
## `sf data delete bulk`
|
|
1219
1219
|
|
|
@@ -1271,7 +1271,7 @@ FLAG DESCRIPTIONS
|
|
|
1271
1271
|
and can be enabled only by a system administrator.
|
|
1272
1272
|
```
|
|
1273
1273
|
|
|
1274
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1274
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.8/src/commands/data/delete/bulk.ts)_
|
|
1275
1275
|
|
|
1276
1276
|
## `sf data delete record`
|
|
1277
1277
|
|
|
@@ -1332,7 +1332,7 @@ EXAMPLES
|
|
|
1332
1332
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1333
1333
|
```
|
|
1334
1334
|
|
|
1335
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1335
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.8/src/commands/data/delete/record.ts)_
|
|
1336
1336
|
|
|
1337
1337
|
## `sf data delete resume`
|
|
1338
1338
|
|
|
@@ -1371,7 +1371,7 @@ EXAMPLES
|
|
|
1371
1371
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
1372
1372
|
```
|
|
1373
1373
|
|
|
1374
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1374
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.8/src/commands/data/delete/resume.ts)_
|
|
1375
1375
|
|
|
1376
1376
|
## `sf data export tree`
|
|
1377
1377
|
|
|
@@ -1432,7 +1432,7 @@ EXAMPLES
|
|
|
1432
1432
|
my-scratch
|
|
1433
1433
|
```
|
|
1434
1434
|
|
|
1435
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1435
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.8/src/commands/data/export/tree.ts)_
|
|
1436
1436
|
|
|
1437
1437
|
## `sf data get record`
|
|
1438
1438
|
|
|
@@ -1496,7 +1496,7 @@ EXAMPLES
|
|
|
1496
1496
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1497
1497
|
```
|
|
1498
1498
|
|
|
1499
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1499
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.8/src/commands/data/get/record.ts)_
|
|
1500
1500
|
|
|
1501
1501
|
## `sf data import tree`
|
|
1502
1502
|
|
|
@@ -1561,7 +1561,7 @@ FLAG DESCRIPTIONS
|
|
|
1561
1561
|
- files(array) - Files: An array of files paths to load
|
|
1562
1562
|
```
|
|
1563
1563
|
|
|
1564
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1564
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.8/src/commands/data/import/tree.ts)_
|
|
1565
1565
|
|
|
1566
1566
|
## `sf data query`
|
|
1567
1567
|
|
|
@@ -1625,7 +1625,7 @@ EXAMPLES
|
|
|
1625
1625
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
1626
1626
|
```
|
|
1627
1627
|
|
|
1628
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1628
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.8/src/commands/data/query.ts)_
|
|
1629
1629
|
|
|
1630
1630
|
## `sf data query resume`
|
|
1631
1631
|
|
|
@@ -1663,7 +1663,7 @@ EXAMPLES
|
|
|
1663
1663
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
1664
1664
|
```
|
|
1665
1665
|
|
|
1666
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1666
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.8/src/commands/data/query/resume.ts)_
|
|
1667
1667
|
|
|
1668
1668
|
## `sf data resume`
|
|
1669
1669
|
|
|
@@ -1700,7 +1700,7 @@ EXAMPLES
|
|
|
1700
1700
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
1701
1701
|
```
|
|
1702
1702
|
|
|
1703
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1703
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.8/src/commands/data/resume.ts)_
|
|
1704
1704
|
|
|
1705
1705
|
## `sf data update record`
|
|
1706
1706
|
|
|
@@ -1762,7 +1762,7 @@ EXAMPLES
|
|
|
1762
1762
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
1763
1763
|
```
|
|
1764
1764
|
|
|
1765
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1765
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.8/src/commands/data/update/record.ts)_
|
|
1766
1766
|
|
|
1767
1767
|
## `sf data upsert bulk`
|
|
1768
1768
|
|
|
@@ -1815,7 +1815,7 @@ EXAMPLES
|
|
|
1815
1815
|
my-scratch
|
|
1816
1816
|
```
|
|
1817
1817
|
|
|
1818
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1818
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.8/src/commands/data/upsert/bulk.ts)_
|
|
1819
1819
|
|
|
1820
1820
|
## `sf data upsert resume`
|
|
1821
1821
|
|
|
@@ -1854,7 +1854,7 @@ EXAMPLES
|
|
|
1854
1854
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
1855
1855
|
```
|
|
1856
1856
|
|
|
1857
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1857
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.8/src/commands/data/upsert/resume.ts)_
|
|
1858
1858
|
|
|
1859
1859
|
## `sf doctor`
|
|
1860
1860
|
|
|
@@ -1949,7 +1949,7 @@ EXAMPLES
|
|
|
1949
1949
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
1950
1950
|
```
|
|
1951
1951
|
|
|
1952
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1952
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.8/src/commands/force/data/bulk/delete.ts)_
|
|
1953
1953
|
|
|
1954
1954
|
## `sf force data bulk status`
|
|
1955
1955
|
|
|
@@ -1986,7 +1986,7 @@ EXAMPLES
|
|
|
1986
1986
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
1987
1987
|
```
|
|
1988
1988
|
|
|
1989
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1989
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.8/src/commands/force/data/bulk/status.ts)_
|
|
1990
1990
|
|
|
1991
1991
|
## `sf force data bulk upsert`
|
|
1992
1992
|
|
|
@@ -2044,7 +2044,7 @@ EXAMPLES
|
|
|
2044
2044
|
--target-org my-scratch
|
|
2045
2045
|
```
|
|
2046
2046
|
|
|
2047
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
2047
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.8/src/commands/force/data/bulk/upsert.ts)_
|
|
2048
2048
|
|
|
2049
2049
|
## `sf help [COMMAND]`
|
|
2050
2050
|
|
|
@@ -2064,7 +2064,7 @@ DESCRIPTION
|
|
|
2064
2064
|
Display help for sf.
|
|
2065
2065
|
```
|
|
2066
2066
|
|
|
2067
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.
|
|
2067
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.7/src/commands/help.ts)_
|
|
2068
2068
|
|
|
2069
2069
|
## `sf info releasenotes display`
|
|
2070
2070
|
|
|
@@ -2438,7 +2438,7 @@ EXAMPLES
|
|
|
2438
2438
|
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
|
|
2439
2439
|
```
|
|
2440
2440
|
|
|
2441
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
2441
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.20/src/commands/org/assign/permset.ts)_
|
|
2442
2442
|
|
|
2443
2443
|
## `sf org assign permsetlicense`
|
|
2444
2444
|
|
|
@@ -2484,7 +2484,7 @@ EXAMPLES
|
|
|
2484
2484
|
user3
|
|
2485
2485
|
```
|
|
2486
2486
|
|
|
2487
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
2487
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.20/src/commands/org/assign/permsetlicense.ts)_
|
|
2488
2488
|
|
|
2489
2489
|
## `sf org create sandbox`
|
|
2490
2490
|
|
|
@@ -2601,7 +2601,7 @@ FLAG DESCRIPTIONS
|
|
|
2601
2601
|
sandbox.
|
|
2602
2602
|
```
|
|
2603
2603
|
|
|
2604
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
2604
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.4.0/src/commands/org/create/sandbox.ts)_
|
|
2605
2605
|
|
|
2606
2606
|
## `sf org create scratch`
|
|
2607
2607
|
|
|
@@ -2755,7 +2755,7 @@ FLAG DESCRIPTIONS
|
|
|
2755
2755
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
2756
2756
|
```
|
|
2757
2757
|
|
|
2758
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
2758
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.4.0/src/commands/org/create/scratch.ts)_
|
|
2759
2759
|
|
|
2760
2760
|
## `sf org create user`
|
|
2761
2761
|
|
|
@@ -2863,7 +2863,7 @@ FLAG DESCRIPTIONS
|
|
|
2863
2863
|
might be different than what you specify in the definition file.
|
|
2864
2864
|
```
|
|
2865
2865
|
|
|
2866
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
2866
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.20/src/commands/org/create/user.ts)_
|
|
2867
2867
|
|
|
2868
2868
|
## `sf org delete sandbox`
|
|
2869
2869
|
|
|
@@ -2909,7 +2909,7 @@ EXAMPLES
|
|
|
2909
2909
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
2910
2910
|
```
|
|
2911
2911
|
|
|
2912
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
2912
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.4.0/src/commands/org/delete/sandbox.ts)_
|
|
2913
2913
|
|
|
2914
2914
|
## `sf org delete scratch`
|
|
2915
2915
|
|
|
@@ -2953,7 +2953,7 @@ EXAMPLES
|
|
|
2953
2953
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
2954
2954
|
```
|
|
2955
2955
|
|
|
2956
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
2956
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.4.0/src/commands/org/delete/scratch.ts)_
|
|
2957
2957
|
|
|
2958
2958
|
## `sf org disable tracking`
|
|
2959
2959
|
|
|
@@ -2992,7 +2992,7 @@ EXAMPLES
|
|
|
2992
2992
|
$ sf org disable tracking
|
|
2993
2993
|
```
|
|
2994
2994
|
|
|
2995
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
2995
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.4.0/src/commands/org/disable/tracking.ts)_
|
|
2996
2996
|
|
|
2997
2997
|
## `sf org display`
|
|
2998
2998
|
|
|
@@ -3037,7 +3037,7 @@ EXAMPLES
|
|
|
3037
3037
|
$ sf org display --target-org TestOrg1 --verbose
|
|
3038
3038
|
```
|
|
3039
3039
|
|
|
3040
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
3040
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.4.0/src/commands/org/display.ts)_
|
|
3041
3041
|
|
|
3042
3042
|
## `sf org display user`
|
|
3043
3043
|
|
|
@@ -3076,7 +3076,7 @@ EXAMPLES
|
|
|
3076
3076
|
$ sf org display user --target-org me@my.org --json
|
|
3077
3077
|
```
|
|
3078
3078
|
|
|
3079
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
3079
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.20/src/commands/org/display/user.ts)_
|
|
3080
3080
|
|
|
3081
3081
|
## `sf org enable tracking`
|
|
3082
3082
|
|
|
@@ -3118,7 +3118,7 @@ EXAMPLES
|
|
|
3118
3118
|
$ sf org enable tracking
|
|
3119
3119
|
```
|
|
3120
3120
|
|
|
3121
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
3121
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.4.0/src/commands/org/enable/tracking.ts)_
|
|
3122
3122
|
|
|
3123
3123
|
## `sf org generate password`
|
|
3124
3124
|
|
|
@@ -3185,7 +3185,7 @@ EXAMPLES
|
|
|
3185
3185
|
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
|
|
3186
3186
|
```
|
|
3187
3187
|
|
|
3188
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
3188
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.20/src/commands/org/generate/password.ts)_
|
|
3189
3189
|
|
|
3190
3190
|
## `sf org list`
|
|
3191
3191
|
|
|
@@ -3224,7 +3224,7 @@ EXAMPLES
|
|
|
3224
3224
|
$ sf org list --clean
|
|
3225
3225
|
```
|
|
3226
3226
|
|
|
3227
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
3227
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.4.0/src/commands/org/list.ts)_
|
|
3228
3228
|
|
|
3229
3229
|
## `sf org list auth`
|
|
3230
3230
|
|
|
@@ -3363,7 +3363,7 @@ FLAG DESCRIPTIONS
|
|
|
3363
3363
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3364
3364
|
```
|
|
3365
3365
|
|
|
3366
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
3366
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.4.0/src/commands/org/list/metadata.ts)_
|
|
3367
3367
|
|
|
3368
3368
|
## `sf org list metadata-types`
|
|
3369
3369
|
|
|
@@ -3418,7 +3418,7 @@ FLAG DESCRIPTIONS
|
|
|
3418
3418
|
Override the api version used for api requests made by this command
|
|
3419
3419
|
```
|
|
3420
3420
|
|
|
3421
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
3421
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.4.0/src/commands/org/list/metadata-types.ts)_
|
|
3422
3422
|
|
|
3423
3423
|
## `sf org list sobject record-counts`
|
|
3424
3424
|
|
|
@@ -3502,7 +3502,7 @@ EXAMPLES
|
|
|
3502
3502
|
$ sf org list users --target-org me@my.org
|
|
3503
3503
|
```
|
|
3504
3504
|
|
|
3505
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
3505
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.20/src/commands/org/list/users.ts)_
|
|
3506
3506
|
|
|
3507
3507
|
## `sf org login access-token`
|
|
3508
3508
|
|
|
@@ -3992,7 +3992,7 @@ EXAMPLES
|
|
|
3992
3992
|
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
|
|
3993
3993
|
```
|
|
3994
3994
|
|
|
3995
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
3995
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.4.0/src/commands/org/open.ts)_
|
|
3996
3996
|
|
|
3997
3997
|
## `sf org refresh sandbox`
|
|
3998
3998
|
|
|
@@ -4069,7 +4069,7 @@ FLAG DESCRIPTIONS
|
|
|
4069
4069
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
4070
4070
|
```
|
|
4071
4071
|
|
|
4072
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
4072
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.4.0/src/commands/org/refresh/sandbox.ts)_
|
|
4073
4073
|
|
|
4074
4074
|
## `sf org resume sandbox`
|
|
4075
4075
|
|
|
@@ -4132,7 +4132,7 @@ FLAG DESCRIPTIONS
|
|
|
4132
4132
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
4133
4133
|
```
|
|
4134
4134
|
|
|
4135
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
4135
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.4.0/src/commands/org/resume/sandbox.ts)_
|
|
4136
4136
|
|
|
4137
4137
|
## `sf org resume scratch`
|
|
4138
4138
|
|
|
@@ -4179,7 +4179,7 @@ FLAG DESCRIPTIONS
|
|
|
4179
4179
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
4180
4180
|
```
|
|
4181
4181
|
|
|
4182
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
4182
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.4.0/src/commands/org/resume/scratch.ts)_
|
|
4183
4183
|
|
|
4184
4184
|
## `sf package create`
|
|
4185
4185
|
|
|
@@ -4258,7 +4258,7 @@ FLAG DESCRIPTIONS
|
|
|
4258
4258
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
4259
4259
|
```
|
|
4260
4260
|
|
|
4261
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
4261
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.4/src/commands/package/create.ts)_
|
|
4262
4262
|
|
|
4263
4263
|
## `sf package delete`
|
|
4264
4264
|
|
|
@@ -4300,7 +4300,7 @@ EXAMPLES
|
|
|
4300
4300
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
4301
4301
|
```
|
|
4302
4302
|
|
|
4303
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
4303
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.4/src/commands/package/delete.ts)_
|
|
4304
4304
|
|
|
4305
4305
|
## `sf package install`
|
|
4306
4306
|
|
|
@@ -4399,7 +4399,7 @@ FLAG DESCRIPTIONS
|
|
|
4399
4399
|
- Delete: Delete all removed components that can be safely deleted, and deprecate the other components.
|
|
4400
4400
|
```
|
|
4401
4401
|
|
|
4402
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
4402
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.4/src/commands/package/install.ts)_
|
|
4403
4403
|
|
|
4404
4404
|
## `sf package install report`
|
|
4405
4405
|
|
|
@@ -4432,7 +4432,7 @@ EXAMPLES
|
|
|
4432
4432
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
4433
4433
|
```
|
|
4434
4434
|
|
|
4435
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
4435
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.4/src/commands/package/install/report.ts)_
|
|
4436
4436
|
|
|
4437
4437
|
## `sf package installed list`
|
|
4438
4438
|
|
|
@@ -4464,7 +4464,7 @@ EXAMPLES
|
|
|
4464
4464
|
$ sf package installed list --target-org me@example.com
|
|
4465
4465
|
```
|
|
4466
4466
|
|
|
4467
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
4467
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.4/src/commands/package/installed/list.ts)_
|
|
4468
4468
|
|
|
4469
4469
|
## `sf package list`
|
|
4470
4470
|
|
|
@@ -4502,7 +4502,7 @@ EXAMPLES
|
|
|
4502
4502
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
4503
4503
|
```
|
|
4504
4504
|
|
|
4505
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
4505
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.4/src/commands/package/list.ts)_
|
|
4506
4506
|
|
|
4507
4507
|
## `sf package uninstall`
|
|
4508
4508
|
|
|
@@ -4550,7 +4550,7 @@ EXAMPLES
|
|
|
4550
4550
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
4551
4551
|
```
|
|
4552
4552
|
|
|
4553
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
4553
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.4/src/commands/package/uninstall.ts)_
|
|
4554
4554
|
|
|
4555
4555
|
## `sf package uninstall report`
|
|
4556
4556
|
|
|
@@ -4583,7 +4583,7 @@ EXAMPLES
|
|
|
4583
4583
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
4584
4584
|
```
|
|
4585
4585
|
|
|
4586
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
4586
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.4/src/commands/package/uninstall/report.ts)_
|
|
4587
4587
|
|
|
4588
4588
|
## `sf package update`
|
|
4589
4589
|
|
|
@@ -4638,7 +4638,7 @@ FLAG DESCRIPTIONS
|
|
|
4638
4638
|
associated with your package.
|
|
4639
4639
|
```
|
|
4640
4640
|
|
|
4641
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
4641
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.4/src/commands/package/update.ts)_
|
|
4642
4642
|
|
|
4643
4643
|
## `sf package version create`
|
|
4644
4644
|
|
|
@@ -4813,7 +4813,7 @@ FLAG DESCRIPTIONS
|
|
|
4813
4813
|
periods of no output from commands.
|
|
4814
4814
|
```
|
|
4815
4815
|
|
|
4816
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
4816
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.4/src/commands/package/version/create.ts)_
|
|
4817
4817
|
|
|
4818
4818
|
## `sf package version create list`
|
|
4819
4819
|
|
|
@@ -4874,7 +4874,7 @@ EXAMPLES
|
|
|
4874
4874
|
$ sf package version create list --created-last-days 0 --status Success
|
|
4875
4875
|
```
|
|
4876
4876
|
|
|
4877
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
4877
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.4/src/commands/package/version/create/list.ts)_
|
|
4878
4878
|
|
|
4879
4879
|
## `sf package version create report`
|
|
4880
4880
|
|
|
@@ -4917,7 +4917,7 @@ EXAMPLES
|
|
|
4917
4917
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
4918
4918
|
```
|
|
4919
4919
|
|
|
4920
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
4920
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.4/src/commands/package/version/create/report.ts)_
|
|
4921
4921
|
|
|
4922
4922
|
## `sf package version delete`
|
|
4923
4923
|
|
|
@@ -4958,7 +4958,7 @@ EXAMPLES
|
|
|
4958
4958
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
4959
4959
|
```
|
|
4960
4960
|
|
|
4961
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
4961
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.4/src/commands/package/version/delete.ts)_
|
|
4962
4962
|
|
|
4963
4963
|
## `sf package version displayancestry`
|
|
4964
4964
|
|
|
@@ -5018,7 +5018,7 @@ FLAG DESCRIPTIONS
|
|
|
5018
5018
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
5019
5019
|
```
|
|
5020
5020
|
|
|
5021
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
5021
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.4/src/commands/package/version/displayancestry.ts)_
|
|
5022
5022
|
|
|
5023
5023
|
## `sf package version list`
|
|
5024
5024
|
|
|
@@ -5094,7 +5094,7 @@ EXAMPLES
|
|
|
5094
5094
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
5095
5095
|
```
|
|
5096
5096
|
|
|
5097
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
5097
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.4/src/commands/package/version/list.ts)_
|
|
5098
5098
|
|
|
5099
5099
|
## `sf package version promote`
|
|
5100
5100
|
|
|
@@ -5138,7 +5138,7 @@ EXAMPLES
|
|
|
5138
5138
|
$ sf package version promote --package "Awesome Package Alias"
|
|
5139
5139
|
```
|
|
5140
5140
|
|
|
5141
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
5141
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.4/src/commands/package/version/promote.ts)_
|
|
5142
5142
|
|
|
5143
5143
|
## `sf package version report`
|
|
5144
5144
|
|
|
@@ -5178,7 +5178,7 @@ EXAMPLES
|
|
|
5178
5178
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
5179
5179
|
```
|
|
5180
5180
|
|
|
5181
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
5181
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.4/src/commands/package/version/report.ts)_
|
|
5182
5182
|
|
|
5183
5183
|
## `sf package version update`
|
|
5184
5184
|
|
|
@@ -5231,7 +5231,7 @@ EXAMPLES
|
|
|
5231
5231
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
5232
5232
|
```
|
|
5233
5233
|
|
|
5234
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
5234
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.4/src/commands/package/version/update.ts)_
|
|
5235
5235
|
|
|
5236
5236
|
## `sf package1 version create`
|
|
5237
5237
|
|
|
@@ -5298,7 +5298,7 @@ FLAG DESCRIPTIONS
|
|
|
5298
5298
|
subscribers.
|
|
5299
5299
|
```
|
|
5300
5300
|
|
|
5301
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
5301
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.4/src/commands/package1/version/create.ts)_
|
|
5302
5302
|
|
|
5303
5303
|
## `sf package1 version create get`
|
|
5304
5304
|
|
|
@@ -5331,7 +5331,7 @@ EXAMPLES
|
|
|
5331
5331
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
5332
5332
|
```
|
|
5333
5333
|
|
|
5334
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
5334
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.4/src/commands/package1/version/create/get.ts)_
|
|
5335
5335
|
|
|
5336
5336
|
## `sf package1 version display`
|
|
5337
5337
|
|
|
@@ -5365,7 +5365,7 @@ EXAMPLES
|
|
|
5365
5365
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
5366
5366
|
```
|
|
5367
5367
|
|
|
5368
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
5368
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.4/src/commands/package1/version/display.ts)_
|
|
5369
5369
|
|
|
5370
5370
|
## `sf package1 version list`
|
|
5371
5371
|
|
|
@@ -5403,7 +5403,7 @@ FLAG DESCRIPTIONS
|
|
|
5403
5403
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
5404
5404
|
```
|
|
5405
5405
|
|
|
5406
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
5406
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.4/src/commands/package1/version/list.ts)_
|
|
5407
5407
|
|
|
5408
5408
|
## `sf plugins`
|
|
5409
5409
|
|
|
@@ -5426,7 +5426,7 @@ EXAMPLES
|
|
|
5426
5426
|
$ sf plugins
|
|
5427
5427
|
```
|
|
5428
5428
|
|
|
5429
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.
|
|
5429
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.9/src/commands/plugins/index.ts)_
|
|
5430
5430
|
|
|
5431
5431
|
## `sf plugins discover`
|
|
5432
5432
|
|
|
@@ -5471,7 +5471,7 @@ EXAMPLES
|
|
|
5471
5471
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
5472
5472
|
```
|
|
5473
5473
|
|
|
5474
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.
|
|
5474
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.9/src/commands/plugins/inspect.ts)_
|
|
5475
5475
|
|
|
5476
5476
|
## `sf plugins install PLUGIN`
|
|
5477
5477
|
|
|
@@ -5520,7 +5520,7 @@ EXAMPLES
|
|
|
5520
5520
|
$ sf plugins install someuser/someplugin
|
|
5521
5521
|
```
|
|
5522
5522
|
|
|
5523
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.
|
|
5523
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.9/src/commands/plugins/install.ts)_
|
|
5524
5524
|
|
|
5525
5525
|
## `sf plugins link PATH`
|
|
5526
5526
|
|
|
@@ -5550,7 +5550,7 @@ EXAMPLES
|
|
|
5550
5550
|
$ sf plugins link @salesforce/plugin-packaging
|
|
5551
5551
|
```
|
|
5552
5552
|
|
|
5553
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.
|
|
5553
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.9/src/commands/plugins/link.ts)_
|
|
5554
5554
|
|
|
5555
5555
|
## `sf plugins reset`
|
|
5556
5556
|
|
|
@@ -5565,7 +5565,7 @@ FLAGS
|
|
|
5565
5565
|
--reinstall Reinstall all plugins after uninstalling.
|
|
5566
5566
|
```
|
|
5567
5567
|
|
|
5568
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.
|
|
5568
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.9/src/commands/plugins/reset.ts)_
|
|
5569
5569
|
|
|
5570
5570
|
## `sf plugins trust verify`
|
|
5571
5571
|
|
|
@@ -5622,7 +5622,7 @@ EXAMPLES
|
|
|
5622
5622
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
5623
5623
|
```
|
|
5624
5624
|
|
|
5625
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.
|
|
5625
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.9/src/commands/plugins/uninstall.ts)_
|
|
5626
5626
|
|
|
5627
5627
|
## `sf plugins update`
|
|
5628
5628
|
|
|
@@ -5640,7 +5640,7 @@ DESCRIPTION
|
|
|
5640
5640
|
Update installed plugins.
|
|
5641
5641
|
```
|
|
5642
5642
|
|
|
5643
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.
|
|
5643
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.9/src/commands/plugins/update.ts)_
|
|
5644
5644
|
|
|
5645
5645
|
## `sf project convert mdapi`
|
|
5646
5646
|
|
|
@@ -7589,7 +7589,7 @@ DESCRIPTION
|
|
|
7589
7589
|
Once you select a command, hit enter and it will show the help for that command.
|
|
7590
7590
|
```
|
|
7591
7591
|
|
|
7592
|
-
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.
|
|
7592
|
+
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.4/src/commands/search.ts)_
|
|
7593
7593
|
|
|
7594
7594
|
## `sf sobject describe`
|
|
7595
7595
|
|
|
@@ -7774,7 +7774,7 @@ EXAMPLES
|
|
|
7774
7774
|
$ sf update --available
|
|
7775
7775
|
```
|
|
7776
7776
|
|
|
7777
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.4.
|
|
7777
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.4.12/src/commands/update.ts)_
|
|
7778
7778
|
|
|
7779
7779
|
## `sf version`
|
|
7780
7780
|
|
|
@@ -7794,7 +7794,7 @@ FLAG DESCRIPTIONS
|
|
|
7794
7794
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
7795
7795
|
```
|
|
7796
7796
|
|
|
7797
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.
|
|
7797
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.9/src/commands/version.ts)_
|
|
7798
7798
|
|
|
7799
7799
|
## `sf visualforce generate component`
|
|
7800
7800
|
|
|
@@ -7934,6 +7934,6 @@ EXAMPLES
|
|
|
7934
7934
|
$ sf which "foo bar baz"
|
|
7935
7935
|
```
|
|
7936
7936
|
|
|
7937
|
-
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.
|
|
7937
|
+
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.9/src/commands/which.ts)_
|
|
7938
7938
|
|
|
7939
7939
|
<!-- commandsstop -->
|