@salesforce/cli 2.135.4 → 2.135.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +97 -77
- package/npm-shrinkwrap.json +27 -27
- package/oclif.lock +27 -27
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
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.135.
|
|
28
|
+
@salesforce/cli/2.135.5 linux-x64 node-v22.22.2
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -281,7 +281,7 @@ ERROR CODES
|
|
|
281
281
|
ActivationFailed (4) Failed to activate the agent due to API or network errors.
|
|
282
282
|
```
|
|
283
283
|
|
|
284
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
284
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/activate.ts)_
|
|
285
285
|
|
|
286
286
|
## `sf agent create`
|
|
287
287
|
|
|
@@ -348,7 +348,7 @@ EXAMPLES
|
|
|
348
348
|
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
|
|
349
349
|
```
|
|
350
350
|
|
|
351
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
351
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/create.ts)_
|
|
352
352
|
|
|
353
353
|
## `sf agent deactivate`
|
|
354
354
|
|
|
@@ -397,7 +397,7 @@ ERROR CODES
|
|
|
397
397
|
DeactivationFailed (4) Failed to deactivate the agent due to API or network errors.
|
|
398
398
|
```
|
|
399
399
|
|
|
400
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
400
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/deactivate.ts)_
|
|
401
401
|
|
|
402
402
|
## `sf agent generate agent-spec`
|
|
403
403
|
|
|
@@ -504,7 +504,7 @@ EXAMPLES
|
|
|
504
504
|
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
|
|
505
505
|
```
|
|
506
506
|
|
|
507
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
507
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/generate/agent-spec.ts)_
|
|
508
508
|
|
|
509
509
|
## `sf agent generate authoring-bundle`
|
|
510
510
|
|
|
@@ -581,7 +581,7 @@ EXAMPLES
|
|
|
581
581
|
other-package-dir/main/default --target-org my-dev-org
|
|
582
582
|
```
|
|
583
583
|
|
|
584
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
584
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/generate/authoring-bundle.ts)_
|
|
585
585
|
|
|
586
586
|
## `sf agent generate template`
|
|
587
587
|
|
|
@@ -643,7 +643,7 @@ EXAMPLES
|
|
|
643
643
|
my-package --source-org my-scratch-org
|
|
644
644
|
```
|
|
645
645
|
|
|
646
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
646
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/generate/template.ts)_
|
|
647
647
|
|
|
648
648
|
## `sf agent generate test-spec`
|
|
649
649
|
|
|
@@ -708,7 +708,7 @@ EXAMPLES
|
|
|
708
708
|
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
|
|
709
709
|
```
|
|
710
710
|
|
|
711
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
711
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/generate/test-spec.ts)_
|
|
712
712
|
|
|
713
713
|
## `sf agent preview`
|
|
714
714
|
|
|
@@ -781,7 +781,7 @@ EXAMPLES
|
|
|
781
781
|
$ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
|
|
782
782
|
```
|
|
783
783
|
|
|
784
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
784
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/preview.ts)_
|
|
785
785
|
|
|
786
786
|
## `sf agent preview end`
|
|
787
787
|
|
|
@@ -789,13 +789,18 @@ End an existing programmatic agent preview session and get trace location.
|
|
|
789
789
|
|
|
790
790
|
```
|
|
791
791
|
USAGE
|
|
792
|
-
$ sf agent preview end -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [--session-id <value>
|
|
793
|
-
<value>
|
|
792
|
+
$ sf agent preview end -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [--session-id <value> |
|
|
793
|
+
--all] [-n <value> | --authoring-bundle <value>] [-p]
|
|
794
794
|
|
|
795
795
|
FLAGS
|
|
796
796
|
-n, --api-name=<value> API name of the activated published agent you want to preview.
|
|
797
797
|
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
798
798
|
configuration variable is already set.
|
|
799
|
+
-p, --no-prompt Don't prompt for confirmation before ending sessions. Has an effect only when used
|
|
800
|
+
with --all.
|
|
801
|
+
--all End all active preview sessions. Combine with --api-name or --authoring-bundle to
|
|
802
|
+
limit to a specific agent, or use with only --target-org to end sessions for all
|
|
803
|
+
agents found in the local session cache. Requires --target-org.
|
|
799
804
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
800
805
|
--authoring-bundle=<value> API name of the authoring bundle metadata component that contains the agent's Agent
|
|
801
806
|
Script file.
|
|
@@ -815,13 +820,17 @@ DESCRIPTION
|
|
|
815
820
|
The original "agent preview start" command outputs a session ID which you then use with the --session-id flag of this
|
|
816
821
|
command to end the session. You don't have to specify the --session-id flag if an agent has only one active preview
|
|
817
822
|
session. You must also use either the --authoring-bundle or --api-name flag to specify the API name of the authoring
|
|
818
|
-
bundle or the published agent,
|
|
823
|
+
bundle or the published agent, respectively. To find either API name, navigate to your package directory in your DX
|
|
819
824
|
project. The API name of an authoring bundle is the same as its directory name under the "aiAuthoringBundles" metadata
|
|
820
825
|
directory. Similarly, the published agent's API name is the same as its directory name under the "Bots" metadata
|
|
821
826
|
directory.
|
|
822
827
|
|
|
828
|
+
Use the --all flag to end all active preview sessions at once. You can combine --all with --api-name or
|
|
829
|
+
--authoring-bundle to end only sessions for a specific agent, or use --all on its own to end every session across all
|
|
830
|
+
agents in the project.
|
|
831
|
+
|
|
823
832
|
EXAMPLES
|
|
824
|
-
End a preview session of a published agent by specifying its session ID and API name
|
|
833
|
+
End a preview session of a published agent by specifying its session ID and API name; use the default org:
|
|
825
834
|
|
|
826
835
|
$ sf agent preview end --session-id <SESSION_ID> --api-name My_Published_Agent
|
|
827
836
|
|
|
@@ -835,17 +844,28 @@ EXAMPLES
|
|
|
835
844
|
|
|
836
845
|
$ sf agent preview end --authoring-bundle My_Local_Agent
|
|
837
846
|
|
|
847
|
+
End all active preview sessions for a specific agent without prompting:
|
|
848
|
+
|
|
849
|
+
$ sf agent preview end --all --authoring-bundle My_Local_Agent --target-org <target_org> --no-prompt
|
|
850
|
+
|
|
851
|
+
End all active preview sessions across every agent in the local session cache for an org:
|
|
852
|
+
|
|
853
|
+
$ sf agent preview end --all --target-org <target_org>
|
|
854
|
+
|
|
838
855
|
ENVIRONMENT VARIABLES
|
|
839
856
|
SF_TARGET_ORG Username or alias of your default org. Overrides the target-org configuration variable.
|
|
840
857
|
|
|
841
858
|
ERROR CODES
|
|
842
|
-
Succeeded (0)
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
859
|
+
Succeeded (0) Preview session ended successfully and traces saved.
|
|
860
|
+
ExactlyOneRequired (2) Neither --api-name nor --authoring-bundle was provided (required when --all is not
|
|
861
|
+
set).
|
|
862
|
+
NotFound (2) Agent not found, or no preview session exists for this agent.
|
|
863
|
+
PreviewEndFailed (4) Failed to end the preview session.
|
|
864
|
+
PreviewEndPartialFailure (68) With --all, one or more sessions failed to end while others succeeded.
|
|
865
|
+
SessionAmbiguous (5) Multiple preview sessions found; specify --session-id to choose one.
|
|
846
866
|
```
|
|
847
867
|
|
|
848
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
868
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/preview/end.ts)_
|
|
849
869
|
|
|
850
870
|
## `sf agent preview send`
|
|
851
871
|
|
|
@@ -912,7 +932,7 @@ ERROR CODES
|
|
|
912
932
|
SessionAmbiguous (5) Multiple preview sessions found; specify --session-id to choose one.
|
|
913
933
|
```
|
|
914
934
|
|
|
915
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
935
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/preview/send.ts)_
|
|
916
936
|
|
|
917
937
|
## `sf agent preview sessions`
|
|
918
938
|
|
|
@@ -948,7 +968,7 @@ ERROR CODES
|
|
|
948
968
|
Succeeded (0) Sessions listed successfully (or empty list if no active sessions).
|
|
949
969
|
```
|
|
950
970
|
|
|
951
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
971
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/preview/sessions.ts)_
|
|
952
972
|
|
|
953
973
|
## `sf agent preview start`
|
|
954
974
|
|
|
@@ -1024,7 +1044,7 @@ ERROR CODES
|
|
|
1024
1044
|
PreviewStartFailed (4) Preview session failed to start due to API or network errors.
|
|
1025
1045
|
```
|
|
1026
1046
|
|
|
1027
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
1047
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/preview/start.ts)_
|
|
1028
1048
|
|
|
1029
1049
|
## `sf agent publish authoring-bundle`
|
|
1030
1050
|
|
|
@@ -1088,7 +1108,7 @@ ERROR CODES
|
|
|
1088
1108
|
Failed (1) Compilation errors found in the Agent Script file.
|
|
1089
1109
|
```
|
|
1090
1110
|
|
|
1091
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
1111
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/publish/authoring-bundle.ts)_
|
|
1092
1112
|
|
|
1093
1113
|
## `sf agent test create`
|
|
1094
1114
|
|
|
@@ -1152,7 +1172,7 @@ ERROR CODES
|
|
|
1152
1172
|
DeploymentFailed (4) Deployment failed due to API or network errors.
|
|
1153
1173
|
```
|
|
1154
1174
|
|
|
1155
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
1175
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/test/create.ts)_
|
|
1156
1176
|
|
|
1157
1177
|
## `sf agent test list`
|
|
1158
1178
|
|
|
@@ -1194,7 +1214,7 @@ ERROR CODES
|
|
|
1194
1214
|
Failed (4) Failed to retrieve agent tests due to API or network errors.
|
|
1195
1215
|
```
|
|
1196
1216
|
|
|
1197
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
1217
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/test/list.ts)_
|
|
1198
1218
|
|
|
1199
1219
|
## `sf agent test results`
|
|
1200
1220
|
|
|
@@ -1278,7 +1298,7 @@ ERROR CODES
|
|
|
1278
1298
|
Failed (4) Failed to retrieve results due to API or network errors.
|
|
1279
1299
|
```
|
|
1280
1300
|
|
|
1281
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
1301
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/test/results.ts)_
|
|
1282
1302
|
|
|
1283
1303
|
## `sf agent test resume`
|
|
1284
1304
|
|
|
@@ -1371,7 +1391,7 @@ ERROR CODES
|
|
|
1371
1391
|
OperationFailed (4) Failed to poll test due to API or network errors.
|
|
1372
1392
|
```
|
|
1373
1393
|
|
|
1374
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
1394
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/test/resume.ts)_
|
|
1375
1395
|
|
|
1376
1396
|
## `sf agent test run`
|
|
1377
1397
|
|
|
@@ -1464,7 +1484,7 @@ ERROR CODES
|
|
|
1464
1484
|
OperationFailed (4) Failed to start or poll test due to API or network errors.
|
|
1465
1485
|
```
|
|
1466
1486
|
|
|
1467
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
1487
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/test/run.ts)_
|
|
1468
1488
|
|
|
1469
1489
|
## `sf agent test run-eval`
|
|
1470
1490
|
|
|
@@ -1546,7 +1566,7 @@ ERROR CODES
|
|
|
1546
1566
|
OperationFailed (4) Failed to execute tests due to API or network errors.
|
|
1547
1567
|
```
|
|
1548
1568
|
|
|
1549
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
1569
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/test/run-eval.ts)_
|
|
1550
1570
|
|
|
1551
1571
|
## `sf agent trace delete`
|
|
1552
1572
|
|
|
@@ -1607,7 +1627,7 @@ ERROR CODES
|
|
|
1607
1627
|
Succeeded (0) Traces deleted successfully (or no traces matched).
|
|
1608
1628
|
```
|
|
1609
1629
|
|
|
1610
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
1630
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/trace/delete.ts)_
|
|
1611
1631
|
|
|
1612
1632
|
## `sf agent trace list`
|
|
1613
1633
|
|
|
@@ -1677,7 +1697,7 @@ ERROR CODES
|
|
|
1677
1697
|
Succeeded (0) Trace files listed successfully (or empty list if none found).
|
|
1678
1698
|
```
|
|
1679
1699
|
|
|
1680
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
1700
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/trace/list.ts)_
|
|
1681
1701
|
|
|
1682
1702
|
## `sf agent trace read`
|
|
1683
1703
|
|
|
@@ -1750,7 +1770,7 @@ EXAMPLES
|
|
|
1750
1770
|
$ sf agent trace read --session-id <SESSION_ID> --json
|
|
1751
1771
|
```
|
|
1752
1772
|
|
|
1753
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
1773
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/trace/read.ts)_
|
|
1754
1774
|
|
|
1755
1775
|
## `sf agent validate authoring-bundle`
|
|
1756
1776
|
|
|
@@ -1807,7 +1827,7 @@ ERROR CODES
|
|
|
1807
1827
|
ServerError (3) Validation/compilation API returned HTTP 500. A server error occurred during compilation.
|
|
1808
1828
|
```
|
|
1809
1829
|
|
|
1810
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
1830
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/validate/authoring-bundle.ts)_
|
|
1811
1831
|
|
|
1812
1832
|
## `sf alias list`
|
|
1813
1833
|
|
|
@@ -2370,7 +2390,7 @@ EXAMPLES
|
|
|
2370
2390
|
$ sf api request graphql --body example.txt --stream-to-file output.txt --include
|
|
2371
2391
|
```
|
|
2372
2392
|
|
|
2373
|
-
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.
|
|
2393
|
+
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.30/src/commands/api/request/graphql.ts)_
|
|
2374
2394
|
|
|
2375
2395
|
## `sf api request rest [URL]`
|
|
2376
2396
|
|
|
@@ -2479,7 +2499,7 @@ FLAG DESCRIPTIONS
|
|
|
2479
2499
|
https://github.com/salesforcecli/plugin-api/tree/main/test/test-files/data-project.
|
|
2480
2500
|
```
|
|
2481
2501
|
|
|
2482
|
-
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.
|
|
2502
|
+
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.30/src/commands/api/request/rest.ts)_
|
|
2483
2503
|
|
|
2484
2504
|
## `sf autocomplete [SHELL]`
|
|
2485
2505
|
|
|
@@ -2792,7 +2812,7 @@ EXAMPLES
|
|
|
2792
2812
|
$ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
|
|
2793
2813
|
```
|
|
2794
2814
|
|
|
2795
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2815
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/bulk/results.ts)_
|
|
2796
2816
|
|
|
2797
2817
|
## `sf data create file`
|
|
2798
2818
|
|
|
@@ -2841,7 +2861,7 @@ EXAMPLES
|
|
|
2841
2861
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
2842
2862
|
```
|
|
2843
2863
|
|
|
2844
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2864
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/create/file.ts)_
|
|
2845
2865
|
|
|
2846
2866
|
## `sf data create record`
|
|
2847
2867
|
|
|
@@ -2897,7 +2917,7 @@ EXAMPLES
|
|
|
2897
2917
|
TracedEntityId=01p17000000R6bLAAS"
|
|
2898
2918
|
```
|
|
2899
2919
|
|
|
2900
|
-
_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.99/src/commands/data/create/record.ts)_
|
|
2901
2921
|
|
|
2902
2922
|
## `sf data delete bulk`
|
|
2903
2923
|
|
|
@@ -2956,7 +2976,7 @@ FLAG DESCRIPTIONS
|
|
|
2956
2976
|
and can be enabled only by a system administrator.
|
|
2957
2977
|
```
|
|
2958
2978
|
|
|
2959
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2979
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/delete/bulk.ts)_
|
|
2960
2980
|
|
|
2961
2981
|
## `sf data delete record`
|
|
2962
2982
|
|
|
@@ -3017,7 +3037,7 @@ EXAMPLES
|
|
|
3017
3037
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
3018
3038
|
```
|
|
3019
3039
|
|
|
3020
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3040
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/delete/record.ts)_
|
|
3021
3041
|
|
|
3022
3042
|
## `sf data delete resume`
|
|
3023
3043
|
|
|
@@ -3056,7 +3076,7 @@ EXAMPLES
|
|
|
3056
3076
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
3057
3077
|
```
|
|
3058
3078
|
|
|
3059
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3079
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/delete/resume.ts)_
|
|
3060
3080
|
|
|
3061
3081
|
## `sf data export bulk`
|
|
3062
3082
|
|
|
@@ -3123,7 +3143,7 @@ EXAMPLES
|
|
|
3123
3143
|
--result-format json --wait 10 --all-rows
|
|
3124
3144
|
```
|
|
3125
3145
|
|
|
3126
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3146
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/export/bulk.ts)_
|
|
3127
3147
|
|
|
3128
3148
|
## `sf data export resume`
|
|
3129
3149
|
|
|
@@ -3162,7 +3182,7 @@ EXAMPLES
|
|
|
3162
3182
|
$ sf data export resume --use-most-recent
|
|
3163
3183
|
```
|
|
3164
3184
|
|
|
3165
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3185
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/export/resume.ts)_
|
|
3166
3186
|
|
|
3167
3187
|
## `sf data export tree`
|
|
3168
3188
|
|
|
@@ -3222,7 +3242,7 @@ EXAMPLES
|
|
|
3222
3242
|
my-scratch
|
|
3223
3243
|
```
|
|
3224
3244
|
|
|
3225
|
-
_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.99/src/commands/data/export/tree.ts)_
|
|
3226
3246
|
|
|
3227
3247
|
## `sf data get record`
|
|
3228
3248
|
|
|
@@ -3286,7 +3306,7 @@ EXAMPLES
|
|
|
3286
3306
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
3287
3307
|
```
|
|
3288
3308
|
|
|
3289
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3309
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/get/record.ts)_
|
|
3290
3310
|
|
|
3291
3311
|
## `sf data import bulk`
|
|
3292
3312
|
|
|
@@ -3338,7 +3358,7 @@ EXAMPLES
|
|
|
3338
3358
|
$ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
3339
3359
|
```
|
|
3340
3360
|
|
|
3341
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3361
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/import/bulk.ts)_
|
|
3342
3362
|
|
|
3343
3363
|
## `sf data import resume`
|
|
3344
3364
|
|
|
@@ -3374,7 +3394,7 @@ EXAMPLES
|
|
|
3374
3394
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
3375
3395
|
```
|
|
3376
3396
|
|
|
3377
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3397
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/import/resume.ts)_
|
|
3378
3398
|
|
|
3379
3399
|
## `sf data import tree`
|
|
3380
3400
|
|
|
@@ -3438,7 +3458,7 @@ FLAG DESCRIPTIONS
|
|
|
3438
3458
|
- files(array) - Files: An array of files paths to load
|
|
3439
3459
|
```
|
|
3440
3460
|
|
|
3441
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3461
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/import/tree.ts)_
|
|
3442
3462
|
|
|
3443
3463
|
## `sf data query`
|
|
3444
3464
|
|
|
@@ -3491,7 +3511,7 @@ EXAMPLES
|
|
|
3491
3511
|
$ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
|
|
3492
3512
|
```
|
|
3493
3513
|
|
|
3494
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3514
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/query.ts)_
|
|
3495
3515
|
|
|
3496
3516
|
## `sf data resume`
|
|
3497
3517
|
|
|
@@ -3528,7 +3548,7 @@ EXAMPLES
|
|
|
3528
3548
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
3529
3549
|
```
|
|
3530
3550
|
|
|
3531
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3551
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/resume.ts)_
|
|
3532
3552
|
|
|
3533
3553
|
## `sf data search`
|
|
3534
3554
|
|
|
@@ -3578,7 +3598,7 @@ EXAMPLES
|
|
|
3578
3598
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
3579
3599
|
```
|
|
3580
3600
|
|
|
3581
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3601
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/search.ts)_
|
|
3582
3602
|
|
|
3583
3603
|
## `sf data update bulk`
|
|
3584
3604
|
|
|
@@ -3633,7 +3653,7 @@ EXAMPLES
|
|
|
3633
3653
|
$ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
3634
3654
|
```
|
|
3635
3655
|
|
|
3636
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3656
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/update/bulk.ts)_
|
|
3637
3657
|
|
|
3638
3658
|
## `sf data update record`
|
|
3639
3659
|
|
|
@@ -3695,7 +3715,7 @@ EXAMPLES
|
|
|
3695
3715
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
3696
3716
|
```
|
|
3697
3717
|
|
|
3698
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3718
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/update/record.ts)_
|
|
3699
3719
|
|
|
3700
3720
|
## `sf data update resume`
|
|
3701
3721
|
|
|
@@ -3734,7 +3754,7 @@ EXAMPLES
|
|
|
3734
3754
|
$ sf data update resume --use-most-recent
|
|
3735
3755
|
```
|
|
3736
3756
|
|
|
3737
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3757
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/update/resume.ts)_
|
|
3738
3758
|
|
|
3739
3759
|
## `sf data upsert bulk`
|
|
3740
3760
|
|
|
@@ -3790,7 +3810,7 @@ EXAMPLES
|
|
|
3790
3810
|
my-scratch
|
|
3791
3811
|
```
|
|
3792
3812
|
|
|
3793
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3813
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/upsert/bulk.ts)_
|
|
3794
3814
|
|
|
3795
3815
|
## `sf data upsert resume`
|
|
3796
3816
|
|
|
@@ -3829,7 +3849,7 @@ EXAMPLES
|
|
|
3829
3849
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
3830
3850
|
```
|
|
3831
3851
|
|
|
3832
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3852
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/upsert/resume.ts)_
|
|
3833
3853
|
|
|
3834
3854
|
## `sf doctor`
|
|
3835
3855
|
|
|
@@ -3924,7 +3944,7 @@ EXAMPLES
|
|
|
3924
3944
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
3925
3945
|
```
|
|
3926
3946
|
|
|
3927
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3947
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/force/data/bulk/delete.ts)_
|
|
3928
3948
|
|
|
3929
3949
|
## `sf force data bulk status`
|
|
3930
3950
|
|
|
@@ -3961,7 +3981,7 @@ EXAMPLES
|
|
|
3961
3981
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
3962
3982
|
```
|
|
3963
3983
|
|
|
3964
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3984
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/force/data/bulk/status.ts)_
|
|
3965
3985
|
|
|
3966
3986
|
## `sf force data bulk upsert`
|
|
3967
3987
|
|
|
@@ -4019,7 +4039,7 @@ EXAMPLES
|
|
|
4019
4039
|
--target-org my-scratch
|
|
4020
4040
|
```
|
|
4021
4041
|
|
|
4022
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
4042
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/force/data/bulk/upsert.ts)_
|
|
4023
4043
|
|
|
4024
4044
|
## `sf help [COMMAND]`
|
|
4025
4045
|
|
|
@@ -4420,7 +4440,7 @@ FLAG DESCRIPTIONS
|
|
|
4420
4440
|
"agent.user.<GUID>@your-org-domain.com".
|
|
4421
4441
|
```
|
|
4422
4442
|
|
|
4423
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
4443
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/create/agent-user.ts)_
|
|
4424
4444
|
|
|
4425
4445
|
## `sf org create sandbox`
|
|
4426
4446
|
|
|
@@ -4554,7 +4574,7 @@ FLAG DESCRIPTIONS
|
|
|
4554
4574
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
4555
4575
|
```
|
|
4556
4576
|
|
|
4557
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
4577
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/create/sandbox.ts)_
|
|
4558
4578
|
|
|
4559
4579
|
## `sf org create scratch`
|
|
4560
4580
|
|
|
@@ -4736,7 +4756,7 @@ FLAG DESCRIPTIONS
|
|
|
4736
4756
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
4737
4757
|
```
|
|
4738
4758
|
|
|
4739
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
4759
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/create/scratch.ts)_
|
|
4740
4760
|
|
|
4741
4761
|
## `sf org create user`
|
|
4742
4762
|
|
|
@@ -4890,7 +4910,7 @@ EXAMPLES
|
|
|
4890
4910
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
4891
4911
|
```
|
|
4892
4912
|
|
|
4893
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
4913
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/delete/sandbox.ts)_
|
|
4894
4914
|
|
|
4895
4915
|
## `sf org delete scratch`
|
|
4896
4916
|
|
|
@@ -4934,7 +4954,7 @@ EXAMPLES
|
|
|
4934
4954
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
4935
4955
|
```
|
|
4936
4956
|
|
|
4937
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
4957
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/delete/scratch.ts)_
|
|
4938
4958
|
|
|
4939
4959
|
## `sf org disable tracking`
|
|
4940
4960
|
|
|
@@ -4973,7 +4993,7 @@ EXAMPLES
|
|
|
4973
4993
|
$ sf org disable tracking
|
|
4974
4994
|
```
|
|
4975
4995
|
|
|
4976
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
4996
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/disable/tracking.ts)_
|
|
4977
4997
|
|
|
4978
4998
|
## `sf org display`
|
|
4979
4999
|
|
|
@@ -5018,7 +5038,7 @@ EXAMPLES
|
|
|
5018
5038
|
$ sf org display --target-org TestOrg1 --verbose
|
|
5019
5039
|
```
|
|
5020
5040
|
|
|
5021
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
5041
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/display.ts)_
|
|
5022
5042
|
|
|
5023
5043
|
## `sf org display user`
|
|
5024
5044
|
|
|
@@ -5099,7 +5119,7 @@ EXAMPLES
|
|
|
5099
5119
|
$ sf org enable tracking
|
|
5100
5120
|
```
|
|
5101
5121
|
|
|
5102
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
5122
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/enable/tracking.ts)_
|
|
5103
5123
|
|
|
5104
5124
|
## `sf org generate password`
|
|
5105
5125
|
|
|
@@ -5205,7 +5225,7 @@ EXAMPLES
|
|
|
5205
5225
|
$ sf org list --clean
|
|
5206
5226
|
```
|
|
5207
5227
|
|
|
5208
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
5228
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/list.ts)_
|
|
5209
5229
|
|
|
5210
5230
|
## `sf org list auth`
|
|
5211
5231
|
|
|
@@ -5344,7 +5364,7 @@ FLAG DESCRIPTIONS
|
|
|
5344
5364
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
5345
5365
|
```
|
|
5346
5366
|
|
|
5347
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
5367
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/list/metadata.ts)_
|
|
5348
5368
|
|
|
5349
5369
|
## `sf org list metadata-types`
|
|
5350
5370
|
|
|
@@ -5399,7 +5419,7 @@ FLAG DESCRIPTIONS
|
|
|
5399
5419
|
Override the api version used for api requests made by this command
|
|
5400
5420
|
```
|
|
5401
5421
|
|
|
5402
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
5422
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/list/metadata-types.ts)_
|
|
5403
5423
|
|
|
5404
5424
|
## `sf org list sobject record-counts`
|
|
5405
5425
|
|
|
@@ -5945,7 +5965,7 @@ EXAMPLES
|
|
|
5945
5965
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
5946
5966
|
```
|
|
5947
5967
|
|
|
5948
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
5968
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/open.ts)_
|
|
5949
5969
|
|
|
5950
5970
|
## `sf org open agent`
|
|
5951
5971
|
|
|
@@ -6020,7 +6040,7 @@ FLAG DESCRIPTIONS
|
|
|
6020
6040
|
flag.
|
|
6021
6041
|
```
|
|
6022
6042
|
|
|
6023
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
6043
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/open/agent.ts)_
|
|
6024
6044
|
|
|
6025
6045
|
## `sf org open authoring-bundle`
|
|
6026
6046
|
|
|
@@ -6066,7 +6086,7 @@ EXAMPLES
|
|
|
6066
6086
|
$ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
|
|
6067
6087
|
```
|
|
6068
6088
|
|
|
6069
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
6089
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/open/authoring-bundle.ts)_
|
|
6070
6090
|
|
|
6071
6091
|
## `sf org refresh sandbox`
|
|
6072
6092
|
|
|
@@ -6169,7 +6189,7 @@ FLAG DESCRIPTIONS
|
|
|
6169
6189
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
6170
6190
|
```
|
|
6171
6191
|
|
|
6172
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
6192
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/refresh/sandbox.ts)_
|
|
6173
6193
|
|
|
6174
6194
|
## `sf org resume sandbox`
|
|
6175
6195
|
|
|
@@ -6232,7 +6252,7 @@ FLAG DESCRIPTIONS
|
|
|
6232
6252
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
6233
6253
|
```
|
|
6234
6254
|
|
|
6235
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
6255
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/resume/sandbox.ts)_
|
|
6236
6256
|
|
|
6237
6257
|
## `sf org resume scratch`
|
|
6238
6258
|
|
|
@@ -6285,7 +6305,7 @@ FLAG DESCRIPTIONS
|
|
|
6285
6305
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
6286
6306
|
```
|
|
6287
6307
|
|
|
6288
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
6308
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/resume/scratch.ts)_
|
|
6289
6309
|
|
|
6290
6310
|
## `sf package convert`
|
|
6291
6311
|
|
|
@@ -10263,7 +10283,7 @@ EXAMPLES
|
|
|
10263
10283
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
10264
10284
|
```
|
|
10265
10285
|
|
|
10266
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
10286
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.111/src/commands/sobject/describe.ts)_
|
|
10267
10287
|
|
|
10268
10288
|
## `sf sobject list`
|
|
10269
10289
|
|
|
@@ -10302,7 +10322,7 @@ EXAMPLES
|
|
|
10302
10322
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
10303
10323
|
```
|
|
10304
10324
|
|
|
10305
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
10325
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.111/src/commands/sobject/list.ts)_
|
|
10306
10326
|
|
|
10307
10327
|
## `sf template generate analytics template`
|
|
10308
10328
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.135.
|
|
3
|
+
"version": "2.135.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.135.
|
|
9
|
+
"version": "2.135.5",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -24,18 +24,18 @@
|
|
|
24
24
|
"@oclif/plugin-which": "3.2.53",
|
|
25
25
|
"@salesforce/core": "^8.28.0",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
|
-
"@salesforce/plugin-agent": "1.
|
|
27
|
+
"@salesforce/plugin-agent": "1.39.0",
|
|
28
28
|
"@salesforce/plugin-apex": "3.9.27",
|
|
29
|
-
"@salesforce/plugin-api": "1.3.
|
|
29
|
+
"@salesforce/plugin-api": "1.3.30",
|
|
30
30
|
"@salesforce/plugin-auth": "4.3.10",
|
|
31
|
-
"@salesforce/plugin-data": "4.0.
|
|
31
|
+
"@salesforce/plugin-data": "4.0.99",
|
|
32
32
|
"@salesforce/plugin-deploy-retrieve": "3.24.44",
|
|
33
33
|
"@salesforce/plugin-info": "3.4.131",
|
|
34
34
|
"@salesforce/plugin-limits": "3.3.89",
|
|
35
35
|
"@salesforce/plugin-marketplace": "1.3.26",
|
|
36
|
-
"@salesforce/plugin-org": "5.10.
|
|
36
|
+
"@salesforce/plugin-org": "5.10.13",
|
|
37
37
|
"@salesforce/plugin-packaging": "2.27.17",
|
|
38
|
-
"@salesforce/plugin-schema": "3.3.
|
|
38
|
+
"@salesforce/plugin-schema": "3.3.111",
|
|
39
39
|
"@salesforce/plugin-settings": "2.4.78",
|
|
40
40
|
"@salesforce/plugin-sobject": "1.4.105",
|
|
41
41
|
"@salesforce/plugin-telemetry": "3.8.20",
|
|
@@ -3750,9 +3750,9 @@
|
|
|
3750
3750
|
}
|
|
3751
3751
|
},
|
|
3752
3752
|
"node_modules/@oclif/multi-stage-output": {
|
|
3753
|
-
"version": "0.8.
|
|
3754
|
-
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.
|
|
3755
|
-
"integrity": "sha512
|
|
3753
|
+
"version": "0.8.40",
|
|
3754
|
+
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.40.tgz",
|
|
3755
|
+
"integrity": "sha512-V2IQ5Tf82lDk5A/g3CUPwF5V6m9+7n9uZn8pxW4pM0H9O3unKPFlBLJDCL0jPdptk0nMr+Z1HCi8puH/i4+jFw==",
|
|
3756
3756
|
"license": "MIT",
|
|
3757
3757
|
"dependencies": {
|
|
3758
3758
|
"@oclif/core": "^4",
|
|
@@ -5149,9 +5149,9 @@
|
|
|
5149
5149
|
}
|
|
5150
5150
|
},
|
|
5151
5151
|
"node_modules/@salesforce/plugin-agent": {
|
|
5152
|
-
"version": "1.
|
|
5153
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.
|
|
5154
|
-
"integrity": "sha512-
|
|
5152
|
+
"version": "1.39.0",
|
|
5153
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.39.0.tgz",
|
|
5154
|
+
"integrity": "sha512-2o4i9U7AUi1F4MkgTdSn/r+OhPrZtRmvEcvGQnrasm7KL8mW2xb0b31NMhc/YZhLD922g7yibZ2GRu5syXGz7w==",
|
|
5155
5155
|
"license": "Apache-2.0",
|
|
5156
5156
|
"dependencies": {
|
|
5157
5157
|
"@inquirer/core": "^10.3.2",
|
|
@@ -5217,15 +5217,15 @@
|
|
|
5217
5217
|
}
|
|
5218
5218
|
},
|
|
5219
5219
|
"node_modules/@salesforce/plugin-api": {
|
|
5220
|
-
"version": "1.3.
|
|
5221
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-api/-/plugin-api-1.3.
|
|
5222
|
-
"integrity": "sha512-
|
|
5220
|
+
"version": "1.3.30",
|
|
5221
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-api/-/plugin-api-1.3.30.tgz",
|
|
5222
|
+
"integrity": "sha512-LXWVFxOHJW+W7OZyRmOGb7GHCaiRqs5W3JMdDTlGNsnQpODw3hcShK29eWOukOqg44+ZZWP5kJSM/SGOqQYxfg==",
|
|
5223
5223
|
"license": "Apache-2.0",
|
|
5224
5224
|
"dependencies": {
|
|
5225
5225
|
"@oclif/core": "^4",
|
|
5226
5226
|
"@salesforce/core": "^8.29.1",
|
|
5227
5227
|
"@salesforce/kit": "^3.2.4",
|
|
5228
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
5228
|
+
"@salesforce/sf-plugins-core": "^12.2.16",
|
|
5229
5229
|
"@salesforce/ts-types": "^2.0.12",
|
|
5230
5230
|
"ansis": "^3.3.2",
|
|
5231
5231
|
"form-data": "^4.0.5",
|
|
@@ -5474,9 +5474,9 @@
|
|
|
5474
5474
|
"license": "MIT"
|
|
5475
5475
|
},
|
|
5476
5476
|
"node_modules/@salesforce/plugin-data": {
|
|
5477
|
-
"version": "4.0.
|
|
5478
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.
|
|
5479
|
-
"integrity": "sha512-
|
|
5477
|
+
"version": "4.0.99",
|
|
5478
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.99.tgz",
|
|
5479
|
+
"integrity": "sha512-4oSQAUkuXBrn7jNLYh3JtQTVgTUyB2NGMYCj+UUZBzpB0h74LgxybmAjHbo9Vp8lh7c+KsCvesCHjtuMuFz9wg==",
|
|
5480
5480
|
"license": "Apache-2.0",
|
|
5481
5481
|
"dependencies": {
|
|
5482
5482
|
"@jsforce/jsforce-node": "^3.10.14",
|
|
@@ -5575,13 +5575,13 @@
|
|
|
5575
5575
|
}
|
|
5576
5576
|
},
|
|
5577
5577
|
"node_modules/@salesforce/plugin-org": {
|
|
5578
|
-
"version": "5.10.
|
|
5579
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.10.
|
|
5580
|
-
"integrity": "sha512-
|
|
5578
|
+
"version": "5.10.13",
|
|
5579
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.10.13.tgz",
|
|
5580
|
+
"integrity": "sha512-bMB3i22SpRHp+YJ8vH4J6gvd7moTOWV2N3G+pPr8VpSPINnFVVaciZpodUsyUkcLC423sP0anal6aRdO8dj70g==",
|
|
5581
5581
|
"license": "Apache-2.0",
|
|
5582
5582
|
"dependencies": {
|
|
5583
5583
|
"@oclif/core": "^4.11.2",
|
|
5584
|
-
"@oclif/multi-stage-output": "^0.8.
|
|
5584
|
+
"@oclif/multi-stage-output": "^0.8.40",
|
|
5585
5585
|
"@salesforce/core": "^8.29.0",
|
|
5586
5586
|
"@salesforce/kit": "^3.2.4",
|
|
5587
5587
|
"@salesforce/sf-plugins-core": "^12.2.16",
|
|
@@ -5761,9 +5761,9 @@
|
|
|
5761
5761
|
}
|
|
5762
5762
|
},
|
|
5763
5763
|
"node_modules/@salesforce/plugin-schema": {
|
|
5764
|
-
"version": "3.3.
|
|
5765
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.
|
|
5766
|
-
"integrity": "sha512-
|
|
5764
|
+
"version": "3.3.111",
|
|
5765
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.111.tgz",
|
|
5766
|
+
"integrity": "sha512-DLhwJz60b60y65tGFoNfgwLmeRH5VDoO9In/CNN2YexA+ygp8l2POX7R+j9curJeHJc5mweFOr7q4QSRDpqSRQ==",
|
|
5767
5767
|
"license": "Apache-2.0",
|
|
5768
5768
|
"dependencies": {
|
|
5769
5769
|
"@oclif/core": "^4",
|
package/oclif.lock
CHANGED
|
@@ -1797,10 +1797,10 @@
|
|
|
1797
1797
|
wordwrap "^1.0.0"
|
|
1798
1798
|
wrap-ansi "^7.0.0"
|
|
1799
1799
|
|
|
1800
|
-
"@oclif/multi-stage-output@^0.8.
|
|
1801
|
-
version "0.8.
|
|
1802
|
-
resolved "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.
|
|
1803
|
-
integrity sha512
|
|
1800
|
+
"@oclif/multi-stage-output@^0.8.36", "@oclif/multi-stage-output@^0.8.37", "@oclif/multi-stage-output@^0.8.40":
|
|
1801
|
+
version "0.8.40"
|
|
1802
|
+
resolved "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.40.tgz"
|
|
1803
|
+
integrity sha512-V2IQ5Tf82lDk5A/g3CUPwF5V6m9+7n9uZn8pxW4pM0H9O3unKPFlBLJDCL0jPdptk0nMr+Z1HCi8puH/i4+jFw==
|
|
1804
1804
|
dependencies:
|
|
1805
1805
|
"@oclif/core" "^4"
|
|
1806
1806
|
"@types/react" "^18.3.12"
|
|
@@ -2320,10 +2320,10 @@
|
|
|
2320
2320
|
jszip "^3.10.1"
|
|
2321
2321
|
object-treeify "^2"
|
|
2322
2322
|
|
|
2323
|
-
"@salesforce/plugin-agent@1.
|
|
2324
|
-
version "1.
|
|
2325
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.
|
|
2326
|
-
integrity sha512-
|
|
2323
|
+
"@salesforce/plugin-agent@1.39.0":
|
|
2324
|
+
version "1.39.0"
|
|
2325
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.39.0.tgz"
|
|
2326
|
+
integrity sha512-2o4i9U7AUi1F4MkgTdSn/r+OhPrZtRmvEcvGQnrasm7KL8mW2xb0b31NMhc/YZhLD922g7yibZ2GRu5syXGz7w==
|
|
2327
2327
|
dependencies:
|
|
2328
2328
|
"@inquirer/core" "^10.3.2"
|
|
2329
2329
|
"@inquirer/prompts" "^7.10.1"
|
|
@@ -2355,15 +2355,15 @@
|
|
|
2355
2355
|
"@salesforce/sf-plugins-core" "^12.2.16"
|
|
2356
2356
|
ansis "^3.3.1"
|
|
2357
2357
|
|
|
2358
|
-
"@salesforce/plugin-api@1.3.
|
|
2359
|
-
version "1.3.
|
|
2360
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-api/-/plugin-api-1.3.
|
|
2361
|
-
integrity sha512-
|
|
2358
|
+
"@salesforce/plugin-api@1.3.30":
|
|
2359
|
+
version "1.3.30"
|
|
2360
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-api/-/plugin-api-1.3.30.tgz"
|
|
2361
|
+
integrity sha512-LXWVFxOHJW+W7OZyRmOGb7GHCaiRqs5W3JMdDTlGNsnQpODw3hcShK29eWOukOqg44+ZZWP5kJSM/SGOqQYxfg==
|
|
2362
2362
|
dependencies:
|
|
2363
2363
|
"@oclif/core" "^4"
|
|
2364
2364
|
"@salesforce/core" "^8.29.1"
|
|
2365
2365
|
"@salesforce/kit" "^3.2.4"
|
|
2366
|
-
"@salesforce/sf-plugins-core" "^12.2.
|
|
2366
|
+
"@salesforce/sf-plugins-core" "^12.2.16"
|
|
2367
2367
|
"@salesforce/ts-types" "^2.0.12"
|
|
2368
2368
|
ansis "^3.3.2"
|
|
2369
2369
|
form-data "^4.0.5"
|
|
@@ -2399,10 +2399,10 @@
|
|
|
2399
2399
|
debug "^4.4.3"
|
|
2400
2400
|
handlebars "^4.7.9"
|
|
2401
2401
|
|
|
2402
|
-
"@salesforce/plugin-data@4.0.
|
|
2403
|
-
version "4.0.
|
|
2404
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.
|
|
2405
|
-
integrity sha512-
|
|
2402
|
+
"@salesforce/plugin-data@4.0.99":
|
|
2403
|
+
version "4.0.99"
|
|
2404
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.99.tgz"
|
|
2405
|
+
integrity sha512-4oSQAUkuXBrn7jNLYh3JtQTVgTUyB2NGMYCj+UUZBzpB0h74LgxybmAjHbo9Vp8lh7c+KsCvesCHjtuMuFz9wg==
|
|
2406
2406
|
dependencies:
|
|
2407
2407
|
"@jsforce/jsforce-node" "^3.10.14"
|
|
2408
2408
|
"@oclif/multi-stage-output" "^0.8.36"
|
|
@@ -2475,13 +2475,13 @@
|
|
|
2475
2475
|
got "^13.0.0"
|
|
2476
2476
|
proxy-agent "^6.5.0"
|
|
2477
2477
|
|
|
2478
|
-
"@salesforce/plugin-org@5.10.
|
|
2479
|
-
version "5.10.
|
|
2480
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.10.
|
|
2481
|
-
integrity sha512-
|
|
2478
|
+
"@salesforce/plugin-org@5.10.13":
|
|
2479
|
+
version "5.10.13"
|
|
2480
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.10.13.tgz"
|
|
2481
|
+
integrity sha512-bMB3i22SpRHp+YJ8vH4J6gvd7moTOWV2N3G+pPr8VpSPINnFVVaciZpodUsyUkcLC423sP0anal6aRdO8dj70g==
|
|
2482
2482
|
dependencies:
|
|
2483
2483
|
"@oclif/core" "^4.11.2"
|
|
2484
|
-
"@oclif/multi-stage-output" "^0.8.
|
|
2484
|
+
"@oclif/multi-stage-output" "^0.8.40"
|
|
2485
2485
|
"@salesforce/core" "^8.29.0"
|
|
2486
2486
|
"@salesforce/kit" "^3.2.4"
|
|
2487
2487
|
"@salesforce/sf-plugins-core" "^12.2.16"
|
|
@@ -2535,10 +2535,10 @@
|
|
|
2535
2535
|
strip-ansi "^6"
|
|
2536
2536
|
yarn-deduplicate "^6.0.2"
|
|
2537
2537
|
|
|
2538
|
-
"@salesforce/plugin-schema@3.3.
|
|
2539
|
-
version "3.3.
|
|
2540
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.
|
|
2541
|
-
integrity sha512-
|
|
2538
|
+
"@salesforce/plugin-schema@3.3.111":
|
|
2539
|
+
version "3.3.111"
|
|
2540
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.111.tgz"
|
|
2541
|
+
integrity sha512-DLhwJz60b60y65tGFoNfgwLmeRH5VDoO9In/CNN2YexA+ygp8l2POX7R+j9curJeHJc5mweFOr7q4QSRDpqSRQ==
|
|
2542
2542
|
dependencies:
|
|
2543
2543
|
"@oclif/core" "^4"
|
|
2544
2544
|
"@salesforce/core" "^8.29.1"
|
|
@@ -2647,7 +2647,7 @@
|
|
|
2647
2647
|
string-width "^7.2.0"
|
|
2648
2648
|
terminal-link "^3.0.0"
|
|
2649
2649
|
|
|
2650
|
-
"@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.2.
|
|
2650
|
+
"@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.2.14", "@salesforce/sf-plugins-core@^12.2.15", "@salesforce/sf-plugins-core@^12.2.16", "@salesforce/sf-plugins-core@^12.2.6", "@salesforce/sf-plugins-core@12.2.16":
|
|
2651
2651
|
version "12.2.16"
|
|
2652
2652
|
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.16.tgz"
|
|
2653
2653
|
integrity sha512-csZxi6gJ675/+9dc1Q9KDDq21XRy+tKtgr1ZSPyA6TeP0J4bnuIfsk9cZCOzxaI6T8L6lM3CyWltQMJ927vpzA==
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.135.
|
|
4
|
+
"version": "2.135.5",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -159,18 +159,18 @@
|
|
|
159
159
|
"@oclif/plugin-which": "3.2.53",
|
|
160
160
|
"@salesforce/core": "^8.28.0",
|
|
161
161
|
"@salesforce/kit": "^3.1.6",
|
|
162
|
-
"@salesforce/plugin-agent": "1.
|
|
162
|
+
"@salesforce/plugin-agent": "1.39.0",
|
|
163
163
|
"@salesforce/plugin-apex": "3.9.27",
|
|
164
|
-
"@salesforce/plugin-api": "1.3.
|
|
164
|
+
"@salesforce/plugin-api": "1.3.30",
|
|
165
165
|
"@salesforce/plugin-auth": "4.3.10",
|
|
166
|
-
"@salesforce/plugin-data": "4.0.
|
|
166
|
+
"@salesforce/plugin-data": "4.0.99",
|
|
167
167
|
"@salesforce/plugin-deploy-retrieve": "3.24.44",
|
|
168
168
|
"@salesforce/plugin-info": "3.4.131",
|
|
169
169
|
"@salesforce/plugin-limits": "3.3.89",
|
|
170
170
|
"@salesforce/plugin-marketplace": "1.3.26",
|
|
171
|
-
"@salesforce/plugin-org": "5.10.
|
|
171
|
+
"@salesforce/plugin-org": "5.10.13",
|
|
172
172
|
"@salesforce/plugin-packaging": "2.27.17",
|
|
173
|
-
"@salesforce/plugin-schema": "3.3.
|
|
173
|
+
"@salesforce/plugin-schema": "3.3.111",
|
|
174
174
|
"@salesforce/plugin-settings": "2.4.78",
|
|
175
175
|
"@salesforce/plugin-sobject": "1.4.105",
|
|
176
176
|
"@salesforce/plugin-telemetry": "3.8.20",
|