@salesforce/cli 2.98.4 → 2.98.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 +108 -108
- package/npm-shrinkwrap.json +315 -712
- package/oclif.lock +107 -165
- package/oclif.manifest.json +372 -372
- package/package.json +21 -21
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
|
|
|
25
25
|
$ sf COMMAND
|
|
26
26
|
running command...
|
|
27
27
|
$ sf (--version|-v)
|
|
28
|
-
@salesforce/cli/2.98.
|
|
28
|
+
@salesforce/cli/2.98.6 linux-x64 node-v22.17.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -262,7 +262,7 @@ EXAMPLES
|
|
|
262
262
|
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
|
|
263
263
|
```
|
|
264
264
|
|
|
265
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.
|
|
265
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.3/src/commands/agent/create.ts)_
|
|
266
266
|
|
|
267
267
|
## `sf agent generate agent-spec`
|
|
268
268
|
|
|
@@ -367,7 +367,7 @@ EXAMPLES
|
|
|
367
367
|
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
|
|
368
368
|
```
|
|
369
369
|
|
|
370
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.
|
|
370
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.3/src/commands/agent/generate/agent-spec.ts)_
|
|
371
371
|
|
|
372
372
|
## `sf agent generate template`
|
|
373
373
|
|
|
@@ -415,7 +415,7 @@ EXAMPLES
|
|
|
415
415
|
force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
|
|
416
416
|
```
|
|
417
417
|
|
|
418
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.
|
|
418
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.3/src/commands/agent/generate/template.ts)_
|
|
419
419
|
|
|
420
420
|
## `sf agent generate test-spec`
|
|
421
421
|
|
|
@@ -473,7 +473,7 @@ EXAMPLES
|
|
|
473
473
|
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
|
|
474
474
|
```
|
|
475
475
|
|
|
476
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.
|
|
476
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.3/src/commands/agent/generate/test-spec.ts)_
|
|
477
477
|
|
|
478
478
|
## `sf agent preview`
|
|
479
479
|
|
|
@@ -570,7 +570,7 @@ EXAMPLES
|
|
|
570
570
|
"transcripts/my-preview"
|
|
571
571
|
```
|
|
572
572
|
|
|
573
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.
|
|
573
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.3/src/commands/agent/preview.ts)_
|
|
574
574
|
|
|
575
575
|
## `sf agent test create`
|
|
576
576
|
|
|
@@ -625,7 +625,7 @@ EXAMPLES
|
|
|
625
625
|
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
|
|
626
626
|
```
|
|
627
627
|
|
|
628
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.
|
|
628
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.3/src/commands/agent/test/create.ts)_
|
|
629
629
|
|
|
630
630
|
## `sf agent test list`
|
|
631
631
|
|
|
@@ -660,7 +660,7 @@ EXAMPLES
|
|
|
660
660
|
$ sf agent test list --target-org my-org
|
|
661
661
|
```
|
|
662
662
|
|
|
663
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.
|
|
663
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.3/src/commands/agent/test/list.ts)_
|
|
664
664
|
|
|
665
665
|
## `sf agent test results`
|
|
666
666
|
|
|
@@ -716,7 +716,7 @@ FLAG DESCRIPTIONS
|
|
|
716
716
|
test results aren't written.
|
|
717
717
|
```
|
|
718
718
|
|
|
719
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.
|
|
719
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.3/src/commands/agent/test/results.ts)_
|
|
720
720
|
|
|
721
721
|
## `sf agent test resume`
|
|
722
722
|
|
|
@@ -779,7 +779,7 @@ FLAG DESCRIPTIONS
|
|
|
779
779
|
test results aren't written.
|
|
780
780
|
```
|
|
781
781
|
|
|
782
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.
|
|
782
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.3/src/commands/agent/test/resume.ts)_
|
|
783
783
|
|
|
784
784
|
## `sf agent test run`
|
|
785
785
|
|
|
@@ -843,7 +843,7 @@ FLAG DESCRIPTIONS
|
|
|
843
843
|
test results aren't written.
|
|
844
844
|
```
|
|
845
845
|
|
|
846
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.
|
|
846
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.3/src/commands/agent/test/run.ts)_
|
|
847
847
|
|
|
848
848
|
## `sf alias list`
|
|
849
849
|
|
|
@@ -1002,7 +1002,7 @@ FLAG DESCRIPTIONS
|
|
|
1002
1002
|
directory.
|
|
1003
1003
|
```
|
|
1004
1004
|
|
|
1005
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
1005
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.54/src/commands/analytics/generate/template.ts)_
|
|
1006
1006
|
|
|
1007
1007
|
## `sf apex generate class`
|
|
1008
1008
|
|
|
@@ -1061,7 +1061,7 @@ FLAG DESCRIPTIONS
|
|
|
1061
1061
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
1062
1062
|
```
|
|
1063
1063
|
|
|
1064
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
1064
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.54/src/commands/apex/generate/class.ts)_
|
|
1065
1065
|
|
|
1066
1066
|
## `sf apex generate trigger`
|
|
1067
1067
|
|
|
@@ -1130,7 +1130,7 @@ FLAG DESCRIPTIONS
|
|
|
1130
1130
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
1131
1131
|
```
|
|
1132
1132
|
|
|
1133
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
1133
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.54/src/commands/apex/generate/trigger.ts)_
|
|
1134
1134
|
|
|
1135
1135
|
## `sf apex get log`
|
|
1136
1136
|
|
|
@@ -1712,7 +1712,7 @@ EXAMPLES
|
|
|
1712
1712
|
$ sf autocomplete --refresh-cache
|
|
1713
1713
|
```
|
|
1714
1714
|
|
|
1715
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.
|
|
1715
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.33/src/commands/autocomplete/index.ts)_
|
|
1716
1716
|
|
|
1717
1717
|
## `sf commands`
|
|
1718
1718
|
|
|
@@ -1994,7 +1994,7 @@ EXAMPLES
|
|
|
1994
1994
|
$ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
|
|
1995
1995
|
```
|
|
1996
1996
|
|
|
1997
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1997
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/bulk/results.ts)_
|
|
1998
1998
|
|
|
1999
1999
|
## `sf data create file`
|
|
2000
2000
|
|
|
@@ -2043,7 +2043,7 @@ EXAMPLES
|
|
|
2043
2043
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
2044
2044
|
```
|
|
2045
2045
|
|
|
2046
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2046
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/create/file.ts)_
|
|
2047
2047
|
|
|
2048
2048
|
## `sf data create record`
|
|
2049
2049
|
|
|
@@ -2099,7 +2099,7 @@ EXAMPLES
|
|
|
2099
2099
|
TracedEntityId=01p17000000R6bLAAS"
|
|
2100
2100
|
```
|
|
2101
2101
|
|
|
2102
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2102
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/create/record.ts)_
|
|
2103
2103
|
|
|
2104
2104
|
## `sf data delete bulk`
|
|
2105
2105
|
|
|
@@ -2159,7 +2159,7 @@ FLAG DESCRIPTIONS
|
|
|
2159
2159
|
and can be enabled only by a system administrator.
|
|
2160
2160
|
```
|
|
2161
2161
|
|
|
2162
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2162
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/delete/bulk.ts)_
|
|
2163
2163
|
|
|
2164
2164
|
## `sf data delete record`
|
|
2165
2165
|
|
|
@@ -2220,7 +2220,7 @@ EXAMPLES
|
|
|
2220
2220
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
2221
2221
|
```
|
|
2222
2222
|
|
|
2223
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2223
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/delete/record.ts)_
|
|
2224
2224
|
|
|
2225
2225
|
## `sf data delete resume`
|
|
2226
2226
|
|
|
@@ -2259,7 +2259,7 @@ EXAMPLES
|
|
|
2259
2259
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
2260
2260
|
```
|
|
2261
2261
|
|
|
2262
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2262
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/delete/resume.ts)_
|
|
2263
2263
|
|
|
2264
2264
|
## `sf data export bulk`
|
|
2265
2265
|
|
|
@@ -2333,7 +2333,7 @@ EXAMPLES
|
|
|
2333
2333
|
--result-format json --async
|
|
2334
2334
|
```
|
|
2335
2335
|
|
|
2336
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2336
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/export/bulk.ts)_
|
|
2337
2337
|
|
|
2338
2338
|
## `sf data export resume`
|
|
2339
2339
|
|
|
@@ -2372,7 +2372,7 @@ EXAMPLES
|
|
|
2372
2372
|
$ sf data export resume --use-most-recent
|
|
2373
2373
|
```
|
|
2374
2374
|
|
|
2375
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2375
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/export/resume.ts)_
|
|
2376
2376
|
|
|
2377
2377
|
## `sf data export tree`
|
|
2378
2378
|
|
|
@@ -2432,7 +2432,7 @@ EXAMPLES
|
|
|
2432
2432
|
my-scratch
|
|
2433
2433
|
```
|
|
2434
2434
|
|
|
2435
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2435
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/export/tree.ts)_
|
|
2436
2436
|
|
|
2437
2437
|
## `sf data get record`
|
|
2438
2438
|
|
|
@@ -2496,7 +2496,7 @@ EXAMPLES
|
|
|
2496
2496
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
2497
2497
|
```
|
|
2498
2498
|
|
|
2499
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2499
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/get/record.ts)_
|
|
2500
2500
|
|
|
2501
2501
|
## `sf data import bulk`
|
|
2502
2502
|
|
|
@@ -2554,7 +2554,7 @@ EXAMPLES
|
|
|
2554
2554
|
$ sf data import bulk --file accounts.csv --sobject Account --async
|
|
2555
2555
|
```
|
|
2556
2556
|
|
|
2557
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2557
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/import/bulk.ts)_
|
|
2558
2558
|
|
|
2559
2559
|
## `sf data import resume`
|
|
2560
2560
|
|
|
@@ -2590,7 +2590,7 @@ EXAMPLES
|
|
|
2590
2590
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
2591
2591
|
```
|
|
2592
2592
|
|
|
2593
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2593
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/import/resume.ts)_
|
|
2594
2594
|
|
|
2595
2595
|
## `sf data import tree`
|
|
2596
2596
|
|
|
@@ -2654,7 +2654,7 @@ FLAG DESCRIPTIONS
|
|
|
2654
2654
|
- files(array) - Files: An array of files paths to load
|
|
2655
2655
|
```
|
|
2656
2656
|
|
|
2657
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2657
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/import/tree.ts)_
|
|
2658
2658
|
|
|
2659
2659
|
## `sf data query`
|
|
2660
2660
|
|
|
@@ -2707,7 +2707,7 @@ EXAMPLES
|
|
|
2707
2707
|
$ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
|
|
2708
2708
|
```
|
|
2709
2709
|
|
|
2710
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2710
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/query.ts)_
|
|
2711
2711
|
|
|
2712
2712
|
## `sf data resume`
|
|
2713
2713
|
|
|
@@ -2744,7 +2744,7 @@ EXAMPLES
|
|
|
2744
2744
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
2745
2745
|
```
|
|
2746
2746
|
|
|
2747
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2747
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/resume.ts)_
|
|
2748
2748
|
|
|
2749
2749
|
## `sf data search`
|
|
2750
2750
|
|
|
@@ -2794,7 +2794,7 @@ EXAMPLES
|
|
|
2794
2794
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
2795
2795
|
```
|
|
2796
2796
|
|
|
2797
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2797
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/search.ts)_
|
|
2798
2798
|
|
|
2799
2799
|
## `sf data update bulk`
|
|
2800
2800
|
|
|
@@ -2855,7 +2855,7 @@ EXAMPLES
|
|
|
2855
2855
|
$ sf data update bulk --file accounts.csv --sobject Account --async
|
|
2856
2856
|
```
|
|
2857
2857
|
|
|
2858
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2858
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/update/bulk.ts)_
|
|
2859
2859
|
|
|
2860
2860
|
## `sf data update record`
|
|
2861
2861
|
|
|
@@ -2917,7 +2917,7 @@ EXAMPLES
|
|
|
2917
2917
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
2918
2918
|
```
|
|
2919
2919
|
|
|
2920
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2920
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/update/record.ts)_
|
|
2921
2921
|
|
|
2922
2922
|
## `sf data update resume`
|
|
2923
2923
|
|
|
@@ -2956,7 +2956,7 @@ EXAMPLES
|
|
|
2956
2956
|
$ sf data update resume --use-most-recent
|
|
2957
2957
|
```
|
|
2958
2958
|
|
|
2959
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2959
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/update/resume.ts)_
|
|
2960
2960
|
|
|
2961
2961
|
## `sf data upsert bulk`
|
|
2962
2962
|
|
|
@@ -3013,7 +3013,7 @@ EXAMPLES
|
|
|
3013
3013
|
my-scratch
|
|
3014
3014
|
```
|
|
3015
3015
|
|
|
3016
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3016
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/upsert/bulk.ts)_
|
|
3017
3017
|
|
|
3018
3018
|
## `sf data upsert resume`
|
|
3019
3019
|
|
|
@@ -3052,7 +3052,7 @@ EXAMPLES
|
|
|
3052
3052
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
3053
3053
|
```
|
|
3054
3054
|
|
|
3055
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3055
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/upsert/resume.ts)_
|
|
3056
3056
|
|
|
3057
3057
|
## `sf doctor`
|
|
3058
3058
|
|
|
@@ -3100,7 +3100,7 @@ EXAMPLES
|
|
|
3100
3100
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
3101
3101
|
```
|
|
3102
3102
|
|
|
3103
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
3103
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.73/src/commands/doctor.ts)_
|
|
3104
3104
|
|
|
3105
3105
|
## `sf force data bulk delete`
|
|
3106
3106
|
|
|
@@ -3147,7 +3147,7 @@ EXAMPLES
|
|
|
3147
3147
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
3148
3148
|
```
|
|
3149
3149
|
|
|
3150
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3150
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/force/data/bulk/delete.ts)_
|
|
3151
3151
|
|
|
3152
3152
|
## `sf force data bulk status`
|
|
3153
3153
|
|
|
@@ -3184,7 +3184,7 @@ EXAMPLES
|
|
|
3184
3184
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
3185
3185
|
```
|
|
3186
3186
|
|
|
3187
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3187
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/force/data/bulk/status.ts)_
|
|
3188
3188
|
|
|
3189
3189
|
## `sf force data bulk upsert`
|
|
3190
3190
|
|
|
@@ -3242,7 +3242,7 @@ EXAMPLES
|
|
|
3242
3242
|
--target-org my-scratch
|
|
3243
3243
|
```
|
|
3244
3244
|
|
|
3245
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3245
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/force/data/bulk/upsert.ts)_
|
|
3246
3246
|
|
|
3247
3247
|
## `sf help [COMMAND]`
|
|
3248
3248
|
|
|
@@ -3262,7 +3262,7 @@ DESCRIPTION
|
|
|
3262
3262
|
Display help for sf.
|
|
3263
3263
|
```
|
|
3264
3264
|
|
|
3265
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.
|
|
3265
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.31/src/commands/help.ts)_
|
|
3266
3266
|
|
|
3267
3267
|
## `sf info releasenotes display`
|
|
3268
3268
|
|
|
@@ -3302,7 +3302,7 @@ EXAMPLES
|
|
|
3302
3302
|
$ sf info releasenotes display --version latest
|
|
3303
3303
|
```
|
|
3304
3304
|
|
|
3305
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
3305
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.73/src/commands/info/releasenotes/display.ts)_
|
|
3306
3306
|
|
|
3307
3307
|
## `sf lightning generate app`
|
|
3308
3308
|
|
|
@@ -3357,7 +3357,7 @@ FLAG DESCRIPTIONS
|
|
|
3357
3357
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3358
3358
|
```
|
|
3359
3359
|
|
|
3360
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
3360
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.54/src/commands/lightning/generate/app.ts)_
|
|
3361
3361
|
|
|
3362
3362
|
## `sf lightning generate component`
|
|
3363
3363
|
|
|
@@ -3426,7 +3426,7 @@ FLAG DESCRIPTIONS
|
|
|
3426
3426
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3427
3427
|
```
|
|
3428
3428
|
|
|
3429
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
3429
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.54/src/commands/lightning/generate/component.ts)_
|
|
3430
3430
|
|
|
3431
3431
|
## `sf lightning generate event`
|
|
3432
3432
|
|
|
@@ -3481,7 +3481,7 @@ FLAG DESCRIPTIONS
|
|
|
3481
3481
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3482
3482
|
```
|
|
3483
3483
|
|
|
3484
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
3484
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.54/src/commands/lightning/generate/event.ts)_
|
|
3485
3485
|
|
|
3486
3486
|
## `sf lightning generate interface`
|
|
3487
3487
|
|
|
@@ -3536,7 +3536,7 @@ FLAG DESCRIPTIONS
|
|
|
3536
3536
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3537
3537
|
```
|
|
3538
3538
|
|
|
3539
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
3539
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.54/src/commands/lightning/generate/interface.ts)_
|
|
3540
3540
|
|
|
3541
3541
|
## `sf lightning generate test`
|
|
3542
3542
|
|
|
@@ -3591,7 +3591,7 @@ FLAG DESCRIPTIONS
|
|
|
3591
3591
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3592
3592
|
```
|
|
3593
3593
|
|
|
3594
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
3594
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.54/src/commands/lightning/generate/test.ts)_
|
|
3595
3595
|
|
|
3596
3596
|
## `sf org assign permset`
|
|
3597
3597
|
|
|
@@ -3818,7 +3818,7 @@ FLAG DESCRIPTIONS
|
|
|
3818
3818
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
3819
3819
|
```
|
|
3820
3820
|
|
|
3821
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
3821
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/create/sandbox.ts)_
|
|
3822
3822
|
|
|
3823
3823
|
## `sf org create scratch`
|
|
3824
3824
|
|
|
@@ -4000,7 +4000,7 @@ FLAG DESCRIPTIONS
|
|
|
4000
4000
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
4001
4001
|
```
|
|
4002
4002
|
|
|
4003
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4003
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/create/scratch.ts)_
|
|
4004
4004
|
|
|
4005
4005
|
## `sf org create user`
|
|
4006
4006
|
|
|
@@ -4154,7 +4154,7 @@ EXAMPLES
|
|
|
4154
4154
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
4155
4155
|
```
|
|
4156
4156
|
|
|
4157
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4157
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/delete/sandbox.ts)_
|
|
4158
4158
|
|
|
4159
4159
|
## `sf org delete scratch`
|
|
4160
4160
|
|
|
@@ -4198,7 +4198,7 @@ EXAMPLES
|
|
|
4198
4198
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
4199
4199
|
```
|
|
4200
4200
|
|
|
4201
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4201
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/delete/scratch.ts)_
|
|
4202
4202
|
|
|
4203
4203
|
## `sf org disable tracking`
|
|
4204
4204
|
|
|
@@ -4237,7 +4237,7 @@ EXAMPLES
|
|
|
4237
4237
|
$ sf org disable tracking
|
|
4238
4238
|
```
|
|
4239
4239
|
|
|
4240
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4240
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/disable/tracking.ts)_
|
|
4241
4241
|
|
|
4242
4242
|
## `sf org display`
|
|
4243
4243
|
|
|
@@ -4282,7 +4282,7 @@ EXAMPLES
|
|
|
4282
4282
|
$ sf org display --target-org TestOrg1 --verbose
|
|
4283
4283
|
```
|
|
4284
4284
|
|
|
4285
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4285
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/display.ts)_
|
|
4286
4286
|
|
|
4287
4287
|
## `sf org display user`
|
|
4288
4288
|
|
|
@@ -4363,7 +4363,7 @@ EXAMPLES
|
|
|
4363
4363
|
$ sf org enable tracking
|
|
4364
4364
|
```
|
|
4365
4365
|
|
|
4366
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4366
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/enable/tracking.ts)_
|
|
4367
4367
|
|
|
4368
4368
|
## `sf org generate password`
|
|
4369
4369
|
|
|
@@ -4469,7 +4469,7 @@ EXAMPLES
|
|
|
4469
4469
|
$ sf org list --clean
|
|
4470
4470
|
```
|
|
4471
4471
|
|
|
4472
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4472
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/list.ts)_
|
|
4473
4473
|
|
|
4474
4474
|
## `sf org list auth`
|
|
4475
4475
|
|
|
@@ -4501,7 +4501,7 @@ EXAMPLES
|
|
|
4501
4501
|
$ sf org list auth
|
|
4502
4502
|
```
|
|
4503
4503
|
|
|
4504
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
4504
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.9/src/commands/org/list/auth.ts)_
|
|
4505
4505
|
|
|
4506
4506
|
## `sf org list limits`
|
|
4507
4507
|
|
|
@@ -4541,7 +4541,7 @@ EXAMPLES
|
|
|
4541
4541
|
$ sf org list limits --target-org my-scratch-org
|
|
4542
4542
|
```
|
|
4543
4543
|
|
|
4544
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
4544
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.60/src/commands/org/list/limits.ts)_
|
|
4545
4545
|
|
|
4546
4546
|
## `sf org list metadata`
|
|
4547
4547
|
|
|
@@ -4608,7 +4608,7 @@ FLAG DESCRIPTIONS
|
|
|
4608
4608
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
4609
4609
|
```
|
|
4610
4610
|
|
|
4611
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4611
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/list/metadata.ts)_
|
|
4612
4612
|
|
|
4613
4613
|
## `sf org list metadata-types`
|
|
4614
4614
|
|
|
@@ -4663,7 +4663,7 @@ FLAG DESCRIPTIONS
|
|
|
4663
4663
|
Override the api version used for api requests made by this command
|
|
4664
4664
|
```
|
|
4665
4665
|
|
|
4666
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4666
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/list/metadata-types.ts)_
|
|
4667
4667
|
|
|
4668
4668
|
## `sf org list sobject record-counts`
|
|
4669
4669
|
|
|
@@ -4709,7 +4709,7 @@ EXAMPLES
|
|
|
4709
4709
|
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
|
|
4710
4710
|
```
|
|
4711
4711
|
|
|
4712
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
4712
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.60/src/commands/org/list/sobject/record-counts.ts)_
|
|
4713
4713
|
|
|
4714
4714
|
## `sf org list users`
|
|
4715
4715
|
|
|
@@ -4801,7 +4801,7 @@ FLAG DESCRIPTIONS
|
|
|
4801
4801
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4802
4802
|
```
|
|
4803
4803
|
|
|
4804
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
4804
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.9/src/commands/org/login/access-token.ts)_
|
|
4805
4805
|
|
|
4806
4806
|
## `sf org login device`
|
|
4807
4807
|
|
|
@@ -4861,7 +4861,7 @@ FLAG DESCRIPTIONS
|
|
|
4861
4861
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4862
4862
|
```
|
|
4863
4863
|
|
|
4864
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
4864
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.9/src/commands/org/login/device.ts)_
|
|
4865
4865
|
|
|
4866
4866
|
## `sf org login jwt`
|
|
4867
4867
|
|
|
@@ -4952,7 +4952,7 @@ FLAG DESCRIPTIONS
|
|
|
4952
4952
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4953
4953
|
```
|
|
4954
4954
|
|
|
4955
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
4955
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.9/src/commands/org/login/jwt.ts)_
|
|
4956
4956
|
|
|
4957
4957
|
## `sf org login sfdx-url`
|
|
4958
4958
|
|
|
@@ -5022,7 +5022,7 @@ EXAMPLES
|
|
|
5022
5022
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
5023
5023
|
```
|
|
5024
5024
|
|
|
5025
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
5025
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.9/src/commands/org/login/sfdx-url.ts)_
|
|
5026
5026
|
|
|
5027
5027
|
## `sf org login web`
|
|
5028
5028
|
|
|
@@ -5127,7 +5127,7 @@ FLAG DESCRIPTIONS
|
|
|
5127
5127
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5128
5128
|
```
|
|
5129
5129
|
|
|
5130
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
5130
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.9/src/commands/org/login/web.ts)_
|
|
5131
5131
|
|
|
5132
5132
|
## `sf org logout`
|
|
5133
5133
|
|
|
@@ -5193,7 +5193,7 @@ FLAG DESCRIPTIONS
|
|
|
5193
5193
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
5194
5194
|
```
|
|
5195
5195
|
|
|
5196
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
5196
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.9/src/commands/org/logout.ts)_
|
|
5197
5197
|
|
|
5198
5198
|
## `sf org open`
|
|
5199
5199
|
|
|
@@ -5269,7 +5269,7 @@ EXAMPLES
|
|
|
5269
5269
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
5270
5270
|
```
|
|
5271
5271
|
|
|
5272
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5272
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/open.ts)_
|
|
5273
5273
|
|
|
5274
5274
|
## `sf org open agent`
|
|
5275
5275
|
|
|
@@ -5320,7 +5320,7 @@ EXAMPLES
|
|
|
5320
5320
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
|
|
5321
5321
|
```
|
|
5322
5322
|
|
|
5323
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5323
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/open/agent.ts)_
|
|
5324
5324
|
|
|
5325
5325
|
## `sf org refresh sandbox`
|
|
5326
5326
|
|
|
@@ -5423,7 +5423,7 @@ FLAG DESCRIPTIONS
|
|
|
5423
5423
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
5424
5424
|
```
|
|
5425
5425
|
|
|
5426
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5426
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/refresh/sandbox.ts)_
|
|
5427
5427
|
|
|
5428
5428
|
## `sf org resume sandbox`
|
|
5429
5429
|
|
|
@@ -5486,7 +5486,7 @@ FLAG DESCRIPTIONS
|
|
|
5486
5486
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
5487
5487
|
```
|
|
5488
5488
|
|
|
5489
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5489
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/resume/sandbox.ts)_
|
|
5490
5490
|
|
|
5491
5491
|
## `sf org resume scratch`
|
|
5492
5492
|
|
|
@@ -5539,7 +5539,7 @@ FLAG DESCRIPTIONS
|
|
|
5539
5539
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
5540
5540
|
```
|
|
5541
5541
|
|
|
5542
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5542
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/resume/scratch.ts)_
|
|
5543
5543
|
|
|
5544
5544
|
## `sf package convert`
|
|
5545
5545
|
|
|
@@ -7110,7 +7110,7 @@ EXAMPLES
|
|
|
7110
7110
|
$ sf plugins
|
|
7111
7111
|
```
|
|
7112
7112
|
|
|
7113
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7113
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.45/src/commands/plugins/index.ts)_
|
|
7114
7114
|
|
|
7115
7115
|
## `sf plugins discover`
|
|
7116
7116
|
|
|
@@ -7155,7 +7155,7 @@ EXAMPLES
|
|
|
7155
7155
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
7156
7156
|
```
|
|
7157
7157
|
|
|
7158
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7158
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.45/src/commands/plugins/inspect.ts)_
|
|
7159
7159
|
|
|
7160
7160
|
## `sf plugins install PLUGIN`
|
|
7161
7161
|
|
|
@@ -7204,7 +7204,7 @@ EXAMPLES
|
|
|
7204
7204
|
$ sf plugins install someuser/someplugin
|
|
7205
7205
|
```
|
|
7206
7206
|
|
|
7207
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7207
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.45/src/commands/plugins/install.ts)_
|
|
7208
7208
|
|
|
7209
7209
|
## `sf plugins link PATH`
|
|
7210
7210
|
|
|
@@ -7235,7 +7235,7 @@ EXAMPLES
|
|
|
7235
7235
|
$ sf plugins link @salesforce/plugin-packaging
|
|
7236
7236
|
```
|
|
7237
7237
|
|
|
7238
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7238
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.45/src/commands/plugins/link.ts)_
|
|
7239
7239
|
|
|
7240
7240
|
## `sf plugins reset`
|
|
7241
7241
|
|
|
@@ -7250,7 +7250,7 @@ FLAGS
|
|
|
7250
7250
|
--reinstall Reinstall all plugins after uninstalling.
|
|
7251
7251
|
```
|
|
7252
7252
|
|
|
7253
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7253
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.45/src/commands/plugins/reset.ts)_
|
|
7254
7254
|
|
|
7255
7255
|
## `sf plugins trust verify`
|
|
7256
7256
|
|
|
@@ -7307,7 +7307,7 @@ EXAMPLES
|
|
|
7307
7307
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
7308
7308
|
```
|
|
7309
7309
|
|
|
7310
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7310
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.45/src/commands/plugins/uninstall.ts)_
|
|
7311
7311
|
|
|
7312
7312
|
## `sf plugins update`
|
|
7313
7313
|
|
|
@@ -7325,7 +7325,7 @@ DESCRIPTION
|
|
|
7325
7325
|
Update installed plugins.
|
|
7326
7326
|
```
|
|
7327
7327
|
|
|
7328
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7328
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.45/src/commands/plugins/update.ts)_
|
|
7329
7329
|
|
|
7330
7330
|
## `sf project convert mdapi`
|
|
7331
7331
|
|
|
@@ -7388,7 +7388,7 @@ FLAG DESCRIPTIONS
|
|
|
7388
7388
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
7389
7389
|
```
|
|
7390
7390
|
|
|
7391
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7391
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.33/src/commands/project/convert/mdapi.ts)_
|
|
7392
7392
|
|
|
7393
7393
|
## `sf project convert source`
|
|
7394
7394
|
|
|
@@ -7461,7 +7461,7 @@ FLAG DESCRIPTIONS
|
|
|
7461
7461
|
Override the api version used for api requests made by this command
|
|
7462
7462
|
```
|
|
7463
7463
|
|
|
7464
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7464
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.33/src/commands/project/convert/source.ts)_
|
|
7465
7465
|
|
|
7466
7466
|
## `sf project convert source-behavior`
|
|
7467
7467
|
|
|
@@ -7520,7 +7520,7 @@ EXAMPLES
|
|
|
7520
7520
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
7521
7521
|
```
|
|
7522
7522
|
|
|
7523
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7523
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.33/src/commands/project/convert/source-behavior.ts)_
|
|
7524
7524
|
|
|
7525
7525
|
## `sf project delete source`
|
|
7526
7526
|
|
|
@@ -7660,7 +7660,7 @@ FLAG DESCRIPTIONS
|
|
|
7660
7660
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
7661
7661
|
```
|
|
7662
7662
|
|
|
7663
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7663
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.33/src/commands/project/delete/source.ts)_
|
|
7664
7664
|
|
|
7665
7665
|
## `sf project delete tracking`
|
|
7666
7666
|
|
|
@@ -7697,7 +7697,7 @@ EXAMPLES
|
|
|
7697
7697
|
$ sf project delete tracking --target-org my-scratch
|
|
7698
7698
|
```
|
|
7699
7699
|
|
|
7700
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7700
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.33/src/commands/project/delete/tracking.ts)_
|
|
7701
7701
|
|
|
7702
7702
|
## `sf project deploy cancel`
|
|
7703
7703
|
|
|
@@ -7769,7 +7769,7 @@ FLAG DESCRIPTIONS
|
|
|
7769
7769
|
project deploy report".
|
|
7770
7770
|
```
|
|
7771
7771
|
|
|
7772
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7772
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.33/src/commands/project/deploy/cancel.ts)_
|
|
7773
7773
|
|
|
7774
7774
|
## `sf project deploy preview`
|
|
7775
7775
|
|
|
@@ -7852,7 +7852,7 @@ FLAG DESCRIPTIONS
|
|
|
7852
7852
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
7853
7853
|
```
|
|
7854
7854
|
|
|
7855
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7855
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.33/src/commands/project/deploy/preview.ts)_
|
|
7856
7856
|
|
|
7857
7857
|
## `sf project deploy quick`
|
|
7858
7858
|
|
|
@@ -7945,7 +7945,7 @@ ERROR CODES
|
|
|
7945
7945
|
Canceling (69) The deploy is being canceled.
|
|
7946
7946
|
```
|
|
7947
7947
|
|
|
7948
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7948
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.33/src/commands/project/deploy/quick.ts)_
|
|
7949
7949
|
|
|
7950
7950
|
## `sf project deploy report`
|
|
7951
7951
|
|
|
@@ -8037,7 +8037,7 @@ FLAG DESCRIPTIONS
|
|
|
8037
8037
|
--coverage-formatters lcov --coverage-formatters clover
|
|
8038
8038
|
```
|
|
8039
8039
|
|
|
8040
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8040
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.33/src/commands/project/deploy/report.ts)_
|
|
8041
8041
|
|
|
8042
8042
|
## `sf project deploy resume`
|
|
8043
8043
|
|
|
@@ -8134,7 +8134,7 @@ ERROR CODES
|
|
|
8134
8134
|
Canceling (69) The deploy is being canceled.
|
|
8135
8135
|
```
|
|
8136
8136
|
|
|
8137
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8137
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.33/src/commands/project/deploy/resume.ts)_
|
|
8138
8138
|
|
|
8139
8139
|
## `sf project deploy start`
|
|
8140
8140
|
|
|
@@ -8387,7 +8387,7 @@ ERROR CODES
|
|
|
8387
8387
|
Canceling (69) The deploy is being canceled.
|
|
8388
8388
|
```
|
|
8389
8389
|
|
|
8390
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8390
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.33/src/commands/project/deploy/start.ts)_
|
|
8391
8391
|
|
|
8392
8392
|
## `sf project deploy validate`
|
|
8393
8393
|
|
|
@@ -8577,7 +8577,7 @@ ERROR CODES
|
|
|
8577
8577
|
Canceling (69) The deploy is being canceled.
|
|
8578
8578
|
```
|
|
8579
8579
|
|
|
8580
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8580
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.33/src/commands/project/deploy/validate.ts)_
|
|
8581
8581
|
|
|
8582
8582
|
## `sf project generate`
|
|
8583
8583
|
|
|
@@ -8682,7 +8682,7 @@ FLAG DESCRIPTIONS
|
|
|
8682
8682
|
Override the api version used for api requests made by this command
|
|
8683
8683
|
```
|
|
8684
8684
|
|
|
8685
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
8685
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.54/src/commands/project/generate.ts)_
|
|
8686
8686
|
|
|
8687
8687
|
## `sf project generate manifest`
|
|
8688
8688
|
|
|
@@ -8778,7 +8778,7 @@ EXAMPLES
|
|
|
8778
8778
|
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
|
|
8779
8779
|
```
|
|
8780
8780
|
|
|
8781
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8781
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.33/src/commands/project/generate/manifest.ts)_
|
|
8782
8782
|
|
|
8783
8783
|
## `sf project list ignored`
|
|
8784
8784
|
|
|
@@ -8820,7 +8820,7 @@ EXAMPLES
|
|
|
8820
8820
|
$ sf project list ignored --source-dir package.xml
|
|
8821
8821
|
```
|
|
8822
8822
|
|
|
8823
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8823
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.33/src/commands/project/list/ignored.ts)_
|
|
8824
8824
|
|
|
8825
8825
|
## `sf project reset tracking`
|
|
8826
8826
|
|
|
@@ -8869,7 +8869,7 @@ EXAMPLES
|
|
|
8869
8869
|
$ sf project reset tracking --revision 30
|
|
8870
8870
|
```
|
|
8871
8871
|
|
|
8872
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8872
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.33/src/commands/project/reset/tracking.ts)_
|
|
8873
8873
|
|
|
8874
8874
|
## `sf project retrieve preview`
|
|
8875
8875
|
|
|
@@ -8923,7 +8923,7 @@ FLAG DESCRIPTIONS
|
|
|
8923
8923
|
production orgs.
|
|
8924
8924
|
```
|
|
8925
8925
|
|
|
8926
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8926
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.33/src/commands/project/retrieve/preview.ts)_
|
|
8927
8927
|
|
|
8928
8928
|
## `sf project retrieve start`
|
|
8929
8929
|
|
|
@@ -9104,7 +9104,7 @@ ENVIRONMENT VARIABLES
|
|
|
9104
9104
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
9105
9105
|
```
|
|
9106
9106
|
|
|
9107
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
9107
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.33/src/commands/project/retrieve/start.ts)_
|
|
9108
9108
|
|
|
9109
9109
|
## `sf schema generate field`
|
|
9110
9110
|
|
|
@@ -9158,7 +9158,7 @@ FLAG DESCRIPTIONS
|
|
|
9158
9158
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
9159
9159
|
```
|
|
9160
9160
|
|
|
9161
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9161
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.65/src/commands/schema/generate/field.ts)_
|
|
9162
9162
|
|
|
9163
9163
|
## `sf schema generate platformevent`
|
|
9164
9164
|
|
|
@@ -9190,7 +9190,7 @@ EXAMPLES
|
|
|
9190
9190
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
9191
9191
|
```
|
|
9192
9192
|
|
|
9193
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9193
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.65/src/commands/schema/generate/platformevent.ts)_
|
|
9194
9194
|
|
|
9195
9195
|
## `sf schema generate sobject`
|
|
9196
9196
|
|
|
@@ -9247,7 +9247,7 @@ FLAG DESCRIPTIONS
|
|
|
9247
9247
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
9248
9248
|
```
|
|
9249
9249
|
|
|
9250
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9250
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.65/src/commands/schema/generate/sobject.ts)_
|
|
9251
9251
|
|
|
9252
9252
|
## `sf schema generate tab`
|
|
9253
9253
|
|
|
@@ -9295,7 +9295,7 @@ FLAG DESCRIPTIONS
|
|
|
9295
9295
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
9296
9296
|
```
|
|
9297
9297
|
|
|
9298
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9298
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.65/src/commands/schema/generate/tab.ts)_
|
|
9299
9299
|
|
|
9300
9300
|
## `sf search`
|
|
9301
9301
|
|
|
@@ -9311,7 +9311,7 @@ DESCRIPTION
|
|
|
9311
9311
|
Once you select a command, hit enter and it will show the help for that command.
|
|
9312
9312
|
```
|
|
9313
9313
|
|
|
9314
|
-
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.
|
|
9314
|
+
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.27/src/commands/search.ts)_
|
|
9315
9315
|
|
|
9316
9316
|
## `sf sobject describe`
|
|
9317
9317
|
|
|
@@ -9358,7 +9358,7 @@ EXAMPLES
|
|
|
9358
9358
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
9359
9359
|
```
|
|
9360
9360
|
|
|
9361
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
9361
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.73/src/commands/sobject/describe.ts)_
|
|
9362
9362
|
|
|
9363
9363
|
## `sf sobject list`
|
|
9364
9364
|
|
|
@@ -9397,7 +9397,7 @@ EXAMPLES
|
|
|
9397
9397
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
9398
9398
|
```
|
|
9399
9399
|
|
|
9400
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
9400
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.73/src/commands/sobject/list.ts)_
|
|
9401
9401
|
|
|
9402
9402
|
## `sf static-resource generate`
|
|
9403
9403
|
|
|
@@ -9459,7 +9459,7 @@ FLAG DESCRIPTIONS
|
|
|
9459
9459
|
etc.
|
|
9460
9460
|
```
|
|
9461
9461
|
|
|
9462
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
9462
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.54/src/commands/static-resource/generate.ts)_
|
|
9463
9463
|
|
|
9464
9464
|
## `sf update [CHANNEL]`
|
|
9465
9465
|
|
|
@@ -9497,7 +9497,7 @@ EXAMPLES
|
|
|
9497
9497
|
$ sf update --available
|
|
9498
9498
|
```
|
|
9499
9499
|
|
|
9500
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.
|
|
9500
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.1/src/commands/update.ts)_
|
|
9501
9501
|
|
|
9502
9502
|
## `sf version`
|
|
9503
9503
|
|
|
@@ -9573,7 +9573,7 @@ FLAG DESCRIPTIONS
|
|
|
9573
9573
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
9574
9574
|
```
|
|
9575
9575
|
|
|
9576
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
9576
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.54/src/commands/visualforce/generate/component.ts)_
|
|
9577
9577
|
|
|
9578
9578
|
## `sf visualforce generate page`
|
|
9579
9579
|
|
|
@@ -9623,7 +9623,7 @@ FLAG DESCRIPTIONS
|
|
|
9623
9623
|
The name can be up to 40 characters and must start with a letter.
|
|
9624
9624
|
```
|
|
9625
9625
|
|
|
9626
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
9626
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.54/src/commands/visualforce/generate/page.ts)_
|
|
9627
9627
|
|
|
9628
9628
|
## `sf which`
|
|
9629
9629
|
|
|
@@ -9657,7 +9657,7 @@ EXAMPLES
|
|
|
9657
9657
|
$ sf which "foo bar baz"
|
|
9658
9658
|
```
|
|
9659
9659
|
|
|
9660
|
-
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.
|
|
9660
|
+
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.39/src/commands/which.ts)_
|
|
9661
9661
|
|
|
9662
9662
|
<!-- commandsstop -->
|
|
9663
9663
|
|