@salesforce/cli 2.99.5 → 2.100.0
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 +79 -113
- package/npm-shrinkwrap.json +50 -50
- package/oclif.lock +48 -48
- package/oclif.manifest.json +1 -1
- package/package.json +15 -15
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.
|
|
28
|
+
@salesforce/cli/2.100.0 linux-x64 node-v22.17.1
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -262,7 +262,7 @@ EXAMPLES
|
|
|
262
262
|
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
|
|
263
263
|
```
|
|
264
264
|
|
|
265
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.
|
|
265
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.5/src/commands/agent/create.ts)_
|
|
266
266
|
|
|
267
267
|
## `sf agent generate agent-spec`
|
|
268
268
|
|
|
@@ -367,7 +367,7 @@ EXAMPLES
|
|
|
367
367
|
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
|
|
368
368
|
```
|
|
369
369
|
|
|
370
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.
|
|
370
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.5/src/commands/agent/generate/agent-spec.ts)_
|
|
371
371
|
|
|
372
372
|
## `sf agent generate template`
|
|
373
373
|
|
|
@@ -415,7 +415,7 @@ EXAMPLES
|
|
|
415
415
|
force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
|
|
416
416
|
```
|
|
417
417
|
|
|
418
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.
|
|
418
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.5/src/commands/agent/generate/template.ts)_
|
|
419
419
|
|
|
420
420
|
## `sf agent generate test-spec`
|
|
421
421
|
|
|
@@ -473,7 +473,7 @@ EXAMPLES
|
|
|
473
473
|
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
|
|
474
474
|
```
|
|
475
475
|
|
|
476
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.
|
|
476
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.5/src/commands/agent/generate/test-spec.ts)_
|
|
477
477
|
|
|
478
478
|
## `sf agent preview`
|
|
479
479
|
|
|
@@ -518,59 +518,25 @@ DESCRIPTION
|
|
|
518
518
|
|
|
519
519
|
Find the agent's API name in its main details page in your org's Agent page in Setup.
|
|
520
520
|
|
|
521
|
-
Before you use this command, you must complete
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
these additional steps:
|
|
526
|
-
|
|
527
|
-
a. When specifying the connected app's Callback URL, add this second callback URL on a new line:
|
|
528
|
-
"http://localhost:1717/OauthRedirect".
|
|
529
|
-
|
|
530
|
-
b. When adding the scopes to the connected app, add "Manage user data via Web browsers (web)".
|
|
531
|
-
|
|
532
|
-
2. Add the connected app to your agent as described in the "Add Connected App to Agent" section here:
|
|
533
|
-
https://developer.salesforce.com/docs/einstein/genai/guide/agent-api-get-started.html#add-connected-app-to-agent.
|
|
534
|
-
|
|
535
|
-
3. Copy the consumer key from your connected app as described in the "Obtain Credentials" section here:
|
|
536
|
-
https://developer.salesforce.com/docs/einstein/genai/guide/agent-api-get-started.html#obtain-credentials.
|
|
537
|
-
|
|
538
|
-
4. If you haven't already, run the "org login web" CLI command as usual to authorize the development org that contains
|
|
539
|
-
the agent you want to preview.
|
|
540
|
-
|
|
541
|
-
5. Re-run the "org web login" command to link the new connected app to your already-authenticated user. Use the
|
|
542
|
-
--client-app flag to give the link a name; you can specify any string, but make a note of it because you'll need it
|
|
543
|
-
later. Use --username to specify the username that you used to log into the org in the previous step. Use --client-id
|
|
544
|
-
to specify the consumer key you previously copied. Finally, use --scopes as indicated to specify the required API
|
|
545
|
-
scopes. Here's an example:
|
|
546
|
-
|
|
547
|
-
sf org login web --client-app agent-app --username <username> --client-id <consumer-key> --scopes "sfap_api
|
|
548
|
-
chatbot_api refresh_token api web"
|
|
549
|
-
|
|
550
|
-
IMPORTANT: You must use the "--client-id <CONNECTED-APP-CONSUMER-KEY>" flag of "org login web", where
|
|
551
|
-
CONNECTED-APP-CONSUMER-KEY is the consumer key you previously copied. This step ensures that the "org login web"
|
|
552
|
-
command uses your custom connected app, and not the default CLI connected app.
|
|
553
|
-
|
|
554
|
-
6. Press Enter to skip sharing the client secret, then log in with your org username as usual and click Accept.
|
|
555
|
-
|
|
556
|
-
7. Run this command ("agent preview") to interact with an agent by using the --target-org flag to specify the org
|
|
557
|
-
username or alias as usual and --client-app to specify the linked connected app ("agent-app" in the previous example).
|
|
558
|
-
Use the "org display" command to get the list of client apps associated with an org.
|
|
521
|
+
IMPORTANT: Before you use this command, you must complete a number of configuration steps in your org and your DX
|
|
522
|
+
project. The examples in this help assume you've completed the steps. See "Preview an Agent" in the "Agentforce
|
|
523
|
+
Developer Guide" for complete documentation:
|
|
524
|
+
https://developer.salesforce.com/docs/einstein/genai/guide/agent-dx-preview.html.
|
|
559
525
|
|
|
560
526
|
EXAMPLES
|
|
561
527
|
Interact with an agent with API name "Resort_Manager" in the org with alias "my-org" and the linked "agent-app"
|
|
562
528
|
connected app:
|
|
563
529
|
|
|
564
|
-
$ sf agent preview --api-name
|
|
530
|
+
$ sf agent preview --api-name Resort_Manager --target-org my-org --client-app agent-app
|
|
565
531
|
|
|
566
532
|
Same as the preceding example, but this time save the conversation transcripts to the "./transcripts/my-preview"
|
|
567
533
|
directory rather than the default "./temp/agent-preview":
|
|
568
534
|
|
|
569
|
-
$ sf agent preview --api-name
|
|
570
|
-
|
|
535
|
+
$ sf agent preview --api-name Resort_Manager --target-org my-org --client-app agent-app --output-dir \
|
|
536
|
+
transcripts/my-preview
|
|
571
537
|
```
|
|
572
538
|
|
|
573
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.
|
|
539
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.5/src/commands/agent/preview.ts)_
|
|
574
540
|
|
|
575
541
|
## `sf agent test create`
|
|
576
542
|
|
|
@@ -625,7 +591,7 @@ EXAMPLES
|
|
|
625
591
|
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
|
|
626
592
|
```
|
|
627
593
|
|
|
628
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.
|
|
594
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.5/src/commands/agent/test/create.ts)_
|
|
629
595
|
|
|
630
596
|
## `sf agent test list`
|
|
631
597
|
|
|
@@ -660,7 +626,7 @@ EXAMPLES
|
|
|
660
626
|
$ sf agent test list --target-org my-org
|
|
661
627
|
```
|
|
662
628
|
|
|
663
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.
|
|
629
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.5/src/commands/agent/test/list.ts)_
|
|
664
630
|
|
|
665
631
|
## `sf agent test results`
|
|
666
632
|
|
|
@@ -716,7 +682,7 @@ FLAG DESCRIPTIONS
|
|
|
716
682
|
test results aren't written.
|
|
717
683
|
```
|
|
718
684
|
|
|
719
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.
|
|
685
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.5/src/commands/agent/test/results.ts)_
|
|
720
686
|
|
|
721
687
|
## `sf agent test resume`
|
|
722
688
|
|
|
@@ -779,7 +745,7 @@ FLAG DESCRIPTIONS
|
|
|
779
745
|
test results aren't written.
|
|
780
746
|
```
|
|
781
747
|
|
|
782
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.
|
|
748
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.5/src/commands/agent/test/resume.ts)_
|
|
783
749
|
|
|
784
750
|
## `sf agent test run`
|
|
785
751
|
|
|
@@ -843,7 +809,7 @@ FLAG DESCRIPTIONS
|
|
|
843
809
|
test results aren't written.
|
|
844
810
|
```
|
|
845
811
|
|
|
846
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.
|
|
812
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.5/src/commands/agent/test/run.ts)_
|
|
847
813
|
|
|
848
814
|
## `sf alias list`
|
|
849
815
|
|
|
@@ -871,7 +837,7 @@ EXAMPLES
|
|
|
871
837
|
$ sf alias list
|
|
872
838
|
```
|
|
873
839
|
|
|
874
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
840
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.38/src/commands/alias/list.ts)_
|
|
875
841
|
|
|
876
842
|
## `sf alias set`
|
|
877
843
|
|
|
@@ -920,7 +886,7 @@ EXAMPLES
|
|
|
920
886
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
921
887
|
```
|
|
922
888
|
|
|
923
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
889
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.38/src/commands/alias/set.ts)_
|
|
924
890
|
|
|
925
891
|
## `sf alias unset`
|
|
926
892
|
|
|
@@ -960,7 +926,7 @@ EXAMPLES
|
|
|
960
926
|
$ sf alias unset --all [--no-prompt]
|
|
961
927
|
```
|
|
962
928
|
|
|
963
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
929
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.38/src/commands/alias/unset.ts)_
|
|
964
930
|
|
|
965
931
|
## `sf analytics generate template`
|
|
966
932
|
|
|
@@ -1790,7 +1756,7 @@ CONFIGURATION VARIABLES
|
|
|
1790
1756
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1791
1757
|
```
|
|
1792
1758
|
|
|
1793
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1759
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.38/src/commands/config/get.ts)_
|
|
1794
1760
|
|
|
1795
1761
|
## `sf config list`
|
|
1796
1762
|
|
|
@@ -1830,7 +1796,7 @@ EXAMPLES
|
|
|
1830
1796
|
$ sf config list
|
|
1831
1797
|
```
|
|
1832
1798
|
|
|
1833
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1799
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.38/src/commands/config/list.ts)_
|
|
1834
1800
|
|
|
1835
1801
|
## `sf config set`
|
|
1836
1802
|
|
|
@@ -1899,7 +1865,7 @@ CONFIGURATION VARIABLES
|
|
|
1899
1865
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1900
1866
|
```
|
|
1901
1867
|
|
|
1902
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1868
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.38/src/commands/config/set.ts)_
|
|
1903
1869
|
|
|
1904
1870
|
## `sf config unset`
|
|
1905
1871
|
|
|
@@ -1949,7 +1915,7 @@ CONFIGURATION VARIABLES
|
|
|
1949
1915
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1950
1916
|
```
|
|
1951
1917
|
|
|
1952
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1918
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.38/src/commands/config/unset.ts)_
|
|
1953
1919
|
|
|
1954
1920
|
## `sf data bulk results`
|
|
1955
1921
|
|
|
@@ -3100,7 +3066,7 @@ EXAMPLES
|
|
|
3100
3066
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
3101
3067
|
```
|
|
3102
3068
|
|
|
3103
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
3069
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.74/src/commands/doctor.ts)_
|
|
3104
3070
|
|
|
3105
3071
|
## `sf force data bulk delete`
|
|
3106
3072
|
|
|
@@ -3302,7 +3268,7 @@ EXAMPLES
|
|
|
3302
3268
|
$ sf info releasenotes display --version latest
|
|
3303
3269
|
```
|
|
3304
3270
|
|
|
3305
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
3271
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.74/src/commands/info/releasenotes/display.ts)_
|
|
3306
3272
|
|
|
3307
3273
|
## `sf lightning generate app`
|
|
3308
3274
|
|
|
@@ -3637,7 +3603,7 @@ EXAMPLES
|
|
|
3637
3603
|
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
|
|
3638
3604
|
```
|
|
3639
3605
|
|
|
3640
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3606
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.30/src/commands/org/assign/permset.ts)_
|
|
3641
3607
|
|
|
3642
3608
|
## `sf org assign permsetlicense`
|
|
3643
3609
|
|
|
@@ -3684,7 +3650,7 @@ EXAMPLES
|
|
|
3684
3650
|
user3
|
|
3685
3651
|
```
|
|
3686
3652
|
|
|
3687
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3653
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.30/src/commands/org/assign/permsetlicense.ts)_
|
|
3688
3654
|
|
|
3689
3655
|
## `sf org create sandbox`
|
|
3690
3656
|
|
|
@@ -3818,7 +3784,7 @@ FLAG DESCRIPTIONS
|
|
|
3818
3784
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
3819
3785
|
```
|
|
3820
3786
|
|
|
3821
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
3787
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.13/src/commands/org/create/sandbox.ts)_
|
|
3822
3788
|
|
|
3823
3789
|
## `sf org create scratch`
|
|
3824
3790
|
|
|
@@ -4000,7 +3966,7 @@ FLAG DESCRIPTIONS
|
|
|
4000
3966
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
4001
3967
|
```
|
|
4002
3968
|
|
|
4003
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
3969
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.13/src/commands/org/create/scratch.ts)_
|
|
4004
3970
|
|
|
4005
3971
|
## `sf org create user`
|
|
4006
3972
|
|
|
@@ -4108,7 +4074,7 @@ FLAG DESCRIPTIONS
|
|
|
4108
4074
|
might be different than what you specify in the definition file.
|
|
4109
4075
|
```
|
|
4110
4076
|
|
|
4111
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4077
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.30/src/commands/org/create/user.ts)_
|
|
4112
4078
|
|
|
4113
4079
|
## `sf org delete sandbox`
|
|
4114
4080
|
|
|
@@ -4154,7 +4120,7 @@ EXAMPLES
|
|
|
4154
4120
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
4155
4121
|
```
|
|
4156
4122
|
|
|
4157
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4123
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.13/src/commands/org/delete/sandbox.ts)_
|
|
4158
4124
|
|
|
4159
4125
|
## `sf org delete scratch`
|
|
4160
4126
|
|
|
@@ -4198,7 +4164,7 @@ EXAMPLES
|
|
|
4198
4164
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
4199
4165
|
```
|
|
4200
4166
|
|
|
4201
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4167
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.13/src/commands/org/delete/scratch.ts)_
|
|
4202
4168
|
|
|
4203
4169
|
## `sf org disable tracking`
|
|
4204
4170
|
|
|
@@ -4237,7 +4203,7 @@ EXAMPLES
|
|
|
4237
4203
|
$ sf org disable tracking
|
|
4238
4204
|
```
|
|
4239
4205
|
|
|
4240
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4206
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.13/src/commands/org/disable/tracking.ts)_
|
|
4241
4207
|
|
|
4242
4208
|
## `sf org display`
|
|
4243
4209
|
|
|
@@ -4282,7 +4248,7 @@ EXAMPLES
|
|
|
4282
4248
|
$ sf org display --target-org TestOrg1 --verbose
|
|
4283
4249
|
```
|
|
4284
4250
|
|
|
4285
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4251
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.13/src/commands/org/display.ts)_
|
|
4286
4252
|
|
|
4287
4253
|
## `sf org display user`
|
|
4288
4254
|
|
|
@@ -4321,7 +4287,7 @@ EXAMPLES
|
|
|
4321
4287
|
$ sf org display user --target-org me@my.org --json
|
|
4322
4288
|
```
|
|
4323
4289
|
|
|
4324
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4290
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.30/src/commands/org/display/user.ts)_
|
|
4325
4291
|
|
|
4326
4292
|
## `sf org enable tracking`
|
|
4327
4293
|
|
|
@@ -4363,7 +4329,7 @@ EXAMPLES
|
|
|
4363
4329
|
$ sf org enable tracking
|
|
4364
4330
|
```
|
|
4365
4331
|
|
|
4366
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4332
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.13/src/commands/org/enable/tracking.ts)_
|
|
4367
4333
|
|
|
4368
4334
|
## `sf org generate password`
|
|
4369
4335
|
|
|
@@ -4430,7 +4396,7 @@ EXAMPLES
|
|
|
4430
4396
|
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
|
|
4431
4397
|
```
|
|
4432
4398
|
|
|
4433
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4399
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.30/src/commands/org/generate/password.ts)_
|
|
4434
4400
|
|
|
4435
4401
|
## `sf org list`
|
|
4436
4402
|
|
|
@@ -4469,7 +4435,7 @@ EXAMPLES
|
|
|
4469
4435
|
$ sf org list --clean
|
|
4470
4436
|
```
|
|
4471
4437
|
|
|
4472
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4438
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.13/src/commands/org/list.ts)_
|
|
4473
4439
|
|
|
4474
4440
|
## `sf org list auth`
|
|
4475
4441
|
|
|
@@ -4501,7 +4467,7 @@ EXAMPLES
|
|
|
4501
4467
|
$ sf org list auth
|
|
4502
4468
|
```
|
|
4503
4469
|
|
|
4504
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
4470
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.11/src/commands/org/list/auth.ts)_
|
|
4505
4471
|
|
|
4506
4472
|
## `sf org list limits`
|
|
4507
4473
|
|
|
@@ -4608,7 +4574,7 @@ FLAG DESCRIPTIONS
|
|
|
4608
4574
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
4609
4575
|
```
|
|
4610
4576
|
|
|
4611
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4577
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.13/src/commands/org/list/metadata.ts)_
|
|
4612
4578
|
|
|
4613
4579
|
## `sf org list metadata-types`
|
|
4614
4580
|
|
|
@@ -4663,7 +4629,7 @@ FLAG DESCRIPTIONS
|
|
|
4663
4629
|
Override the api version used for api requests made by this command
|
|
4664
4630
|
```
|
|
4665
4631
|
|
|
4666
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4632
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.13/src/commands/org/list/metadata-types.ts)_
|
|
4667
4633
|
|
|
4668
4634
|
## `sf org list sobject record-counts`
|
|
4669
4635
|
|
|
@@ -4747,7 +4713,7 @@ EXAMPLES
|
|
|
4747
4713
|
$ sf org list users --target-org me@my.org
|
|
4748
4714
|
```
|
|
4749
4715
|
|
|
4750
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4716
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.30/src/commands/org/list/users.ts)_
|
|
4751
4717
|
|
|
4752
4718
|
## `sf org login access-token`
|
|
4753
4719
|
|
|
@@ -4801,7 +4767,7 @@ FLAG DESCRIPTIONS
|
|
|
4801
4767
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4802
4768
|
```
|
|
4803
4769
|
|
|
4804
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
4770
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.11/src/commands/org/login/access-token.ts)_
|
|
4805
4771
|
|
|
4806
4772
|
## `sf org login device`
|
|
4807
4773
|
|
|
@@ -4861,7 +4827,7 @@ FLAG DESCRIPTIONS
|
|
|
4861
4827
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4862
4828
|
```
|
|
4863
4829
|
|
|
4864
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
4830
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.11/src/commands/org/login/device.ts)_
|
|
4865
4831
|
|
|
4866
4832
|
## `sf org login jwt`
|
|
4867
4833
|
|
|
@@ -4952,7 +4918,7 @@ FLAG DESCRIPTIONS
|
|
|
4952
4918
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4953
4919
|
```
|
|
4954
4920
|
|
|
4955
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
4921
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.11/src/commands/org/login/jwt.ts)_
|
|
4956
4922
|
|
|
4957
4923
|
## `sf org login sfdx-url`
|
|
4958
4924
|
|
|
@@ -5022,7 +4988,7 @@ EXAMPLES
|
|
|
5022
4988
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
5023
4989
|
```
|
|
5024
4990
|
|
|
5025
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
4991
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.11/src/commands/org/login/sfdx-url.ts)_
|
|
5026
4992
|
|
|
5027
4993
|
## `sf org login web`
|
|
5028
4994
|
|
|
@@ -5127,7 +5093,7 @@ FLAG DESCRIPTIONS
|
|
|
5127
5093
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5128
5094
|
```
|
|
5129
5095
|
|
|
5130
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
5096
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.11/src/commands/org/login/web.ts)_
|
|
5131
5097
|
|
|
5132
5098
|
## `sf org logout`
|
|
5133
5099
|
|
|
@@ -5193,7 +5159,7 @@ FLAG DESCRIPTIONS
|
|
|
5193
5159
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
5194
5160
|
```
|
|
5195
5161
|
|
|
5196
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
5162
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.11/src/commands/org/logout.ts)_
|
|
5197
5163
|
|
|
5198
5164
|
## `sf org open`
|
|
5199
5165
|
|
|
@@ -5269,7 +5235,7 @@ EXAMPLES
|
|
|
5269
5235
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
5270
5236
|
```
|
|
5271
5237
|
|
|
5272
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5238
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.13/src/commands/org/open.ts)_
|
|
5273
5239
|
|
|
5274
5240
|
## `sf org open agent`
|
|
5275
5241
|
|
|
@@ -5320,7 +5286,7 @@ EXAMPLES
|
|
|
5320
5286
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
|
|
5321
5287
|
```
|
|
5322
5288
|
|
|
5323
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5289
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.13/src/commands/org/open/agent.ts)_
|
|
5324
5290
|
|
|
5325
5291
|
## `sf org refresh sandbox`
|
|
5326
5292
|
|
|
@@ -5423,7 +5389,7 @@ FLAG DESCRIPTIONS
|
|
|
5423
5389
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
5424
5390
|
```
|
|
5425
5391
|
|
|
5426
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5392
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.13/src/commands/org/refresh/sandbox.ts)_
|
|
5427
5393
|
|
|
5428
5394
|
## `sf org resume sandbox`
|
|
5429
5395
|
|
|
@@ -5486,7 +5452,7 @@ FLAG DESCRIPTIONS
|
|
|
5486
5452
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
5487
5453
|
```
|
|
5488
5454
|
|
|
5489
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5455
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.13/src/commands/org/resume/sandbox.ts)_
|
|
5490
5456
|
|
|
5491
5457
|
## `sf org resume scratch`
|
|
5492
5458
|
|
|
@@ -5539,7 +5505,7 @@ FLAG DESCRIPTIONS
|
|
|
5539
5505
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
5540
5506
|
```
|
|
5541
5507
|
|
|
5542
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5508
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.13/src/commands/org/resume/scratch.ts)_
|
|
5543
5509
|
|
|
5544
5510
|
## `sf package convert`
|
|
5545
5511
|
|
|
@@ -7279,7 +7245,7 @@ EXAMPLES
|
|
|
7279
7245
|
$ sf plugins trust verify --npm @scope/npmName
|
|
7280
7246
|
```
|
|
7281
7247
|
|
|
7282
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.
|
|
7248
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.111/src/commands/plugins/trust/verify.ts)_
|
|
7283
7249
|
|
|
7284
7250
|
## `sf plugins uninstall [PLUGIN]`
|
|
7285
7251
|
|
|
@@ -7388,7 +7354,7 @@ FLAG DESCRIPTIONS
|
|
|
7388
7354
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
7389
7355
|
```
|
|
7390
7356
|
|
|
7391
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7357
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.34/src/commands/project/convert/mdapi.ts)_
|
|
7392
7358
|
|
|
7393
7359
|
## `sf project convert source`
|
|
7394
7360
|
|
|
@@ -7461,7 +7427,7 @@ FLAG DESCRIPTIONS
|
|
|
7461
7427
|
Override the api version used for api requests made by this command
|
|
7462
7428
|
```
|
|
7463
7429
|
|
|
7464
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7430
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.34/src/commands/project/convert/source.ts)_
|
|
7465
7431
|
|
|
7466
7432
|
## `sf project convert source-behavior`
|
|
7467
7433
|
|
|
@@ -7520,7 +7486,7 @@ EXAMPLES
|
|
|
7520
7486
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
7521
7487
|
```
|
|
7522
7488
|
|
|
7523
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7489
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.34/src/commands/project/convert/source-behavior.ts)_
|
|
7524
7490
|
|
|
7525
7491
|
## `sf project delete source`
|
|
7526
7492
|
|
|
@@ -7660,7 +7626,7 @@ FLAG DESCRIPTIONS
|
|
|
7660
7626
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
7661
7627
|
```
|
|
7662
7628
|
|
|
7663
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7629
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.34/src/commands/project/delete/source.ts)_
|
|
7664
7630
|
|
|
7665
7631
|
## `sf project delete tracking`
|
|
7666
7632
|
|
|
@@ -7697,7 +7663,7 @@ EXAMPLES
|
|
|
7697
7663
|
$ sf project delete tracking --target-org my-scratch
|
|
7698
7664
|
```
|
|
7699
7665
|
|
|
7700
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7666
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.34/src/commands/project/delete/tracking.ts)_
|
|
7701
7667
|
|
|
7702
7668
|
## `sf project deploy cancel`
|
|
7703
7669
|
|
|
@@ -7769,7 +7735,7 @@ FLAG DESCRIPTIONS
|
|
|
7769
7735
|
project deploy report".
|
|
7770
7736
|
```
|
|
7771
7737
|
|
|
7772
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7738
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.34/src/commands/project/deploy/cancel.ts)_
|
|
7773
7739
|
|
|
7774
7740
|
## `sf project deploy preview`
|
|
7775
7741
|
|
|
@@ -7852,7 +7818,7 @@ FLAG DESCRIPTIONS
|
|
|
7852
7818
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
7853
7819
|
```
|
|
7854
7820
|
|
|
7855
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7821
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.34/src/commands/project/deploy/preview.ts)_
|
|
7856
7822
|
|
|
7857
7823
|
## `sf project deploy quick`
|
|
7858
7824
|
|
|
@@ -7945,7 +7911,7 @@ ERROR CODES
|
|
|
7945
7911
|
Canceling (69) The deploy is being canceled.
|
|
7946
7912
|
```
|
|
7947
7913
|
|
|
7948
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7914
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.34/src/commands/project/deploy/quick.ts)_
|
|
7949
7915
|
|
|
7950
7916
|
## `sf project deploy report`
|
|
7951
7917
|
|
|
@@ -8037,7 +8003,7 @@ FLAG DESCRIPTIONS
|
|
|
8037
8003
|
--coverage-formatters lcov --coverage-formatters clover
|
|
8038
8004
|
```
|
|
8039
8005
|
|
|
8040
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8006
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.34/src/commands/project/deploy/report.ts)_
|
|
8041
8007
|
|
|
8042
8008
|
## `sf project deploy resume`
|
|
8043
8009
|
|
|
@@ -8134,7 +8100,7 @@ ERROR CODES
|
|
|
8134
8100
|
Canceling (69) The deploy is being canceled.
|
|
8135
8101
|
```
|
|
8136
8102
|
|
|
8137
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8103
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.34/src/commands/project/deploy/resume.ts)_
|
|
8138
8104
|
|
|
8139
8105
|
## `sf project deploy start`
|
|
8140
8106
|
|
|
@@ -8387,7 +8353,7 @@ ERROR CODES
|
|
|
8387
8353
|
Canceling (69) The deploy is being canceled.
|
|
8388
8354
|
```
|
|
8389
8355
|
|
|
8390
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8356
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.34/src/commands/project/deploy/start.ts)_
|
|
8391
8357
|
|
|
8392
8358
|
## `sf project deploy validate`
|
|
8393
8359
|
|
|
@@ -8577,7 +8543,7 @@ ERROR CODES
|
|
|
8577
8543
|
Canceling (69) The deploy is being canceled.
|
|
8578
8544
|
```
|
|
8579
8545
|
|
|
8580
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8546
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.34/src/commands/project/deploy/validate.ts)_
|
|
8581
8547
|
|
|
8582
8548
|
## `sf project generate`
|
|
8583
8549
|
|
|
@@ -8778,7 +8744,7 @@ EXAMPLES
|
|
|
8778
8744
|
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
|
|
8779
8745
|
```
|
|
8780
8746
|
|
|
8781
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8747
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.34/src/commands/project/generate/manifest.ts)_
|
|
8782
8748
|
|
|
8783
8749
|
## `sf project list ignored`
|
|
8784
8750
|
|
|
@@ -8820,7 +8786,7 @@ EXAMPLES
|
|
|
8820
8786
|
$ sf project list ignored --source-dir package.xml
|
|
8821
8787
|
```
|
|
8822
8788
|
|
|
8823
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8789
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.34/src/commands/project/list/ignored.ts)_
|
|
8824
8790
|
|
|
8825
8791
|
## `sf project reset tracking`
|
|
8826
8792
|
|
|
@@ -8869,7 +8835,7 @@ EXAMPLES
|
|
|
8869
8835
|
$ sf project reset tracking --revision 30
|
|
8870
8836
|
```
|
|
8871
8837
|
|
|
8872
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8838
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.34/src/commands/project/reset/tracking.ts)_
|
|
8873
8839
|
|
|
8874
8840
|
## `sf project retrieve preview`
|
|
8875
8841
|
|
|
@@ -8923,7 +8889,7 @@ FLAG DESCRIPTIONS
|
|
|
8923
8889
|
production orgs.
|
|
8924
8890
|
```
|
|
8925
8891
|
|
|
8926
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8892
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.34/src/commands/project/retrieve/preview.ts)_
|
|
8927
8893
|
|
|
8928
8894
|
## `sf project retrieve start`
|
|
8929
8895
|
|
|
@@ -9104,7 +9070,7 @@ ENVIRONMENT VARIABLES
|
|
|
9104
9070
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
9105
9071
|
```
|
|
9106
9072
|
|
|
9107
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
9073
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.34/src/commands/project/retrieve/start.ts)_
|
|
9108
9074
|
|
|
9109
9075
|
## `sf schema generate field`
|
|
9110
9076
|
|
|
@@ -9158,7 +9124,7 @@ FLAG DESCRIPTIONS
|
|
|
9158
9124
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
9159
9125
|
```
|
|
9160
9126
|
|
|
9161
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9127
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.66/src/commands/schema/generate/field.ts)_
|
|
9162
9128
|
|
|
9163
9129
|
## `sf schema generate platformevent`
|
|
9164
9130
|
|
|
@@ -9190,7 +9156,7 @@ EXAMPLES
|
|
|
9190
9156
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
9191
9157
|
```
|
|
9192
9158
|
|
|
9193
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9159
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.66/src/commands/schema/generate/platformevent.ts)_
|
|
9194
9160
|
|
|
9195
9161
|
## `sf schema generate sobject`
|
|
9196
9162
|
|
|
@@ -9247,7 +9213,7 @@ FLAG DESCRIPTIONS
|
|
|
9247
9213
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
9248
9214
|
```
|
|
9249
9215
|
|
|
9250
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9216
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.66/src/commands/schema/generate/sobject.ts)_
|
|
9251
9217
|
|
|
9252
9218
|
## `sf schema generate tab`
|
|
9253
9219
|
|
|
@@ -9295,7 +9261,7 @@ FLAG DESCRIPTIONS
|
|
|
9295
9261
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
9296
9262
|
```
|
|
9297
9263
|
|
|
9298
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9264
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.66/src/commands/schema/generate/tab.ts)_
|
|
9299
9265
|
|
|
9300
9266
|
## `sf search`
|
|
9301
9267
|
|
|
@@ -9358,7 +9324,7 @@ EXAMPLES
|
|
|
9358
9324
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
9359
9325
|
```
|
|
9360
9326
|
|
|
9361
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
9327
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.75/src/commands/sobject/describe.ts)_
|
|
9362
9328
|
|
|
9363
9329
|
## `sf sobject list`
|
|
9364
9330
|
|
|
@@ -9397,7 +9363,7 @@ EXAMPLES
|
|
|
9397
9363
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
9398
9364
|
```
|
|
9399
9365
|
|
|
9400
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
9366
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.75/src/commands/sobject/list.ts)_
|
|
9401
9367
|
|
|
9402
9368
|
## `sf static-resource generate`
|
|
9403
9369
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.100.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.100.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
|
-
"@oclif/core": "4.5.
|
|
14
|
+
"@oclif/core": "4.5.2",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.33",
|
|
16
16
|
"@oclif/plugin-commands": "4.1.29",
|
|
17
17
|
"@oclif/plugin-help": "6.2.31",
|
|
@@ -24,24 +24,24 @@
|
|
|
24
24
|
"@oclif/plugin-which": "3.2.39",
|
|
25
25
|
"@salesforce/core": "^8.9.1",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
|
-
"@salesforce/plugin-agent": "1.23.
|
|
27
|
+
"@salesforce/plugin-agent": "1.23.5",
|
|
28
28
|
"@salesforce/plugin-apex": "3.6.19",
|
|
29
29
|
"@salesforce/plugin-api": "1.3.3",
|
|
30
|
-
"@salesforce/plugin-auth": "3.7.
|
|
30
|
+
"@salesforce/plugin-auth": "3.7.11",
|
|
31
31
|
"@salesforce/plugin-data": "4.0.48",
|
|
32
|
-
"@salesforce/plugin-deploy-retrieve": "3.22.
|
|
33
|
-
"@salesforce/plugin-info": "3.4.
|
|
32
|
+
"@salesforce/plugin-deploy-retrieve": "3.22.34",
|
|
33
|
+
"@salesforce/plugin-info": "3.4.74",
|
|
34
34
|
"@salesforce/plugin-limits": "3.3.60",
|
|
35
35
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
36
|
-
"@salesforce/plugin-org": "5.9.
|
|
36
|
+
"@salesforce/plugin-org": "5.9.13",
|
|
37
37
|
"@salesforce/plugin-packaging": "2.18.0",
|
|
38
|
-
"@salesforce/plugin-schema": "3.3.
|
|
39
|
-
"@salesforce/plugin-settings": "2.4.
|
|
40
|
-
"@salesforce/plugin-sobject": "1.4.
|
|
41
|
-
"@salesforce/plugin-telemetry": "3.6.
|
|
38
|
+
"@salesforce/plugin-schema": "3.3.75",
|
|
39
|
+
"@salesforce/plugin-settings": "2.4.38",
|
|
40
|
+
"@salesforce/plugin-sobject": "1.4.66",
|
|
41
|
+
"@salesforce/plugin-telemetry": "3.6.50",
|
|
42
42
|
"@salesforce/plugin-templates": "56.3.54",
|
|
43
|
-
"@salesforce/plugin-trust": "3.7.
|
|
44
|
-
"@salesforce/plugin-user": "3.6.
|
|
43
|
+
"@salesforce/plugin-trust": "3.7.111",
|
|
44
|
+
"@salesforce/plugin-user": "3.6.30",
|
|
45
45
|
"@salesforce/sf-plugins-core": "12.2.3",
|
|
46
46
|
"ansis": "^3.12.0"
|
|
47
47
|
},
|
|
@@ -3441,9 +3441,9 @@
|
|
|
3441
3441
|
}
|
|
3442
3442
|
},
|
|
3443
3443
|
"node_modules/@oclif/core": {
|
|
3444
|
-
"version": "4.5.
|
|
3445
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.5.
|
|
3446
|
-
"integrity": "sha512-
|
|
3444
|
+
"version": "4.5.2",
|
|
3445
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.5.2.tgz",
|
|
3446
|
+
"integrity": "sha512-eQcKyrEcDYeZJKu4vUWiu0ii/1Gfev6GF4FsLSgNez5/+aQyAUCjg3ZWlurf491WiYZTXCWyKAxyPWk8DKv2MA==",
|
|
3447
3447
|
"license": "MIT",
|
|
3448
3448
|
"dependencies": {
|
|
3449
3449
|
"ansi-escapes": "^4.3.2",
|
|
@@ -4708,9 +4708,9 @@
|
|
|
4708
4708
|
}
|
|
4709
4709
|
},
|
|
4710
4710
|
"node_modules/@salesforce/plugin-agent": {
|
|
4711
|
-
"version": "1.23.
|
|
4712
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.23.
|
|
4713
|
-
"integrity": "sha512-
|
|
4711
|
+
"version": "1.23.5",
|
|
4712
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.23.5.tgz",
|
|
4713
|
+
"integrity": "sha512-Uf3wsSo1JqCUETssaYmnIrdJEbfDXlWL8PiuDG4Zzls/U5PA/OS2FqAfyuiufy0VQXOEV+2QgPHyshpM8PULyw==",
|
|
4714
4714
|
"license": "BSD-3-Clause",
|
|
4715
4715
|
"dependencies": {
|
|
4716
4716
|
"@inquirer/core": "^10.1.6",
|
|
@@ -4772,9 +4772,9 @@
|
|
|
4772
4772
|
}
|
|
4773
4773
|
},
|
|
4774
4774
|
"node_modules/@salesforce/plugin-auth": {
|
|
4775
|
-
"version": "3.7.
|
|
4776
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.7.
|
|
4777
|
-
"integrity": "sha512-
|
|
4775
|
+
"version": "3.7.11",
|
|
4776
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.7.11.tgz",
|
|
4777
|
+
"integrity": "sha512-E4mu+nQSbRmLzbSSgovIu8ahjsLZsLTQ0zLdVylmiB2jF+zpRR3THNuOBZUkecoth37ndi0DjCRtMVkhjioZOg==",
|
|
4778
4778
|
"license": "Apache-2.0",
|
|
4779
4779
|
"dependencies": {
|
|
4780
4780
|
"@inquirer/checkbox": "^2.5.0",
|
|
@@ -4926,9 +4926,9 @@
|
|
|
4926
4926
|
}
|
|
4927
4927
|
},
|
|
4928
4928
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
4929
|
-
"version": "3.22.
|
|
4930
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.22.
|
|
4931
|
-
"integrity": "sha512-
|
|
4929
|
+
"version": "3.22.34",
|
|
4930
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.22.34.tgz",
|
|
4931
|
+
"integrity": "sha512-Hq4dLhhlo2VQwvXyRRsaxmLi5Z7VxNMnYRvmJkXzYTifGyyVDqhF7mX44B7cY2ZJsw7avP1ObI0m+HnkWpcbwg==",
|
|
4932
4932
|
"license": "Apache-2.0",
|
|
4933
4933
|
"dependencies": {
|
|
4934
4934
|
"@inquirer/prompts": "^7.5.3",
|
|
@@ -4950,9 +4950,9 @@
|
|
|
4950
4950
|
}
|
|
4951
4951
|
},
|
|
4952
4952
|
"node_modules/@salesforce/plugin-info": {
|
|
4953
|
-
"version": "3.4.
|
|
4954
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.
|
|
4955
|
-
"integrity": "sha512-
|
|
4953
|
+
"version": "3.4.74",
|
|
4954
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.74.tgz",
|
|
4955
|
+
"integrity": "sha512-iu04/wq+NDM4JQnpdMR9VE/fdngQvbnA9STgY+teJHCa2bOshzIWIicfdrZs3HuiLebSAznzAkmOJF9uC4JSAA==",
|
|
4956
4956
|
"license": "Apache-2.0",
|
|
4957
4957
|
"dependencies": {
|
|
4958
4958
|
"@inquirer/input": "^2.3.0",
|
|
@@ -5002,9 +5002,9 @@
|
|
|
5002
5002
|
}
|
|
5003
5003
|
},
|
|
5004
5004
|
"node_modules/@salesforce/plugin-org": {
|
|
5005
|
-
"version": "5.9.
|
|
5006
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.
|
|
5007
|
-
"integrity": "sha512
|
|
5005
|
+
"version": "5.9.13",
|
|
5006
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.13.tgz",
|
|
5007
|
+
"integrity": "sha512-+Uj1vBjMfV1px2XO6zcEaunJtx3M8UpR02dI84Mfe+8V2uJw/yS1zBwOb9PWR2fpGzV6EDG6EsT7Hr+/4Z8fWA==",
|
|
5008
5008
|
"license": "Apache-2.0",
|
|
5009
5009
|
"dependencies": {
|
|
5010
5010
|
"@oclif/core": "^4.5.1",
|
|
@@ -5104,9 +5104,9 @@
|
|
|
5104
5104
|
}
|
|
5105
5105
|
},
|
|
5106
5106
|
"node_modules/@salesforce/plugin-schema": {
|
|
5107
|
-
"version": "3.3.
|
|
5108
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.
|
|
5109
|
-
"integrity": "sha512-
|
|
5107
|
+
"version": "3.3.75",
|
|
5108
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.75.tgz",
|
|
5109
|
+
"integrity": "sha512-sk0ubFq7j+EeN/nk3+lIU8HESCvFZeiFTD58C7WTV1unFU4ACPGwGKzjG6oth338munht7fpUW0y9uUHeWzoMQ==",
|
|
5110
5110
|
"license": "Apache-2.0",
|
|
5111
5111
|
"dependencies": {
|
|
5112
5112
|
"@oclif/core": "^4",
|
|
@@ -5191,9 +5191,9 @@
|
|
|
5191
5191
|
}
|
|
5192
5192
|
},
|
|
5193
5193
|
"node_modules/@salesforce/plugin-settings": {
|
|
5194
|
-
"version": "2.4.
|
|
5195
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.
|
|
5196
|
-
"integrity": "sha512
|
|
5194
|
+
"version": "2.4.38",
|
|
5195
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.38.tgz",
|
|
5196
|
+
"integrity": "sha512-+Frkz41XOQCdEM4PnBYSqqyWkL3e5buCH45BfCsrgKFCe/RQnddTHA6hyTj6Jt54ksIWTf6OGQEue7pPO75s0w==",
|
|
5197
5197
|
"license": "Apache-2.0",
|
|
5198
5198
|
"dependencies": {
|
|
5199
5199
|
"@oclif/core": "^4",
|
|
@@ -5206,9 +5206,9 @@
|
|
|
5206
5206
|
}
|
|
5207
5207
|
},
|
|
5208
5208
|
"node_modules/@salesforce/plugin-sobject": {
|
|
5209
|
-
"version": "1.4.
|
|
5210
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.
|
|
5211
|
-
"integrity": "sha512-
|
|
5209
|
+
"version": "1.4.66",
|
|
5210
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.66.tgz",
|
|
5211
|
+
"integrity": "sha512-IrAtdD3lK05Tfs9FboB6wGQFE+KHq5wwAJ8gysW67X+/kS3UqyTrEI9xVsnj4YX7o5gW5kM83HU6eUHy5CgJig==",
|
|
5212
5212
|
"license": "Apache-2.0",
|
|
5213
5213
|
"dependencies": {
|
|
5214
5214
|
"@inquirer/confirm": "^3.2.0",
|
|
@@ -5300,9 +5300,9 @@
|
|
|
5300
5300
|
}
|
|
5301
5301
|
},
|
|
5302
5302
|
"node_modules/@salesforce/plugin-telemetry": {
|
|
5303
|
-
"version": "3.6.
|
|
5304
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.
|
|
5305
|
-
"integrity": "sha512-
|
|
5303
|
+
"version": "3.6.50",
|
|
5304
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.50.tgz",
|
|
5305
|
+
"integrity": "sha512-pJXICpSm2IXyAy4QkCc29txws1e/W4S30OEFe2wJ4hIdFoXTsMb8I+IjsfmW3CP/tRhwjprn/LzGhwXITMLLLQ==",
|
|
5306
5306
|
"license": "Apache-2.0",
|
|
5307
5307
|
"dependencies": {
|
|
5308
5308
|
"@oclif/core": "^4.5.1",
|
|
@@ -5332,9 +5332,9 @@
|
|
|
5332
5332
|
}
|
|
5333
5333
|
},
|
|
5334
5334
|
"node_modules/@salesforce/plugin-trust": {
|
|
5335
|
-
"version": "3.7.
|
|
5336
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.
|
|
5337
|
-
"integrity": "sha512-
|
|
5335
|
+
"version": "3.7.111",
|
|
5336
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.111.tgz",
|
|
5337
|
+
"integrity": "sha512-lfjn1OYQoxDp6GoSgilaJa8KAksS7UTOchECPc0AA9xCQasjZ/rcfi9gV1cl5SfUjQJ8GqopRRSUlZ0vNHAsfA==",
|
|
5338
5338
|
"license": "Apache-2.0",
|
|
5339
5339
|
"dependencies": {
|
|
5340
5340
|
"@oclif/core": "^4",
|
|
@@ -5357,9 +5357,9 @@
|
|
|
5357
5357
|
}
|
|
5358
5358
|
},
|
|
5359
5359
|
"node_modules/@salesforce/plugin-user": {
|
|
5360
|
-
"version": "3.6.
|
|
5361
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.6.
|
|
5362
|
-
"integrity": "sha512-
|
|
5360
|
+
"version": "3.6.30",
|
|
5361
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.6.30.tgz",
|
|
5362
|
+
"integrity": "sha512-ihyoS243LZeYES2n4mDvPCmy69RjGXLQ3SQYD+LA+IKijLm3s8QM/C4kjbrcTJM4swITNDAbRREImd7aeSyRew==",
|
|
5363
5363
|
"license": "Apache-2.0",
|
|
5364
5364
|
"dependencies": {
|
|
5365
5365
|
"@salesforce/core": "^8.18.1",
|
package/oclif.lock
CHANGED
|
@@ -1587,10 +1587,10 @@
|
|
|
1587
1587
|
proc-log "^5.0.0"
|
|
1588
1588
|
which "^5.0.0"
|
|
1589
1589
|
|
|
1590
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.3", "@oclif/core@^4.2.8", "@oclif/core@^4.3.0", "@oclif/core@^4.3.2", "@oclif/core@^4.5.1", "@oclif/core@>= 3.0.0", "@oclif/core@4.5.
|
|
1591
|
-
version "4.5.
|
|
1592
|
-
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.5.
|
|
1593
|
-
integrity sha512-
|
|
1590
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.3", "@oclif/core@^4.2.8", "@oclif/core@^4.3.0", "@oclif/core@^4.3.2", "@oclif/core@^4.5.1", "@oclif/core@>= 3.0.0", "@oclif/core@4.5.2":
|
|
1591
|
+
version "4.5.2"
|
|
1592
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.5.2.tgz"
|
|
1593
|
+
integrity sha512-eQcKyrEcDYeZJKu4vUWiu0ii/1Gfev6GF4FsLSgNez5/+aQyAUCjg3ZWlurf491WiYZTXCWyKAxyPWk8DKv2MA==
|
|
1594
1594
|
dependencies:
|
|
1595
1595
|
ansi-escapes "^4.3.2"
|
|
1596
1596
|
ansis "^3.17.0"
|
|
@@ -2052,10 +2052,10 @@
|
|
|
2052
2052
|
jszip "^3.10.1"
|
|
2053
2053
|
object-treeify "^2"
|
|
2054
2054
|
|
|
2055
|
-
"@salesforce/plugin-agent@1.23.
|
|
2056
|
-
version "1.23.
|
|
2057
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.23.
|
|
2058
|
-
integrity sha512-
|
|
2055
|
+
"@salesforce/plugin-agent@1.23.5":
|
|
2056
|
+
version "1.23.5"
|
|
2057
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.23.5.tgz"
|
|
2058
|
+
integrity sha512-Uf3wsSo1JqCUETssaYmnIrdJEbfDXlWL8PiuDG4Zzls/U5PA/OS2FqAfyuiufy0VQXOEV+2QgPHyshpM8PULyw==
|
|
2059
2059
|
dependencies:
|
|
2060
2060
|
"@inquirer/core" "^10.1.6"
|
|
2061
2061
|
"@inquirer/prompts" "^7.2.0"
|
|
@@ -2101,10 +2101,10 @@
|
|
|
2101
2101
|
got "^13.0.0"
|
|
2102
2102
|
proxy-agent "^6.4.0"
|
|
2103
2103
|
|
|
2104
|
-
"@salesforce/plugin-auth@3.7.
|
|
2105
|
-
version "3.7.
|
|
2106
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.7.
|
|
2107
|
-
integrity sha512-
|
|
2104
|
+
"@salesforce/plugin-auth@3.7.11":
|
|
2105
|
+
version "3.7.11"
|
|
2106
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.7.11.tgz"
|
|
2107
|
+
integrity sha512-E4mu+nQSbRmLzbSSgovIu8ahjsLZsLTQ0zLdVylmiB2jF+zpRR3THNuOBZUkecoth37ndi0DjCRtMVkhjioZOg==
|
|
2108
2108
|
dependencies:
|
|
2109
2109
|
"@inquirer/checkbox" "^2.5.0"
|
|
2110
2110
|
"@inquirer/select" "^2.5.0"
|
|
@@ -2148,10 +2148,10 @@
|
|
|
2148
2148
|
form-data "^4.0.4"
|
|
2149
2149
|
terminal-link "^3.0.0"
|
|
2150
2150
|
|
|
2151
|
-
"@salesforce/plugin-deploy-retrieve@3.22.
|
|
2152
|
-
version "3.22.
|
|
2153
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.22.
|
|
2154
|
-
integrity sha512-
|
|
2151
|
+
"@salesforce/plugin-deploy-retrieve@3.22.34":
|
|
2152
|
+
version "3.22.34"
|
|
2153
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.22.34.tgz"
|
|
2154
|
+
integrity sha512-Hq4dLhhlo2VQwvXyRRsaxmLi5Z7VxNMnYRvmJkXzYTifGyyVDqhF7mX44B7cY2ZJsw7avP1ObI0m+HnkWpcbwg==
|
|
2155
2155
|
dependencies:
|
|
2156
2156
|
"@inquirer/prompts" "^7.5.3"
|
|
2157
2157
|
"@oclif/core" "^4.3.0"
|
|
@@ -2167,10 +2167,10 @@
|
|
|
2167
2167
|
ansis "^3.17.0"
|
|
2168
2168
|
terminal-link "^3.0.0"
|
|
2169
2169
|
|
|
2170
|
-
"@salesforce/plugin-info@^3.4.67", "@salesforce/plugin-info@^3.4.72", "@salesforce/plugin-info@^3.4.73", "@salesforce/plugin-info@3.4.
|
|
2171
|
-
version "3.4.
|
|
2172
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.
|
|
2173
|
-
integrity sha512-
|
|
2170
|
+
"@salesforce/plugin-info@^3.4.67", "@salesforce/plugin-info@^3.4.72", "@salesforce/plugin-info@^3.4.73", "@salesforce/plugin-info@3.4.74":
|
|
2171
|
+
version "3.4.74"
|
|
2172
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.74.tgz"
|
|
2173
|
+
integrity sha512-iu04/wq+NDM4JQnpdMR9VE/fdngQvbnA9STgY+teJHCa2bOshzIWIicfdrZs3HuiLebSAznzAkmOJF9uC4JSAA==
|
|
2174
2174
|
dependencies:
|
|
2175
2175
|
"@inquirer/input" "^2.3.0"
|
|
2176
2176
|
"@jsforce/jsforce-node" "^3.9.1"
|
|
@@ -2204,10 +2204,10 @@
|
|
|
2204
2204
|
got "^13.0.0"
|
|
2205
2205
|
proxy-agent "^6.4.0"
|
|
2206
2206
|
|
|
2207
|
-
"@salesforce/plugin-org@5.9.
|
|
2208
|
-
version "5.9.
|
|
2209
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.
|
|
2210
|
-
integrity sha512
|
|
2207
|
+
"@salesforce/plugin-org@5.9.13":
|
|
2208
|
+
version "5.9.13"
|
|
2209
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.13.tgz"
|
|
2210
|
+
integrity sha512-+Uj1vBjMfV1px2XO6zcEaunJtx3M8UpR02dI84Mfe+8V2uJw/yS1zBwOb9PWR2fpGzV6EDG6EsT7Hr+/4Z8fWA==
|
|
2211
2211
|
dependencies:
|
|
2212
2212
|
"@oclif/core" "^4.5.1"
|
|
2213
2213
|
"@oclif/multi-stage-output" "^0.8.18"
|
|
@@ -2262,29 +2262,29 @@
|
|
|
2262
2262
|
strip-ansi "^6"
|
|
2263
2263
|
yarn-deduplicate "^6.0.2"
|
|
2264
2264
|
|
|
2265
|
-
"@salesforce/plugin-schema@3.3.
|
|
2266
|
-
version "3.3.
|
|
2267
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.
|
|
2268
|
-
integrity sha512-
|
|
2265
|
+
"@salesforce/plugin-schema@3.3.75":
|
|
2266
|
+
version "3.3.75"
|
|
2267
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.75.tgz"
|
|
2268
|
+
integrity sha512-sk0ubFq7j+EeN/nk3+lIU8HESCvFZeiFTD58C7WTV1unFU4ACPGwGKzjG6oth338munht7fpUW0y9uUHeWzoMQ==
|
|
2269
2269
|
dependencies:
|
|
2270
2270
|
"@oclif/core" "^4"
|
|
2271
2271
|
"@salesforce/core" "^8.18.1"
|
|
2272
2272
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
2273
2273
|
|
|
2274
|
-
"@salesforce/plugin-settings@2.4.
|
|
2275
|
-
version "2.4.
|
|
2276
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.
|
|
2277
|
-
integrity sha512
|
|
2274
|
+
"@salesforce/plugin-settings@2.4.38":
|
|
2275
|
+
version "2.4.38"
|
|
2276
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.38.tgz"
|
|
2277
|
+
integrity sha512-+Frkz41XOQCdEM4PnBYSqqyWkL3e5buCH45BfCsrgKFCe/RQnddTHA6hyTj6Jt54ksIWTf6OGQEue7pPO75s0w==
|
|
2278
2278
|
dependencies:
|
|
2279
2279
|
"@oclif/core" "^4"
|
|
2280
2280
|
"@salesforce/core" "^8.17.0"
|
|
2281
2281
|
"@salesforce/sf-plugins-core" "^12.2.3"
|
|
2282
2282
|
fast-levenshtein "^3.0.0"
|
|
2283
2283
|
|
|
2284
|
-
"@salesforce/plugin-sobject@1.4.
|
|
2285
|
-
version "1.4.
|
|
2286
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.
|
|
2287
|
-
integrity sha512-
|
|
2284
|
+
"@salesforce/plugin-sobject@1.4.66":
|
|
2285
|
+
version "1.4.66"
|
|
2286
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.66.tgz"
|
|
2287
|
+
integrity sha512-IrAtdD3lK05Tfs9FboB6wGQFE+KHq5wwAJ8gysW67X+/kS3UqyTrEI9xVsnj4YX7o5gW5kM83HU6eUHy5CgJig==
|
|
2288
2288
|
dependencies:
|
|
2289
2289
|
"@inquirer/confirm" "^3.2.0"
|
|
2290
2290
|
"@inquirer/input" "^2.3.0"
|
|
@@ -2297,10 +2297,10 @@
|
|
|
2297
2297
|
fast-xml-parser "^4.5.3"
|
|
2298
2298
|
js2xmlparser "^4.0.2"
|
|
2299
2299
|
|
|
2300
|
-
"@salesforce/plugin-telemetry@3.6.
|
|
2301
|
-
version "3.6.
|
|
2302
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.
|
|
2303
|
-
integrity sha512-
|
|
2300
|
+
"@salesforce/plugin-telemetry@3.6.50":
|
|
2301
|
+
version "3.6.50"
|
|
2302
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.50.tgz"
|
|
2303
|
+
integrity sha512-pJXICpSm2IXyAy4QkCc29txws1e/W4S30OEFe2wJ4hIdFoXTsMb8I+IjsfmW3CP/tRhwjprn/LzGhwXITMLLLQ==
|
|
2304
2304
|
dependencies:
|
|
2305
2305
|
"@oclif/core" "^4.5.1"
|
|
2306
2306
|
"@salesforce/core" "^8.15.0"
|
|
@@ -2319,10 +2319,10 @@
|
|
|
2319
2319
|
"@salesforce/sf-plugins-core" "^12"
|
|
2320
2320
|
"@salesforce/templates" "^64.2.0"
|
|
2321
2321
|
|
|
2322
|
-
"@salesforce/plugin-trust@^3.7.69", "@salesforce/plugin-trust@3.7.
|
|
2323
|
-
version "3.7.
|
|
2324
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.
|
|
2325
|
-
integrity sha512-
|
|
2322
|
+
"@salesforce/plugin-trust@^3.7.69", "@salesforce/plugin-trust@3.7.111":
|
|
2323
|
+
version "3.7.111"
|
|
2324
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.111.tgz"
|
|
2325
|
+
integrity sha512-lfjn1OYQoxDp6GoSgilaJa8KAksS7UTOchECPc0AA9xCQasjZ/rcfi9gV1cl5SfUjQJ8GqopRRSUlZ0vNHAsfA==
|
|
2326
2326
|
dependencies:
|
|
2327
2327
|
"@oclif/core" "^4"
|
|
2328
2328
|
"@salesforce/core" "^8.18.1"
|
|
@@ -2336,10 +2336,10 @@
|
|
|
2336
2336
|
semver "^7.7.2"
|
|
2337
2337
|
shelljs "0.8.5"
|
|
2338
2338
|
|
|
2339
|
-
"@salesforce/plugin-user@3.6.
|
|
2340
|
-
version "3.6.
|
|
2341
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.6.
|
|
2342
|
-
integrity sha512-
|
|
2339
|
+
"@salesforce/plugin-user@3.6.30":
|
|
2340
|
+
version "3.6.30"
|
|
2341
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.6.30.tgz"
|
|
2342
|
+
integrity sha512-ihyoS243LZeYES2n4mDvPCmy69RjGXLQ3SQYD+LA+IKijLm3s8QM/C4kjbrcTJM4swITNDAbRREImd7aeSyRew==
|
|
2343
2343
|
dependencies:
|
|
2344
2344
|
"@salesforce/core" "^8.18.1"
|
|
2345
2345
|
"@salesforce/kit" "^3.2.2"
|
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.
|
|
4
|
+
"version": "2.100.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -77,8 +77,8 @@
|
|
|
77
77
|
],
|
|
78
78
|
"jitPlugins": {
|
|
79
79
|
"@salesforce/plugin-code-analyzer": "5.2.2",
|
|
80
|
-
"@salesforce/plugin-community": "3.3.
|
|
81
|
-
"@salesforce/plugin-custom-metadata": "3.3.
|
|
80
|
+
"@salesforce/plugin-community": "3.3.32",
|
|
81
|
+
"@salesforce/plugin-custom-metadata": "3.3.62",
|
|
82
82
|
"@salesforce/plugin-dev": "2.5.1",
|
|
83
83
|
"@salesforce/plugin-devops-center": "1.2.27",
|
|
84
84
|
"@salesforce/plugin-flow": "1.0.2",
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
},
|
|
146
146
|
"dependencies": {
|
|
147
147
|
"@inquirer/select": "^2.3.5",
|
|
148
|
-
"@oclif/core": "4.5.
|
|
148
|
+
"@oclif/core": "4.5.2",
|
|
149
149
|
"@oclif/plugin-autocomplete": "3.2.33",
|
|
150
150
|
"@oclif/plugin-commands": "4.1.29",
|
|
151
151
|
"@oclif/plugin-help": "6.2.31",
|
|
@@ -158,24 +158,24 @@
|
|
|
158
158
|
"@oclif/plugin-which": "3.2.39",
|
|
159
159
|
"@salesforce/core": "^8.9.1",
|
|
160
160
|
"@salesforce/kit": "^3.1.6",
|
|
161
|
-
"@salesforce/plugin-agent": "1.23.
|
|
161
|
+
"@salesforce/plugin-agent": "1.23.5",
|
|
162
162
|
"@salesforce/plugin-apex": "3.6.19",
|
|
163
163
|
"@salesforce/plugin-api": "1.3.3",
|
|
164
|
-
"@salesforce/plugin-auth": "3.7.
|
|
164
|
+
"@salesforce/plugin-auth": "3.7.11",
|
|
165
165
|
"@salesforce/plugin-data": "4.0.48",
|
|
166
|
-
"@salesforce/plugin-deploy-retrieve": "3.22.
|
|
167
|
-
"@salesforce/plugin-info": "3.4.
|
|
166
|
+
"@salesforce/plugin-deploy-retrieve": "3.22.34",
|
|
167
|
+
"@salesforce/plugin-info": "3.4.74",
|
|
168
168
|
"@salesforce/plugin-limits": "3.3.60",
|
|
169
169
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
170
|
-
"@salesforce/plugin-org": "5.9.
|
|
170
|
+
"@salesforce/plugin-org": "5.9.13",
|
|
171
171
|
"@salesforce/plugin-packaging": "2.18.0",
|
|
172
|
-
"@salesforce/plugin-schema": "3.3.
|
|
173
|
-
"@salesforce/plugin-settings": "2.4.
|
|
174
|
-
"@salesforce/plugin-sobject": "1.4.
|
|
175
|
-
"@salesforce/plugin-telemetry": "3.6.
|
|
172
|
+
"@salesforce/plugin-schema": "3.3.75",
|
|
173
|
+
"@salesforce/plugin-settings": "2.4.38",
|
|
174
|
+
"@salesforce/plugin-sobject": "1.4.66",
|
|
175
|
+
"@salesforce/plugin-telemetry": "3.6.50",
|
|
176
176
|
"@salesforce/plugin-templates": "56.3.54",
|
|
177
|
-
"@salesforce/plugin-trust": "3.7.
|
|
178
|
-
"@salesforce/plugin-user": "3.6.
|
|
177
|
+
"@salesforce/plugin-trust": "3.7.111",
|
|
178
|
+
"@salesforce/plugin-user": "3.6.30",
|
|
179
179
|
"@salesforce/sf-plugins-core": "12.2.3",
|
|
180
180
|
"ansis": "^3.12.0"
|
|
181
181
|
},
|