@salesforce/cli 2.130.3 → 2.130.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +101 -101
- package/npm-shrinkwrap.json +75 -75
- package/oclif.lock +76 -76
- package/oclif.manifest.json +126 -126
- package/package.json +19 -19
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.130.
|
|
28
|
+
@salesforce/cli/2.130.4 linux-x64 node-v22.22.1
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -265,7 +265,7 @@ EXAMPLES
|
|
|
265
265
|
$ sf agent activate --api-name Resort_Manager --version 2 --target-org my-org
|
|
266
266
|
```
|
|
267
267
|
|
|
268
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
268
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.14/src/commands/agent/activate.ts)_
|
|
269
269
|
|
|
270
270
|
## `sf agent create`
|
|
271
271
|
|
|
@@ -332,7 +332,7 @@ EXAMPLES
|
|
|
332
332
|
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
|
|
333
333
|
```
|
|
334
334
|
|
|
335
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
335
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.14/src/commands/agent/create.ts)_
|
|
336
336
|
|
|
337
337
|
## `sf agent deactivate`
|
|
338
338
|
|
|
@@ -373,7 +373,7 @@ EXAMPLES
|
|
|
373
373
|
$ sf agent deactivate --api-name Resort_Manager --target-org my-org
|
|
374
374
|
```
|
|
375
375
|
|
|
376
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
376
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.14/src/commands/agent/deactivate.ts)_
|
|
377
377
|
|
|
378
378
|
## `sf agent generate agent-spec`
|
|
379
379
|
|
|
@@ -480,7 +480,7 @@ EXAMPLES
|
|
|
480
480
|
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
|
|
481
481
|
```
|
|
482
482
|
|
|
483
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
483
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.14/src/commands/agent/generate/agent-spec.ts)_
|
|
484
484
|
|
|
485
485
|
## `sf agent generate authoring-bundle`
|
|
486
486
|
|
|
@@ -557,7 +557,7 @@ EXAMPLES
|
|
|
557
557
|
other-package-dir/main/default --target-org my-dev-org
|
|
558
558
|
```
|
|
559
559
|
|
|
560
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
560
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.14/src/commands/agent/generate/authoring-bundle.ts)_
|
|
561
561
|
|
|
562
562
|
## `sf agent generate template`
|
|
563
563
|
|
|
@@ -619,7 +619,7 @@ EXAMPLES
|
|
|
619
619
|
my-package --source-org my-scratch-org
|
|
620
620
|
```
|
|
621
621
|
|
|
622
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
622
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.14/src/commands/agent/generate/template.ts)_
|
|
623
623
|
|
|
624
624
|
## `sf agent generate test-spec`
|
|
625
625
|
|
|
@@ -684,7 +684,7 @@ EXAMPLES
|
|
|
684
684
|
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
|
|
685
685
|
```
|
|
686
686
|
|
|
687
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
687
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.14/src/commands/agent/generate/test-spec.ts)_
|
|
688
688
|
|
|
689
689
|
## `sf agent preview`
|
|
690
690
|
|
|
@@ -757,7 +757,7 @@ EXAMPLES
|
|
|
757
757
|
$ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
|
|
758
758
|
```
|
|
759
759
|
|
|
760
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
760
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.14/src/commands/agent/preview.ts)_
|
|
761
761
|
|
|
762
762
|
## `sf agent preview end`
|
|
763
763
|
|
|
@@ -812,7 +812,7 @@ EXAMPLES
|
|
|
812
812
|
$ sf agent preview end --authoring-bundle My_Local_Agent
|
|
813
813
|
```
|
|
814
814
|
|
|
815
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
815
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.14/src/commands/agent/preview/end.ts)_
|
|
816
816
|
|
|
817
817
|
## `sf agent preview send`
|
|
818
818
|
|
|
@@ -870,7 +870,7 @@ EXAMPLES
|
|
|
870
870
|
$ sf agent preview send --utterance "what can you help me with?" --authoring-bundle My_Local_Agent
|
|
871
871
|
```
|
|
872
872
|
|
|
873
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
873
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.14/src/commands/agent/preview/send.ts)_
|
|
874
874
|
|
|
875
875
|
## `sf agent preview sessions`
|
|
876
876
|
|
|
@@ -903,7 +903,7 @@ EXAMPLES
|
|
|
903
903
|
$ sf agent preview sessions
|
|
904
904
|
```
|
|
905
905
|
|
|
906
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
906
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.14/src/commands/agent/preview/sessions.ts)_
|
|
907
907
|
|
|
908
908
|
## `sf agent preview start`
|
|
909
909
|
|
|
@@ -960,7 +960,7 @@ EXAMPLES
|
|
|
960
960
|
$ sf agent preview start --api-name My_Published_Agent
|
|
961
961
|
```
|
|
962
962
|
|
|
963
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
963
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.14/src/commands/agent/preview/start.ts)_
|
|
964
964
|
|
|
965
965
|
## `sf agent publish authoring-bundle`
|
|
966
966
|
|
|
@@ -1009,7 +1009,7 @@ EXAMPLES
|
|
|
1009
1009
|
$ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
|
|
1010
1010
|
```
|
|
1011
1011
|
|
|
1012
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
1012
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.14/src/commands/agent/publish/authoring-bundle.ts)_
|
|
1013
1013
|
|
|
1014
1014
|
## `sf agent test create`
|
|
1015
1015
|
|
|
@@ -1064,7 +1064,7 @@ EXAMPLES
|
|
|
1064
1064
|
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
|
|
1065
1065
|
```
|
|
1066
1066
|
|
|
1067
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
1067
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.14/src/commands/agent/test/create.ts)_
|
|
1068
1068
|
|
|
1069
1069
|
## `sf agent test list`
|
|
1070
1070
|
|
|
@@ -1099,7 +1099,7 @@ EXAMPLES
|
|
|
1099
1099
|
$ sf agent test list --target-org my-org
|
|
1100
1100
|
```
|
|
1101
1101
|
|
|
1102
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
1102
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.14/src/commands/agent/test/list.ts)_
|
|
1103
1103
|
|
|
1104
1104
|
## `sf agent test results`
|
|
1105
1105
|
|
|
@@ -1165,7 +1165,7 @@ FLAG DESCRIPTIONS
|
|
|
1165
1165
|
expression when using custom evaluations.
|
|
1166
1166
|
```
|
|
1167
1167
|
|
|
1168
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
1168
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.14/src/commands/agent/test/results.ts)_
|
|
1169
1169
|
|
|
1170
1170
|
## `sf agent test resume`
|
|
1171
1171
|
|
|
@@ -1238,7 +1238,7 @@ FLAG DESCRIPTIONS
|
|
|
1238
1238
|
expression when using custom evaluations.
|
|
1239
1239
|
```
|
|
1240
1240
|
|
|
1241
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
1241
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.14/src/commands/agent/test/resume.ts)_
|
|
1242
1242
|
|
|
1243
1243
|
## `sf agent test run`
|
|
1244
1244
|
|
|
@@ -1312,7 +1312,7 @@ FLAG DESCRIPTIONS
|
|
|
1312
1312
|
expression when using custom evaluations.
|
|
1313
1313
|
```
|
|
1314
1314
|
|
|
1315
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
1315
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.14/src/commands/agent/test/run.ts)_
|
|
1316
1316
|
|
|
1317
1317
|
## `sf agent validate authoring-bundle`
|
|
1318
1318
|
|
|
@@ -1359,7 +1359,7 @@ EXAMPLES
|
|
|
1359
1359
|
$ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
|
|
1360
1360
|
```
|
|
1361
1361
|
|
|
1362
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
1362
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.14/src/commands/agent/validate/authoring-bundle.ts)_
|
|
1363
1363
|
|
|
1364
1364
|
## `sf alias list`
|
|
1365
1365
|
|
|
@@ -1532,7 +1532,7 @@ FLAG DESCRIPTIONS
|
|
|
1532
1532
|
directory.
|
|
1533
1533
|
```
|
|
1534
1534
|
|
|
1535
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
1535
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.17/src/commands/apex/get/log.ts)_
|
|
1536
1536
|
|
|
1537
1537
|
## `sf apex get test`
|
|
1538
1538
|
|
|
@@ -1592,7 +1592,7 @@ EXAMPLES
|
|
|
1592
1592
|
me@myorg'
|
|
1593
1593
|
```
|
|
1594
1594
|
|
|
1595
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
1595
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.17/src/commands/apex/get/test.ts)_
|
|
1596
1596
|
|
|
1597
1597
|
## `sf apex list log`
|
|
1598
1598
|
|
|
@@ -1632,7 +1632,7 @@ EXAMPLES
|
|
|
1632
1632
|
$ sf apex list log --target-org me@my.org
|
|
1633
1633
|
```
|
|
1634
1634
|
|
|
1635
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
1635
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.17/src/commands/apex/list/log.ts)_
|
|
1636
1636
|
|
|
1637
1637
|
## `sf apex run`
|
|
1638
1638
|
|
|
@@ -1679,7 +1679,7 @@ EXAMPLES
|
|
|
1679
1679
|
$ sf apex run
|
|
1680
1680
|
```
|
|
1681
1681
|
|
|
1682
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
1682
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.17/src/commands/apex/run.ts)_
|
|
1683
1683
|
|
|
1684
1684
|
## `sf apex run test`
|
|
1685
1685
|
|
|
@@ -1826,7 +1826,7 @@ FLAG DESCRIPTIONS
|
|
|
1826
1826
|
--tests Test1 --tests Test2
|
|
1827
1827
|
```
|
|
1828
1828
|
|
|
1829
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
1829
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.17/src/commands/apex/run/test.ts)_
|
|
1830
1830
|
|
|
1831
1831
|
## `sf apex tail log`
|
|
1832
1832
|
|
|
@@ -1869,7 +1869,7 @@ EXAMPLES
|
|
|
1869
1869
|
$ sf apex tail log --color --skip-trace-flag
|
|
1870
1870
|
```
|
|
1871
1871
|
|
|
1872
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
1872
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.17/src/commands/apex/tail/log.ts)_
|
|
1873
1873
|
|
|
1874
1874
|
## `sf api request graphql`
|
|
1875
1875
|
|
|
@@ -1922,7 +1922,7 @@ EXAMPLES
|
|
|
1922
1922
|
$ sf api request graphql --body example.txt --stream-to-file output.txt --include
|
|
1923
1923
|
```
|
|
1924
1924
|
|
|
1925
|
-
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.
|
|
1925
|
+
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.14/src/commands/api/request/graphql.ts)_
|
|
1926
1926
|
|
|
1927
1927
|
## `sf api request rest [URL]`
|
|
1928
1928
|
|
|
@@ -2031,7 +2031,7 @@ FLAG DESCRIPTIONS
|
|
|
2031
2031
|
https://github.com/salesforcecli/plugin-api/tree/main/test/test-files/data-project.
|
|
2032
2032
|
```
|
|
2033
2033
|
|
|
2034
|
-
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.
|
|
2034
|
+
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.14/src/commands/api/request/rest.ts)_
|
|
2035
2035
|
|
|
2036
2036
|
## `sf autocomplete [SHELL]`
|
|
2037
2037
|
|
|
@@ -2062,7 +2062,7 @@ EXAMPLES
|
|
|
2062
2062
|
$ sf autocomplete --refresh-cache
|
|
2063
2063
|
```
|
|
2064
2064
|
|
|
2065
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.
|
|
2065
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.43/src/commands/autocomplete/index.ts)_
|
|
2066
2066
|
|
|
2067
2067
|
## `sf commands`
|
|
2068
2068
|
|
|
@@ -2344,7 +2344,7 @@ EXAMPLES
|
|
|
2344
2344
|
$ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
|
|
2345
2345
|
```
|
|
2346
2346
|
|
|
2347
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2347
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.85/src/commands/data/bulk/results.ts)_
|
|
2348
2348
|
|
|
2349
2349
|
## `sf data create file`
|
|
2350
2350
|
|
|
@@ -2393,7 +2393,7 @@ EXAMPLES
|
|
|
2393
2393
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
2394
2394
|
```
|
|
2395
2395
|
|
|
2396
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2396
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.85/src/commands/data/create/file.ts)_
|
|
2397
2397
|
|
|
2398
2398
|
## `sf data create record`
|
|
2399
2399
|
|
|
@@ -2449,7 +2449,7 @@ EXAMPLES
|
|
|
2449
2449
|
TracedEntityId=01p17000000R6bLAAS"
|
|
2450
2450
|
```
|
|
2451
2451
|
|
|
2452
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2452
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.85/src/commands/data/create/record.ts)_
|
|
2453
2453
|
|
|
2454
2454
|
## `sf data delete bulk`
|
|
2455
2455
|
|
|
@@ -2508,7 +2508,7 @@ FLAG DESCRIPTIONS
|
|
|
2508
2508
|
and can be enabled only by a system administrator.
|
|
2509
2509
|
```
|
|
2510
2510
|
|
|
2511
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2511
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.85/src/commands/data/delete/bulk.ts)_
|
|
2512
2512
|
|
|
2513
2513
|
## `sf data delete record`
|
|
2514
2514
|
|
|
@@ -2569,7 +2569,7 @@ EXAMPLES
|
|
|
2569
2569
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
2570
2570
|
```
|
|
2571
2571
|
|
|
2572
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2572
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.85/src/commands/data/delete/record.ts)_
|
|
2573
2573
|
|
|
2574
2574
|
## `sf data delete resume`
|
|
2575
2575
|
|
|
@@ -2608,7 +2608,7 @@ EXAMPLES
|
|
|
2608
2608
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
2609
2609
|
```
|
|
2610
2610
|
|
|
2611
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2611
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.85/src/commands/data/delete/resume.ts)_
|
|
2612
2612
|
|
|
2613
2613
|
## `sf data export bulk`
|
|
2614
2614
|
|
|
@@ -2675,7 +2675,7 @@ EXAMPLES
|
|
|
2675
2675
|
--result-format json --wait 10 --all-rows
|
|
2676
2676
|
```
|
|
2677
2677
|
|
|
2678
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2678
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.85/src/commands/data/export/bulk.ts)_
|
|
2679
2679
|
|
|
2680
2680
|
## `sf data export resume`
|
|
2681
2681
|
|
|
@@ -2714,7 +2714,7 @@ EXAMPLES
|
|
|
2714
2714
|
$ sf data export resume --use-most-recent
|
|
2715
2715
|
```
|
|
2716
2716
|
|
|
2717
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2717
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.85/src/commands/data/export/resume.ts)_
|
|
2718
2718
|
|
|
2719
2719
|
## `sf data export tree`
|
|
2720
2720
|
|
|
@@ -2774,7 +2774,7 @@ EXAMPLES
|
|
|
2774
2774
|
my-scratch
|
|
2775
2775
|
```
|
|
2776
2776
|
|
|
2777
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2777
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.85/src/commands/data/export/tree.ts)_
|
|
2778
2778
|
|
|
2779
2779
|
## `sf data get record`
|
|
2780
2780
|
|
|
@@ -2838,7 +2838,7 @@ EXAMPLES
|
|
|
2838
2838
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
2839
2839
|
```
|
|
2840
2840
|
|
|
2841
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2841
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.85/src/commands/data/get/record.ts)_
|
|
2842
2842
|
|
|
2843
2843
|
## `sf data import bulk`
|
|
2844
2844
|
|
|
@@ -2890,7 +2890,7 @@ EXAMPLES
|
|
|
2890
2890
|
$ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
2891
2891
|
```
|
|
2892
2892
|
|
|
2893
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2893
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.85/src/commands/data/import/bulk.ts)_
|
|
2894
2894
|
|
|
2895
2895
|
## `sf data import resume`
|
|
2896
2896
|
|
|
@@ -2926,7 +2926,7 @@ EXAMPLES
|
|
|
2926
2926
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
2927
2927
|
```
|
|
2928
2928
|
|
|
2929
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2929
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.85/src/commands/data/import/resume.ts)_
|
|
2930
2930
|
|
|
2931
2931
|
## `sf data import tree`
|
|
2932
2932
|
|
|
@@ -2990,7 +2990,7 @@ FLAG DESCRIPTIONS
|
|
|
2990
2990
|
- files(array) - Files: An array of files paths to load
|
|
2991
2991
|
```
|
|
2992
2992
|
|
|
2993
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2993
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.85/src/commands/data/import/tree.ts)_
|
|
2994
2994
|
|
|
2995
2995
|
## `sf data query`
|
|
2996
2996
|
|
|
@@ -3043,7 +3043,7 @@ EXAMPLES
|
|
|
3043
3043
|
$ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
|
|
3044
3044
|
```
|
|
3045
3045
|
|
|
3046
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3046
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.85/src/commands/data/query.ts)_
|
|
3047
3047
|
|
|
3048
3048
|
## `sf data resume`
|
|
3049
3049
|
|
|
@@ -3080,7 +3080,7 @@ EXAMPLES
|
|
|
3080
3080
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
3081
3081
|
```
|
|
3082
3082
|
|
|
3083
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3083
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.85/src/commands/data/resume.ts)_
|
|
3084
3084
|
|
|
3085
3085
|
## `sf data search`
|
|
3086
3086
|
|
|
@@ -3130,7 +3130,7 @@ EXAMPLES
|
|
|
3130
3130
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
3131
3131
|
```
|
|
3132
3132
|
|
|
3133
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3133
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.85/src/commands/data/search.ts)_
|
|
3134
3134
|
|
|
3135
3135
|
## `sf data update bulk`
|
|
3136
3136
|
|
|
@@ -3185,7 +3185,7 @@ EXAMPLES
|
|
|
3185
3185
|
$ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
3186
3186
|
```
|
|
3187
3187
|
|
|
3188
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3188
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.85/src/commands/data/update/bulk.ts)_
|
|
3189
3189
|
|
|
3190
3190
|
## `sf data update record`
|
|
3191
3191
|
|
|
@@ -3247,7 +3247,7 @@ EXAMPLES
|
|
|
3247
3247
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
3248
3248
|
```
|
|
3249
3249
|
|
|
3250
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3250
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.85/src/commands/data/update/record.ts)_
|
|
3251
3251
|
|
|
3252
3252
|
## `sf data update resume`
|
|
3253
3253
|
|
|
@@ -3286,7 +3286,7 @@ EXAMPLES
|
|
|
3286
3286
|
$ sf data update resume --use-most-recent
|
|
3287
3287
|
```
|
|
3288
3288
|
|
|
3289
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3289
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.85/src/commands/data/update/resume.ts)_
|
|
3290
3290
|
|
|
3291
3291
|
## `sf data upsert bulk`
|
|
3292
3292
|
|
|
@@ -3342,7 +3342,7 @@ EXAMPLES
|
|
|
3342
3342
|
my-scratch
|
|
3343
3343
|
```
|
|
3344
3344
|
|
|
3345
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3345
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.85/src/commands/data/upsert/bulk.ts)_
|
|
3346
3346
|
|
|
3347
3347
|
## `sf data upsert resume`
|
|
3348
3348
|
|
|
@@ -3381,7 +3381,7 @@ EXAMPLES
|
|
|
3381
3381
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
3382
3382
|
```
|
|
3383
3383
|
|
|
3384
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3384
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.85/src/commands/data/upsert/resume.ts)_
|
|
3385
3385
|
|
|
3386
3386
|
## `sf doctor`
|
|
3387
3387
|
|
|
@@ -3476,7 +3476,7 @@ EXAMPLES
|
|
|
3476
3476
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
3477
3477
|
```
|
|
3478
3478
|
|
|
3479
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3479
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.85/src/commands/force/data/bulk/delete.ts)_
|
|
3480
3480
|
|
|
3481
3481
|
## `sf force data bulk status`
|
|
3482
3482
|
|
|
@@ -3513,7 +3513,7 @@ EXAMPLES
|
|
|
3513
3513
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
3514
3514
|
```
|
|
3515
3515
|
|
|
3516
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3516
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.85/src/commands/force/data/bulk/status.ts)_
|
|
3517
3517
|
|
|
3518
3518
|
## `sf force data bulk upsert`
|
|
3519
3519
|
|
|
@@ -3571,7 +3571,7 @@ EXAMPLES
|
|
|
3571
3571
|
--target-org my-scratch
|
|
3572
3572
|
```
|
|
3573
3573
|
|
|
3574
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3574
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.85/src/commands/force/data/bulk/upsert.ts)_
|
|
3575
3575
|
|
|
3576
3576
|
## `sf help [COMMAND]`
|
|
3577
3577
|
|
|
@@ -3591,7 +3591,7 @@ DESCRIPTION
|
|
|
3591
3591
|
Display help for sf.
|
|
3592
3592
|
```
|
|
3593
3593
|
|
|
3594
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.
|
|
3594
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.41/src/commands/help.ts)_
|
|
3595
3595
|
|
|
3596
3596
|
## `sf info releasenotes display`
|
|
3597
3597
|
|
|
@@ -3679,7 +3679,7 @@ EXAMPLES
|
|
|
3679
3679
|
$ sf logic get test --test-run-id <test run id> --result-format junit --target-org my-scratch
|
|
3680
3680
|
```
|
|
3681
3681
|
|
|
3682
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
3682
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.17/src/commands/logic/get/test.ts)_
|
|
3683
3683
|
|
|
3684
3684
|
## `sf logic run test`
|
|
3685
3685
|
|
|
@@ -3801,7 +3801,7 @@ FLAG DESCRIPTIONS
|
|
|
3801
3801
|
--tests Test1 --tests Test2
|
|
3802
3802
|
```
|
|
3803
3803
|
|
|
3804
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
3804
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.17/src/commands/logic/run/test.ts)_
|
|
3805
3805
|
|
|
3806
3806
|
## `sf org assign permset`
|
|
3807
3807
|
|
|
@@ -3972,7 +3972,7 @@ FLAG DESCRIPTIONS
|
|
|
3972
3972
|
"agent.user.<GUID>@your-org-domain.com".
|
|
3973
3973
|
```
|
|
3974
3974
|
|
|
3975
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
3975
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.78/src/commands/org/create/agent-user.ts)_
|
|
3976
3976
|
|
|
3977
3977
|
## `sf org create sandbox`
|
|
3978
3978
|
|
|
@@ -4106,7 +4106,7 @@ FLAG DESCRIPTIONS
|
|
|
4106
4106
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
4107
4107
|
```
|
|
4108
4108
|
|
|
4109
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4109
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.78/src/commands/org/create/sandbox.ts)_
|
|
4110
4110
|
|
|
4111
4111
|
## `sf org create scratch`
|
|
4112
4112
|
|
|
@@ -4288,7 +4288,7 @@ FLAG DESCRIPTIONS
|
|
|
4288
4288
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
4289
4289
|
```
|
|
4290
4290
|
|
|
4291
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4291
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.78/src/commands/org/create/scratch.ts)_
|
|
4292
4292
|
|
|
4293
4293
|
## `sf org create user`
|
|
4294
4294
|
|
|
@@ -4442,7 +4442,7 @@ EXAMPLES
|
|
|
4442
4442
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
4443
4443
|
```
|
|
4444
4444
|
|
|
4445
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4445
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.78/src/commands/org/delete/sandbox.ts)_
|
|
4446
4446
|
|
|
4447
4447
|
## `sf org delete scratch`
|
|
4448
4448
|
|
|
@@ -4486,7 +4486,7 @@ EXAMPLES
|
|
|
4486
4486
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
4487
4487
|
```
|
|
4488
4488
|
|
|
4489
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4489
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.78/src/commands/org/delete/scratch.ts)_
|
|
4490
4490
|
|
|
4491
4491
|
## `sf org disable tracking`
|
|
4492
4492
|
|
|
@@ -4525,7 +4525,7 @@ EXAMPLES
|
|
|
4525
4525
|
$ sf org disable tracking
|
|
4526
4526
|
```
|
|
4527
4527
|
|
|
4528
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4528
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.78/src/commands/org/disable/tracking.ts)_
|
|
4529
4529
|
|
|
4530
4530
|
## `sf org display`
|
|
4531
4531
|
|
|
@@ -4570,7 +4570,7 @@ EXAMPLES
|
|
|
4570
4570
|
$ sf org display --target-org TestOrg1 --verbose
|
|
4571
4571
|
```
|
|
4572
4572
|
|
|
4573
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4573
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.78/src/commands/org/display.ts)_
|
|
4574
4574
|
|
|
4575
4575
|
## `sf org display user`
|
|
4576
4576
|
|
|
@@ -4651,7 +4651,7 @@ EXAMPLES
|
|
|
4651
4651
|
$ sf org enable tracking
|
|
4652
4652
|
```
|
|
4653
4653
|
|
|
4654
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4654
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.78/src/commands/org/enable/tracking.ts)_
|
|
4655
4655
|
|
|
4656
4656
|
## `sf org generate password`
|
|
4657
4657
|
|
|
@@ -4757,7 +4757,7 @@ EXAMPLES
|
|
|
4757
4757
|
$ sf org list --clean
|
|
4758
4758
|
```
|
|
4759
4759
|
|
|
4760
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4760
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.78/src/commands/org/list.ts)_
|
|
4761
4761
|
|
|
4762
4762
|
## `sf org list auth`
|
|
4763
4763
|
|
|
@@ -4829,7 +4829,7 @@ EXAMPLES
|
|
|
4829
4829
|
$ sf org list limits --target-org my-scratch-org
|
|
4830
4830
|
```
|
|
4831
4831
|
|
|
4832
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
4832
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.83/src/commands/org/list/limits.ts)_
|
|
4833
4833
|
|
|
4834
4834
|
## `sf org list metadata`
|
|
4835
4835
|
|
|
@@ -4896,7 +4896,7 @@ FLAG DESCRIPTIONS
|
|
|
4896
4896
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
4897
4897
|
```
|
|
4898
4898
|
|
|
4899
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4899
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.78/src/commands/org/list/metadata.ts)_
|
|
4900
4900
|
|
|
4901
4901
|
## `sf org list metadata-types`
|
|
4902
4902
|
|
|
@@ -4951,7 +4951,7 @@ FLAG DESCRIPTIONS
|
|
|
4951
4951
|
Override the api version used for api requests made by this command
|
|
4952
4952
|
```
|
|
4953
4953
|
|
|
4954
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4954
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.78/src/commands/org/list/metadata-types.ts)_
|
|
4955
4955
|
|
|
4956
4956
|
## `sf org list sobject record-counts`
|
|
4957
4957
|
|
|
@@ -4997,7 +4997,7 @@ EXAMPLES
|
|
|
4997
4997
|
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
|
|
4998
4998
|
```
|
|
4999
4999
|
|
|
5000
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
5000
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.83/src/commands/org/list/sobject/record-counts.ts)_
|
|
5001
5001
|
|
|
5002
5002
|
## `sf org list users`
|
|
5003
5003
|
|
|
@@ -5497,7 +5497,7 @@ EXAMPLES
|
|
|
5497
5497
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
5498
5498
|
```
|
|
5499
5499
|
|
|
5500
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5500
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.78/src/commands/org/open.ts)_
|
|
5501
5501
|
|
|
5502
5502
|
## `sf org open agent`
|
|
5503
5503
|
|
|
@@ -5548,7 +5548,7 @@ EXAMPLES
|
|
|
5548
5548
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
|
|
5549
5549
|
```
|
|
5550
5550
|
|
|
5551
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5551
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.78/src/commands/org/open/agent.ts)_
|
|
5552
5552
|
|
|
5553
5553
|
## `sf org open authoring-bundle`
|
|
5554
5554
|
|
|
@@ -5594,7 +5594,7 @@ EXAMPLES
|
|
|
5594
5594
|
$ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
|
|
5595
5595
|
```
|
|
5596
5596
|
|
|
5597
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5597
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.78/src/commands/org/open/authoring-bundle.ts)_
|
|
5598
5598
|
|
|
5599
5599
|
## `sf org refresh sandbox`
|
|
5600
5600
|
|
|
@@ -5697,7 +5697,7 @@ FLAG DESCRIPTIONS
|
|
|
5697
5697
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
5698
5698
|
```
|
|
5699
5699
|
|
|
5700
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5700
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.78/src/commands/org/refresh/sandbox.ts)_
|
|
5701
5701
|
|
|
5702
5702
|
## `sf org resume sandbox`
|
|
5703
5703
|
|
|
@@ -5760,7 +5760,7 @@ FLAG DESCRIPTIONS
|
|
|
5760
5760
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
5761
5761
|
```
|
|
5762
5762
|
|
|
5763
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5763
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.78/src/commands/org/resume/sandbox.ts)_
|
|
5764
5764
|
|
|
5765
5765
|
## `sf org resume scratch`
|
|
5766
5766
|
|
|
@@ -5813,7 +5813,7 @@ FLAG DESCRIPTIONS
|
|
|
5813
5813
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
5814
5814
|
```
|
|
5815
5815
|
|
|
5816
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5816
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.78/src/commands/org/resume/scratch.ts)_
|
|
5817
5817
|
|
|
5818
5818
|
## `sf package convert`
|
|
5819
5819
|
|
|
@@ -7675,7 +7675,7 @@ EXAMPLES
|
|
|
7675
7675
|
$ sf plugins trust verify --npm @scope/npmName
|
|
7676
7676
|
```
|
|
7677
7677
|
|
|
7678
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.
|
|
7678
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.119/src/commands/plugins/trust/verify.ts)_
|
|
7679
7679
|
|
|
7680
7680
|
## `sf plugins uninstall [PLUGIN]`
|
|
7681
7681
|
|
|
@@ -7784,7 +7784,7 @@ FLAG DESCRIPTIONS
|
|
|
7784
7784
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
7785
7785
|
```
|
|
7786
7786
|
|
|
7787
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
7787
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.22/src/commands/project/convert/mdapi.ts)_
|
|
7788
7788
|
|
|
7789
7789
|
## `sf project convert source`
|
|
7790
7790
|
|
|
@@ -7857,7 +7857,7 @@ FLAG DESCRIPTIONS
|
|
|
7857
7857
|
Override the api version used for api requests made by this command
|
|
7858
7858
|
```
|
|
7859
7859
|
|
|
7860
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
7860
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.22/src/commands/project/convert/source.ts)_
|
|
7861
7861
|
|
|
7862
7862
|
## `sf project convert source-behavior`
|
|
7863
7863
|
|
|
@@ -7916,7 +7916,7 @@ EXAMPLES
|
|
|
7916
7916
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
7917
7917
|
```
|
|
7918
7918
|
|
|
7919
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
7919
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.22/src/commands/project/convert/source-behavior.ts)_
|
|
7920
7920
|
|
|
7921
7921
|
## `sf project delete source`
|
|
7922
7922
|
|
|
@@ -8069,7 +8069,7 @@ FLAG DESCRIPTIONS
|
|
|
8069
8069
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
8070
8070
|
```
|
|
8071
8071
|
|
|
8072
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8072
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.22/src/commands/project/delete/source.ts)_
|
|
8073
8073
|
|
|
8074
8074
|
## `sf project delete tracking`
|
|
8075
8075
|
|
|
@@ -8106,7 +8106,7 @@ EXAMPLES
|
|
|
8106
8106
|
$ sf project delete tracking --target-org my-scratch
|
|
8107
8107
|
```
|
|
8108
8108
|
|
|
8109
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8109
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.22/src/commands/project/delete/tracking.ts)_
|
|
8110
8110
|
|
|
8111
8111
|
## `sf project deploy cancel`
|
|
8112
8112
|
|
|
@@ -8178,7 +8178,7 @@ FLAG DESCRIPTIONS
|
|
|
8178
8178
|
project deploy report".
|
|
8179
8179
|
```
|
|
8180
8180
|
|
|
8181
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8181
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.22/src/commands/project/deploy/cancel.ts)_
|
|
8182
8182
|
|
|
8183
8183
|
## `sf project deploy preview`
|
|
8184
8184
|
|
|
@@ -8261,7 +8261,7 @@ FLAG DESCRIPTIONS
|
|
|
8261
8261
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
8262
8262
|
```
|
|
8263
8263
|
|
|
8264
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8264
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.22/src/commands/project/deploy/preview.ts)_
|
|
8265
8265
|
|
|
8266
8266
|
## `sf project deploy quick`
|
|
8267
8267
|
|
|
@@ -8354,7 +8354,7 @@ ERROR CODES
|
|
|
8354
8354
|
Canceling (69) The deploy is being canceled.
|
|
8355
8355
|
```
|
|
8356
8356
|
|
|
8357
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8357
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.22/src/commands/project/deploy/quick.ts)_
|
|
8358
8358
|
|
|
8359
8359
|
## `sf project deploy report`
|
|
8360
8360
|
|
|
@@ -8446,7 +8446,7 @@ FLAG DESCRIPTIONS
|
|
|
8446
8446
|
--coverage-formatters lcov --coverage-formatters clover
|
|
8447
8447
|
```
|
|
8448
8448
|
|
|
8449
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8449
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.22/src/commands/project/deploy/report.ts)_
|
|
8450
8450
|
|
|
8451
8451
|
## `sf project deploy resume`
|
|
8452
8452
|
|
|
@@ -8543,7 +8543,7 @@ ERROR CODES
|
|
|
8543
8543
|
Canceling (69) The deploy is being canceled.
|
|
8544
8544
|
```
|
|
8545
8545
|
|
|
8546
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8546
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.22/src/commands/project/deploy/resume.ts)_
|
|
8547
8547
|
|
|
8548
8548
|
## `sf project deploy start`
|
|
8549
8549
|
|
|
@@ -8809,7 +8809,7 @@ ERROR CODES
|
|
|
8809
8809
|
Canceling (69) The deploy is being canceled.
|
|
8810
8810
|
```
|
|
8811
8811
|
|
|
8812
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8812
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.22/src/commands/project/deploy/start.ts)_
|
|
8813
8813
|
|
|
8814
8814
|
## `sf project deploy validate`
|
|
8815
8815
|
|
|
@@ -9013,7 +9013,7 @@ ERROR CODES
|
|
|
9013
9013
|
Canceling (69) The deploy is being canceled.
|
|
9014
9014
|
```
|
|
9015
9015
|
|
|
9016
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9016
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.22/src/commands/project/deploy/validate.ts)_
|
|
9017
9017
|
|
|
9018
9018
|
## `sf project generate manifest`
|
|
9019
9019
|
|
|
@@ -9109,7 +9109,7 @@ EXAMPLES
|
|
|
9109
9109
|
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
|
|
9110
9110
|
```
|
|
9111
9111
|
|
|
9112
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9112
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.22/src/commands/project/generate/manifest.ts)_
|
|
9113
9113
|
|
|
9114
9114
|
## `sf project list ignored`
|
|
9115
9115
|
|
|
@@ -9151,7 +9151,7 @@ EXAMPLES
|
|
|
9151
9151
|
$ sf project list ignored --source-dir package.xml
|
|
9152
9152
|
```
|
|
9153
9153
|
|
|
9154
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9154
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.22/src/commands/project/list/ignored.ts)_
|
|
9155
9155
|
|
|
9156
9156
|
## `sf project reset tracking`
|
|
9157
9157
|
|
|
@@ -9200,7 +9200,7 @@ EXAMPLES
|
|
|
9200
9200
|
$ sf project reset tracking --revision 30
|
|
9201
9201
|
```
|
|
9202
9202
|
|
|
9203
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9203
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.22/src/commands/project/reset/tracking.ts)_
|
|
9204
9204
|
|
|
9205
9205
|
## `sf project retrieve preview`
|
|
9206
9206
|
|
|
@@ -9254,7 +9254,7 @@ FLAG DESCRIPTIONS
|
|
|
9254
9254
|
production orgs.
|
|
9255
9255
|
```
|
|
9256
9256
|
|
|
9257
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9257
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.22/src/commands/project/retrieve/preview.ts)_
|
|
9258
9258
|
|
|
9259
9259
|
## `sf project retrieve start`
|
|
9260
9260
|
|
|
@@ -9435,7 +9435,7 @@ ENVIRONMENT VARIABLES
|
|
|
9435
9435
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
9436
9436
|
```
|
|
9437
9437
|
|
|
9438
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9438
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.22/src/commands/project/retrieve/start.ts)_
|
|
9439
9439
|
|
|
9440
9440
|
## `sf schema generate field`
|
|
9441
9441
|
|
|
@@ -9489,7 +9489,7 @@ FLAG DESCRIPTIONS
|
|
|
9489
9489
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
9490
9490
|
```
|
|
9491
9491
|
|
|
9492
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9492
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.93/src/commands/schema/generate/field.ts)_
|
|
9493
9493
|
|
|
9494
9494
|
## `sf schema generate platformevent`
|
|
9495
9495
|
|
|
@@ -9521,7 +9521,7 @@ EXAMPLES
|
|
|
9521
9521
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
9522
9522
|
```
|
|
9523
9523
|
|
|
9524
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9524
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.93/src/commands/schema/generate/platformevent.ts)_
|
|
9525
9525
|
|
|
9526
9526
|
## `sf schema generate sobject`
|
|
9527
9527
|
|
|
@@ -9578,7 +9578,7 @@ FLAG DESCRIPTIONS
|
|
|
9578
9578
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
9579
9579
|
```
|
|
9580
9580
|
|
|
9581
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9581
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.93/src/commands/schema/generate/sobject.ts)_
|
|
9582
9582
|
|
|
9583
9583
|
## `sf schema generate tab`
|
|
9584
9584
|
|
|
@@ -9626,7 +9626,7 @@ FLAG DESCRIPTIONS
|
|
|
9626
9626
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
9627
9627
|
```
|
|
9628
9628
|
|
|
9629
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9629
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.93/src/commands/schema/generate/tab.ts)_
|
|
9630
9630
|
|
|
9631
9631
|
## `sf search`
|
|
9632
9632
|
|
|
@@ -9642,7 +9642,7 @@ DESCRIPTION
|
|
|
9642
9642
|
Once you select a command, hit enter and it will show the help for that command.
|
|
9643
9643
|
```
|
|
9644
9644
|
|
|
9645
|
-
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.
|
|
9645
|
+
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.42/src/commands/search.ts)_
|
|
9646
9646
|
|
|
9647
9647
|
## `sf sobject describe`
|
|
9648
9648
|
|
|
@@ -9689,7 +9689,7 @@ EXAMPLES
|
|
|
9689
9689
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
9690
9690
|
```
|
|
9691
9691
|
|
|
9692
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
9692
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.102/src/commands/sobject/describe.ts)_
|
|
9693
9693
|
|
|
9694
9694
|
## `sf sobject list`
|
|
9695
9695
|
|
|
@@ -9728,7 +9728,7 @@ EXAMPLES
|
|
|
9728
9728
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
9729
9729
|
```
|
|
9730
9730
|
|
|
9731
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
9731
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.102/src/commands/sobject/list.ts)_
|
|
9732
9732
|
|
|
9733
9733
|
## `sf template generate analytics template`
|
|
9734
9734
|
|
|
@@ -10708,7 +10708,7 @@ EXAMPLES
|
|
|
10708
10708
|
$ sf which "foo bar baz"
|
|
10709
10709
|
```
|
|
10710
10710
|
|
|
10711
|
-
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.
|
|
10711
|
+
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.47/src/commands/which.ts)_
|
|
10712
10712
|
|
|
10713
10713
|
<!-- commandsstop -->
|
|
10714
10714
|
|