@salesforce/cli 2.110.17 → 2.110.18
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 +36 -36
- package/npm-shrinkwrap.json +50 -50
- package/oclif.lock +54 -54
- package/oclif.manifest.json +1 -1
- package/package.json +9 -9
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.110.
|
|
28
|
+
@salesforce/cli/2.110.18 linux-x64 node-v22.20.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -243,7 +243,7 @@ EXAMPLES
|
|
|
243
243
|
$ sf agent activate --api-name Resort_Manager --target-org my-org
|
|
244
244
|
```
|
|
245
245
|
|
|
246
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
246
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.18/src/commands/agent/activate.ts)_
|
|
247
247
|
|
|
248
248
|
## `sf agent create`
|
|
249
249
|
|
|
@@ -305,7 +305,7 @@ EXAMPLES
|
|
|
305
305
|
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
|
|
306
306
|
```
|
|
307
307
|
|
|
308
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
308
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.18/src/commands/agent/create.ts)_
|
|
309
309
|
|
|
310
310
|
## `sf agent deactivate`
|
|
311
311
|
|
|
@@ -345,7 +345,7 @@ EXAMPLES
|
|
|
345
345
|
$ sf agent deactivate --api-name Resort_Manager --target-org my-org
|
|
346
346
|
```
|
|
347
347
|
|
|
348
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
348
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.18/src/commands/agent/deactivate.ts)_
|
|
349
349
|
|
|
350
350
|
## `sf agent generate agent-spec`
|
|
351
351
|
|
|
@@ -450,7 +450,7 @@ EXAMPLES
|
|
|
450
450
|
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
|
|
451
451
|
```
|
|
452
452
|
|
|
453
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
453
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.18/src/commands/agent/generate/agent-spec.ts)_
|
|
454
454
|
|
|
455
455
|
## `sf agent generate template`
|
|
456
456
|
|
|
@@ -498,7 +498,7 @@ EXAMPLES
|
|
|
498
498
|
force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
|
|
499
499
|
```
|
|
500
500
|
|
|
501
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
501
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.18/src/commands/agent/generate/template.ts)_
|
|
502
502
|
|
|
503
503
|
## `sf agent generate test-spec`
|
|
504
504
|
|
|
@@ -559,7 +559,7 @@ EXAMPLES
|
|
|
559
559
|
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
|
|
560
560
|
```
|
|
561
561
|
|
|
562
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
562
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.18/src/commands/agent/generate/test-spec.ts)_
|
|
563
563
|
|
|
564
564
|
## `sf agent preview`
|
|
565
565
|
|
|
@@ -623,7 +623,7 @@ EXAMPLES
|
|
|
623
623
|
transcripts/my-preview
|
|
624
624
|
```
|
|
625
625
|
|
|
626
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
626
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.18/src/commands/agent/preview.ts)_
|
|
627
627
|
|
|
628
628
|
## `sf agent test create`
|
|
629
629
|
|
|
@@ -678,7 +678,7 @@ EXAMPLES
|
|
|
678
678
|
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
|
|
679
679
|
```
|
|
680
680
|
|
|
681
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
681
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.18/src/commands/agent/test/create.ts)_
|
|
682
682
|
|
|
683
683
|
## `sf agent test list`
|
|
684
684
|
|
|
@@ -713,7 +713,7 @@ EXAMPLES
|
|
|
713
713
|
$ sf agent test list --target-org my-org
|
|
714
714
|
```
|
|
715
715
|
|
|
716
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
716
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.18/src/commands/agent/test/list.ts)_
|
|
717
717
|
|
|
718
718
|
## `sf agent test results`
|
|
719
719
|
|
|
@@ -779,7 +779,7 @@ FLAG DESCRIPTIONS
|
|
|
779
779
|
expression when using custom evaluations.
|
|
780
780
|
```
|
|
781
781
|
|
|
782
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
782
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.18/src/commands/agent/test/results.ts)_
|
|
783
783
|
|
|
784
784
|
## `sf agent test resume`
|
|
785
785
|
|
|
@@ -852,7 +852,7 @@ FLAG DESCRIPTIONS
|
|
|
852
852
|
expression when using custom evaluations.
|
|
853
853
|
```
|
|
854
854
|
|
|
855
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
855
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.18/src/commands/agent/test/resume.ts)_
|
|
856
856
|
|
|
857
857
|
## `sf agent test run`
|
|
858
858
|
|
|
@@ -926,7 +926,7 @@ FLAG DESCRIPTIONS
|
|
|
926
926
|
expression when using custom evaluations.
|
|
927
927
|
```
|
|
928
928
|
|
|
929
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
929
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.18/src/commands/agent/test/run.ts)_
|
|
930
930
|
|
|
931
931
|
## `sf alias list`
|
|
932
932
|
|
|
@@ -1798,7 +1798,7 @@ EXAMPLES
|
|
|
1798
1798
|
$ sf autocomplete --refresh-cache
|
|
1799
1799
|
```
|
|
1800
1800
|
|
|
1801
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.
|
|
1801
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.37/src/commands/autocomplete/index.ts)_
|
|
1802
1802
|
|
|
1803
1803
|
## `sf commands`
|
|
1804
1804
|
|
|
@@ -3165,7 +3165,7 @@ EXAMPLES
|
|
|
3165
3165
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
3166
3166
|
```
|
|
3167
3167
|
|
|
3168
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
3168
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.93/src/commands/doctor.ts)_
|
|
3169
3169
|
|
|
3170
3170
|
## `sf force data bulk delete`
|
|
3171
3171
|
|
|
@@ -3367,7 +3367,7 @@ EXAMPLES
|
|
|
3367
3367
|
$ sf info releasenotes display --version latest
|
|
3368
3368
|
```
|
|
3369
3369
|
|
|
3370
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
3370
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.93/src/commands/info/releasenotes/display.ts)_
|
|
3371
3371
|
|
|
3372
3372
|
## `sf lightning generate app`
|
|
3373
3373
|
|
|
@@ -4053,7 +4053,7 @@ FLAG DESCRIPTIONS
|
|
|
4053
4053
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
4054
4054
|
```
|
|
4055
4055
|
|
|
4056
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4056
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/create/sandbox.ts)_
|
|
4057
4057
|
|
|
4058
4058
|
## `sf org create scratch`
|
|
4059
4059
|
|
|
@@ -4235,7 +4235,7 @@ FLAG DESCRIPTIONS
|
|
|
4235
4235
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
4236
4236
|
```
|
|
4237
4237
|
|
|
4238
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4238
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/create/scratch.ts)_
|
|
4239
4239
|
|
|
4240
4240
|
## `sf org create user`
|
|
4241
4241
|
|
|
@@ -4389,7 +4389,7 @@ EXAMPLES
|
|
|
4389
4389
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
4390
4390
|
```
|
|
4391
4391
|
|
|
4392
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4392
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/delete/sandbox.ts)_
|
|
4393
4393
|
|
|
4394
4394
|
## `sf org delete scratch`
|
|
4395
4395
|
|
|
@@ -4433,7 +4433,7 @@ EXAMPLES
|
|
|
4433
4433
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
4434
4434
|
```
|
|
4435
4435
|
|
|
4436
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4436
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/delete/scratch.ts)_
|
|
4437
4437
|
|
|
4438
4438
|
## `sf org disable tracking`
|
|
4439
4439
|
|
|
@@ -4472,7 +4472,7 @@ EXAMPLES
|
|
|
4472
4472
|
$ sf org disable tracking
|
|
4473
4473
|
```
|
|
4474
4474
|
|
|
4475
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4475
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/disable/tracking.ts)_
|
|
4476
4476
|
|
|
4477
4477
|
## `sf org display`
|
|
4478
4478
|
|
|
@@ -4517,7 +4517,7 @@ EXAMPLES
|
|
|
4517
4517
|
$ sf org display --target-org TestOrg1 --verbose
|
|
4518
4518
|
```
|
|
4519
4519
|
|
|
4520
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4520
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/display.ts)_
|
|
4521
4521
|
|
|
4522
4522
|
## `sf org display user`
|
|
4523
4523
|
|
|
@@ -4598,7 +4598,7 @@ EXAMPLES
|
|
|
4598
4598
|
$ sf org enable tracking
|
|
4599
4599
|
```
|
|
4600
4600
|
|
|
4601
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4601
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/enable/tracking.ts)_
|
|
4602
4602
|
|
|
4603
4603
|
## `sf org generate password`
|
|
4604
4604
|
|
|
@@ -4704,7 +4704,7 @@ EXAMPLES
|
|
|
4704
4704
|
$ sf org list --clean
|
|
4705
4705
|
```
|
|
4706
4706
|
|
|
4707
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4707
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/list.ts)_
|
|
4708
4708
|
|
|
4709
4709
|
## `sf org list auth`
|
|
4710
4710
|
|
|
@@ -4843,7 +4843,7 @@ FLAG DESCRIPTIONS
|
|
|
4843
4843
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
4844
4844
|
```
|
|
4845
4845
|
|
|
4846
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4846
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/list/metadata.ts)_
|
|
4847
4847
|
|
|
4848
4848
|
## `sf org list metadata-types`
|
|
4849
4849
|
|
|
@@ -4898,7 +4898,7 @@ FLAG DESCRIPTIONS
|
|
|
4898
4898
|
Override the api version used for api requests made by this command
|
|
4899
4899
|
```
|
|
4900
4900
|
|
|
4901
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4901
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/list/metadata-types.ts)_
|
|
4902
4902
|
|
|
4903
4903
|
## `sf org list sobject record-counts`
|
|
4904
4904
|
|
|
@@ -5444,7 +5444,7 @@ EXAMPLES
|
|
|
5444
5444
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
5445
5445
|
```
|
|
5446
5446
|
|
|
5447
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5447
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/open.ts)_
|
|
5448
5448
|
|
|
5449
5449
|
## `sf org open agent`
|
|
5450
5450
|
|
|
@@ -5495,7 +5495,7 @@ EXAMPLES
|
|
|
5495
5495
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
|
|
5496
5496
|
```
|
|
5497
5497
|
|
|
5498
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5498
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/open/agent.ts)_
|
|
5499
5499
|
|
|
5500
5500
|
## `sf org refresh sandbox`
|
|
5501
5501
|
|
|
@@ -5598,7 +5598,7 @@ FLAG DESCRIPTIONS
|
|
|
5598
5598
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
5599
5599
|
```
|
|
5600
5600
|
|
|
5601
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5601
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/refresh/sandbox.ts)_
|
|
5602
5602
|
|
|
5603
5603
|
## `sf org resume sandbox`
|
|
5604
5604
|
|
|
@@ -5661,7 +5661,7 @@ FLAG DESCRIPTIONS
|
|
|
5661
5661
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
5662
5662
|
```
|
|
5663
5663
|
|
|
5664
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5664
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/resume/sandbox.ts)_
|
|
5665
5665
|
|
|
5666
5666
|
## `sf org resume scratch`
|
|
5667
5667
|
|
|
@@ -5714,7 +5714,7 @@ FLAG DESCRIPTIONS
|
|
|
5714
5714
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
5715
5715
|
```
|
|
5716
5716
|
|
|
5717
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5717
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/resume/scratch.ts)_
|
|
5718
5718
|
|
|
5719
5719
|
## `sf package convert`
|
|
5720
5720
|
|
|
@@ -9395,7 +9395,7 @@ FLAG DESCRIPTIONS
|
|
|
9395
9395
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
9396
9396
|
```
|
|
9397
9397
|
|
|
9398
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9398
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.76/src/commands/schema/generate/field.ts)_
|
|
9399
9399
|
|
|
9400
9400
|
## `sf schema generate platformevent`
|
|
9401
9401
|
|
|
@@ -9427,7 +9427,7 @@ EXAMPLES
|
|
|
9427
9427
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
9428
9428
|
```
|
|
9429
9429
|
|
|
9430
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9430
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.76/src/commands/schema/generate/platformevent.ts)_
|
|
9431
9431
|
|
|
9432
9432
|
## `sf schema generate sobject`
|
|
9433
9433
|
|
|
@@ -9484,7 +9484,7 @@ FLAG DESCRIPTIONS
|
|
|
9484
9484
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
9485
9485
|
```
|
|
9486
9486
|
|
|
9487
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9487
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.76/src/commands/schema/generate/sobject.ts)_
|
|
9488
9488
|
|
|
9489
9489
|
## `sf schema generate tab`
|
|
9490
9490
|
|
|
@@ -9532,7 +9532,7 @@ FLAG DESCRIPTIONS
|
|
|
9532
9532
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
9533
9533
|
```
|
|
9534
9534
|
|
|
9535
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9535
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.76/src/commands/schema/generate/tab.ts)_
|
|
9536
9536
|
|
|
9537
9537
|
## `sf search`
|
|
9538
9538
|
|
|
@@ -9734,7 +9734,7 @@ EXAMPLES
|
|
|
9734
9734
|
$ sf update --available
|
|
9735
9735
|
```
|
|
9736
9736
|
|
|
9737
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.
|
|
9737
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.11/src/commands/update.ts)_
|
|
9738
9738
|
|
|
9739
9739
|
## `sf version`
|
|
9740
9740
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.110.
|
|
3
|
+
"version": "2.110.18",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.110.
|
|
9
|
+
"version": "2.110.18",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
14
|
"@oclif/core": "4.5.6",
|
|
15
|
-
"@oclif/plugin-autocomplete": "3.2.
|
|
15
|
+
"@oclif/plugin-autocomplete": "3.2.37",
|
|
16
16
|
"@oclif/plugin-commands": "4.1.35",
|
|
17
17
|
"@oclif/plugin-help": "6.2.33",
|
|
18
|
-
"@oclif/plugin-not-found": "3.2.
|
|
18
|
+
"@oclif/plugin-not-found": "3.2.70",
|
|
19
19
|
"@oclif/plugin-plugins": "5.4.50",
|
|
20
20
|
"@oclif/plugin-search": "1.2.33",
|
|
21
|
-
"@oclif/plugin-update": "4.7.
|
|
21
|
+
"@oclif/plugin-update": "4.7.11",
|
|
22
22
|
"@oclif/plugin-version": "2.2.34",
|
|
23
|
-
"@oclif/plugin-warn-if-update-available": "3.1.
|
|
23
|
+
"@oclif/plugin-warn-if-update-available": "3.1.50",
|
|
24
24
|
"@oclif/plugin-which": "3.2.41",
|
|
25
25
|
"@salesforce/core": "^8.9.1",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
|
-
"@salesforce/plugin-agent": "1.24.
|
|
27
|
+
"@salesforce/plugin-agent": "1.24.18",
|
|
28
28
|
"@salesforce/plugin-apex": "3.8.3",
|
|
29
29
|
"@salesforce/plugin-api": "1.3.3",
|
|
30
30
|
"@salesforce/plugin-auth": "3.9.13",
|
|
31
31
|
"@salesforce/plugin-data": "4.0.59",
|
|
32
32
|
"@salesforce/plugin-deploy-retrieve": "3.23.5",
|
|
33
|
-
"@salesforce/plugin-info": "3.4.
|
|
33
|
+
"@salesforce/plugin-info": "3.4.93",
|
|
34
34
|
"@salesforce/plugin-limits": "3.3.67",
|
|
35
35
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
36
|
-
"@salesforce/plugin-org": "5.9.
|
|
36
|
+
"@salesforce/plugin-org": "5.9.37",
|
|
37
37
|
"@salesforce/plugin-packaging": "2.20.5",
|
|
38
38
|
"@salesforce/plugin-schema": "3.3.82",
|
|
39
39
|
"@salesforce/plugin-settings": "2.4.48",
|
|
40
|
-
"@salesforce/plugin-sobject": "1.4.
|
|
40
|
+
"@salesforce/plugin-sobject": "1.4.76",
|
|
41
41
|
"@salesforce/plugin-telemetry": "3.6.61",
|
|
42
42
|
"@salesforce/plugin-templates": "56.3.66",
|
|
43
43
|
"@salesforce/plugin-trust": "3.7.113",
|
|
@@ -4118,9 +4118,9 @@
|
|
|
4118
4118
|
}
|
|
4119
4119
|
},
|
|
4120
4120
|
"node_modules/@oclif/multi-stage-output": {
|
|
4121
|
-
"version": "0.8.
|
|
4122
|
-
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.
|
|
4123
|
-
"integrity": "sha512-
|
|
4121
|
+
"version": "0.8.25",
|
|
4122
|
+
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.25.tgz",
|
|
4123
|
+
"integrity": "sha512-Tw/EDlk7i4WEGfTtjHzTLBpwqgl0AtBqu9kixxH1cPCpD7qG783Pc5lAk+IwgReNpgZEdrrdeGVePFlsitBIbQ==",
|
|
4124
4124
|
"license": "MIT",
|
|
4125
4125
|
"dependencies": {
|
|
4126
4126
|
"@oclif/core": "^4",
|
|
@@ -4230,9 +4230,9 @@
|
|
|
4230
4230
|
}
|
|
4231
4231
|
},
|
|
4232
4232
|
"node_modules/@oclif/plugin-autocomplete": {
|
|
4233
|
-
"version": "3.2.
|
|
4234
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.
|
|
4235
|
-
"integrity": "sha512-
|
|
4233
|
+
"version": "3.2.37",
|
|
4234
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.37.tgz",
|
|
4235
|
+
"integrity": "sha512-Uz+Lwvd9JYU9dvq2FuinH+ags2zlQwKyNgmY/ETW6y1r5X1HJPzEKROdli2RKpD/USy28rRuxO9kSAnHF+e6DA==",
|
|
4236
4236
|
"license": "MIT",
|
|
4237
4237
|
"dependencies": {
|
|
4238
4238
|
"@oclif/core": "^4",
|
|
@@ -4340,13 +4340,13 @@
|
|
|
4340
4340
|
}
|
|
4341
4341
|
},
|
|
4342
4342
|
"node_modules/@oclif/plugin-not-found": {
|
|
4343
|
-
"version": "3.2.
|
|
4344
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
4345
|
-
"integrity": "sha512-
|
|
4343
|
+
"version": "3.2.70",
|
|
4344
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.70.tgz",
|
|
4345
|
+
"integrity": "sha512-pFU32i0hpOrpb2k+HXTp2MuGB/FaaTDrbCkbcoA+0uxjGAqhifxCJlDLZI/BCjsjd0nKJ0pZEDbiIAA6+2oKoA==",
|
|
4346
4346
|
"license": "MIT",
|
|
4347
4347
|
"dependencies": {
|
|
4348
4348
|
"@inquirer/prompts": "^7.9.0",
|
|
4349
|
-
"@oclif/core": "^4.5.
|
|
4349
|
+
"@oclif/core": "^4.5.6",
|
|
4350
4350
|
"ansis": "^3.17.0",
|
|
4351
4351
|
"fast-levenshtein": "^3.0.0"
|
|
4352
4352
|
},
|
|
@@ -4484,9 +4484,9 @@
|
|
|
4484
4484
|
}
|
|
4485
4485
|
},
|
|
4486
4486
|
"node_modules/@oclif/plugin-update": {
|
|
4487
|
-
"version": "4.7.
|
|
4488
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.
|
|
4489
|
-
"integrity": "sha512-
|
|
4487
|
+
"version": "4.7.11",
|
|
4488
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.11.tgz",
|
|
4489
|
+
"integrity": "sha512-e1vr620Lr/TutYNICk4Nv/FW3vwGR2/zycqzCbsoMlFC5+hYFocS/IVDOh45mnelQlHIS15zVL+XySy3/7o/Xw==",
|
|
4490
4490
|
"license": "MIT",
|
|
4491
4491
|
"dependencies": {
|
|
4492
4492
|
"@inquirer/select": "^2.5.0",
|
|
@@ -4518,9 +4518,9 @@
|
|
|
4518
4518
|
}
|
|
4519
4519
|
},
|
|
4520
4520
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
4521
|
-
"version": "3.1.
|
|
4522
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
4523
|
-
"integrity": "sha512-
|
|
4521
|
+
"version": "3.1.50",
|
|
4522
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.50.tgz",
|
|
4523
|
+
"integrity": "sha512-JAN0qm5z4FrgZ5i1K1vDGCglOTYrdHtSwSi0R6EAqv0SlrlY5ZKDqpRFklT0i2KGr4M6XPoDr1QiDsZbpN62EQ==",
|
|
4524
4524
|
"license": "MIT",
|
|
4525
4525
|
"dependencies": {
|
|
4526
4526
|
"@oclif/core": "^4",
|
|
@@ -4991,9 +4991,9 @@
|
|
|
4991
4991
|
"license": "BSD-3-Clause"
|
|
4992
4992
|
},
|
|
4993
4993
|
"node_modules/@salesforce/agents": {
|
|
4994
|
-
"version": "0.
|
|
4995
|
-
"resolved": "https://registry.npmjs.org/@salesforce/agents/-/agents-0.
|
|
4996
|
-
"integrity": "sha512-
|
|
4994
|
+
"version": "0.18.2",
|
|
4995
|
+
"resolved": "https://registry.npmjs.org/@salesforce/agents/-/agents-0.18.2.tgz",
|
|
4996
|
+
"integrity": "sha512-JarlWF9WUp3/qKm73E5dK6BERnqz/fmy+x9r6zeO4YDmLvc1oZV6ufNcXOEN9pmPHh6D0qBWOBJ1IlBHQPIUig==",
|
|
4997
4997
|
"license": "Apache-2.0",
|
|
4998
4998
|
"dependencies": {
|
|
4999
4999
|
"@salesforce/core": "^8.19.1",
|
|
@@ -5405,16 +5405,16 @@
|
|
|
5405
5405
|
}
|
|
5406
5406
|
},
|
|
5407
5407
|
"node_modules/@salesforce/plugin-agent": {
|
|
5408
|
-
"version": "1.24.
|
|
5409
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.24.
|
|
5410
|
-
"integrity": "sha512-
|
|
5408
|
+
"version": "1.24.18",
|
|
5409
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.24.18.tgz",
|
|
5410
|
+
"integrity": "sha512-dqb22CF+eTEK3vxjQDTjF5utDbR2H7qhCmCMuiz96xOZqVFZm/Z241xTPTV8xUOtlioO+noylCU/bNeUOe1s3g==",
|
|
5411
5411
|
"license": "BSD-3-Clause",
|
|
5412
5412
|
"dependencies": {
|
|
5413
|
-
"@inquirer/core": "^10.
|
|
5413
|
+
"@inquirer/core": "^10.3.0",
|
|
5414
5414
|
"@inquirer/prompts": "^7.8.4",
|
|
5415
5415
|
"@oclif/core": "^4",
|
|
5416
5416
|
"@oclif/multi-stage-output": "^0.8.22",
|
|
5417
|
-
"@salesforce/agents": "^0.
|
|
5417
|
+
"@salesforce/agents": "^0.18.2",
|
|
5418
5418
|
"@salesforce/core": "^8.23.2",
|
|
5419
5419
|
"@salesforce/kit": "^3.2.3",
|
|
5420
5420
|
"@salesforce/sf-plugins-core": "^12.2.4",
|
|
@@ -5647,15 +5647,15 @@
|
|
|
5647
5647
|
}
|
|
5648
5648
|
},
|
|
5649
5649
|
"node_modules/@salesforce/plugin-info": {
|
|
5650
|
-
"version": "3.4.
|
|
5651
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.
|
|
5652
|
-
"integrity": "sha512-
|
|
5650
|
+
"version": "3.4.93",
|
|
5651
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.93.tgz",
|
|
5652
|
+
"integrity": "sha512-E0Imd3rX+Rq3Rlk91xpa19kdADIQ/oTBTx6CE9XHaGr9HHflwSmoYJPd6siau3gJD3JfETqW84gsCg0mGXYmbA==",
|
|
5653
5653
|
"license": "Apache-2.0",
|
|
5654
5654
|
"dependencies": {
|
|
5655
5655
|
"@inquirer/input": "^2.3.0",
|
|
5656
5656
|
"@jsforce/jsforce-node": "^3.10.8",
|
|
5657
5657
|
"@oclif/core": "^4",
|
|
5658
|
-
"@salesforce/core": "^8.23.
|
|
5658
|
+
"@salesforce/core": "^8.23.2",
|
|
5659
5659
|
"@salesforce/kit": "^3.2.3",
|
|
5660
5660
|
"@salesforce/sf-plugins-core": "^12",
|
|
5661
5661
|
"got": "^13.0.0",
|
|
@@ -5663,7 +5663,7 @@
|
|
|
5663
5663
|
"marked-terminal": "^4.2.0",
|
|
5664
5664
|
"open": "^10.2.0",
|
|
5665
5665
|
"proxy-agent": "^6.5.0",
|
|
5666
|
-
"semver": "^7.7.
|
|
5666
|
+
"semver": "^7.7.3"
|
|
5667
5667
|
},
|
|
5668
5668
|
"engines": {
|
|
5669
5669
|
"node": ">=18.0.0"
|
|
@@ -5699,17 +5699,17 @@
|
|
|
5699
5699
|
}
|
|
5700
5700
|
},
|
|
5701
5701
|
"node_modules/@salesforce/plugin-org": {
|
|
5702
|
-
"version": "5.9.
|
|
5703
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.
|
|
5704
|
-
"integrity": "sha512-
|
|
5702
|
+
"version": "5.9.37",
|
|
5703
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.37.tgz",
|
|
5704
|
+
"integrity": "sha512-RGKIW/zaDvDfYrmIvUzAqdOmNI7mWdaNle6Ikf8QsnjtLGBYh3pu422Avbg5cJGZe0JAY+Nrnu3w69/WaMaQKg==",
|
|
5705
5705
|
"license": "Apache-2.0",
|
|
5706
5706
|
"dependencies": {
|
|
5707
|
-
"@oclif/core": "^4.5.
|
|
5708
|
-
"@oclif/multi-stage-output": "^0.8.
|
|
5709
|
-
"@salesforce/core": "^8.
|
|
5707
|
+
"@oclif/core": "^4.5.6",
|
|
5708
|
+
"@oclif/multi-stage-output": "^0.8.25",
|
|
5709
|
+
"@salesforce/core": "^8.23.2",
|
|
5710
5710
|
"@salesforce/kit": "^3.2.4",
|
|
5711
5711
|
"@salesforce/sf-plugins-core": "^12.2.4",
|
|
5712
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
5712
|
+
"@salesforce/source-deploy-retrieve": "^12.24.0",
|
|
5713
5713
|
"@salesforce/ts-types": "^2.0.12",
|
|
5714
5714
|
"ansis": "^3.16.0",
|
|
5715
5715
|
"change-case": "^5.4.4",
|
|
@@ -5903,16 +5903,16 @@
|
|
|
5903
5903
|
}
|
|
5904
5904
|
},
|
|
5905
5905
|
"node_modules/@salesforce/plugin-sobject": {
|
|
5906
|
-
"version": "1.4.
|
|
5907
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.
|
|
5908
|
-
"integrity": "sha512-
|
|
5906
|
+
"version": "1.4.76",
|
|
5907
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.76.tgz",
|
|
5908
|
+
"integrity": "sha512-rvYQ4caBwUAlNcVVKjPJt4lVTGOZJm1QRm91DnKT2vdWPBkvzpAqih8b19yInEpa5HW8JSuXRtUPuPdqtPj+1A==",
|
|
5909
5909
|
"license": "Apache-2.0",
|
|
5910
5910
|
"dependencies": {
|
|
5911
5911
|
"@inquirer/confirm": "^3.2.0",
|
|
5912
5912
|
"@inquirer/input": "^2.3.0",
|
|
5913
5913
|
"@inquirer/select": "^2.5.0",
|
|
5914
5914
|
"@oclif/core": "^4",
|
|
5915
|
-
"@salesforce/core": "^8.23.
|
|
5915
|
+
"@salesforce/core": "^8.23.2",
|
|
5916
5916
|
"@salesforce/kit": "^3.2.4",
|
|
5917
5917
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
5918
5918
|
"fast-glob": "^3.3.3",
|
package/oclif.lock
CHANGED
|
@@ -1376,7 +1376,7 @@
|
|
|
1376
1376
|
"@inquirer/core" "^10.3.0"
|
|
1377
1377
|
"@inquirer/type" "^3.0.9"
|
|
1378
1378
|
|
|
1379
|
-
"@inquirer/core@^10.
|
|
1379
|
+
"@inquirer/core@^10.3.0":
|
|
1380
1380
|
version "10.3.0"
|
|
1381
1381
|
resolved "https://registry.npmjs.org/@inquirer/core/-/core-10.3.0.tgz"
|
|
1382
1382
|
integrity sha512-Uv2aPPPSK5jeCplQmQ9xadnFx2Zhj9b5Dj7bU6ZeCdDNNY11nhYy4btcSdtDguHqCT2h5oNeQTcUNSGGLA7NTA==
|
|
@@ -1913,7 +1913,7 @@
|
|
|
1913
1913
|
proc-log "^5.0.0"
|
|
1914
1914
|
which "^5.0.0"
|
|
1915
1915
|
|
|
1916
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.8", "@oclif/core@^4.3.2", "@oclif/core@^4.5.2", "@oclif/core@^4.5.
|
|
1916
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.8", "@oclif/core@^4.3.2", "@oclif/core@^4.5.2", "@oclif/core@^4.5.4", "@oclif/core@^4.5.5", "@oclif/core@^4.5.6", "@oclif/core@>= 3.0.0", "@oclif/core@4.5.6":
|
|
1917
1917
|
version "4.5.6"
|
|
1918
1918
|
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.5.6.tgz"
|
|
1919
1919
|
integrity sha512-FmmA6a2+GwhRtULNB9G+YZp2Whi/mgCjNC1EaHGMEztnlM4Je3wRmbAraucSsHsycSgihnm2MtcmudI+8xo8Lw==
|
|
@@ -1937,10 +1937,10 @@
|
|
|
1937
1937
|
wordwrap "^1.0.0"
|
|
1938
1938
|
wrap-ansi "^7.0.0"
|
|
1939
1939
|
|
|
1940
|
-
"@oclif/multi-stage-output@^0.8.20", "@oclif/multi-stage-output@^0.8.22", "@oclif/multi-stage-output@^0.8.23":
|
|
1941
|
-
version "0.8.
|
|
1942
|
-
resolved "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.
|
|
1943
|
-
integrity sha512-
|
|
1940
|
+
"@oclif/multi-stage-output@^0.8.20", "@oclif/multi-stage-output@^0.8.22", "@oclif/multi-stage-output@^0.8.23", "@oclif/multi-stage-output@^0.8.25":
|
|
1941
|
+
version "0.8.25"
|
|
1942
|
+
resolved "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.25.tgz"
|
|
1943
|
+
integrity sha512-Tw/EDlk7i4WEGfTtjHzTLBpwqgl0AtBqu9kixxH1cPCpD7qG783Pc5lAk+IwgReNpgZEdrrdeGVePFlsitBIbQ==
|
|
1944
1944
|
dependencies:
|
|
1945
1945
|
"@oclif/core" "^4"
|
|
1946
1946
|
"@types/react" "^18.3.12"
|
|
@@ -1950,10 +1950,10 @@
|
|
|
1950
1950
|
react "^18.3.1"
|
|
1951
1951
|
wrap-ansi "^9.0.2"
|
|
1952
1952
|
|
|
1953
|
-
"@oclif/plugin-autocomplete@3.2.
|
|
1954
|
-
version "3.2.
|
|
1955
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.
|
|
1956
|
-
integrity sha512-
|
|
1953
|
+
"@oclif/plugin-autocomplete@3.2.37":
|
|
1954
|
+
version "3.2.37"
|
|
1955
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.37.tgz"
|
|
1956
|
+
integrity sha512-Uz+Lwvd9JYU9dvq2FuinH+ags2zlQwKyNgmY/ETW6y1r5X1HJPzEKROdli2RKpD/USy28rRuxO9kSAnHF+e6DA==
|
|
1957
1957
|
dependencies:
|
|
1958
1958
|
"@oclif/core" "^4"
|
|
1959
1959
|
ansis "^3.16.0"
|
|
@@ -1992,13 +1992,13 @@
|
|
|
1992
1992
|
dependencies:
|
|
1993
1993
|
"@oclif/core" "^4"
|
|
1994
1994
|
|
|
1995
|
-
"@oclif/plugin-not-found@^3.2.68", "@oclif/plugin-not-found@3.2.
|
|
1996
|
-
version "3.2.
|
|
1997
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
1998
|
-
integrity sha512-
|
|
1995
|
+
"@oclif/plugin-not-found@^3.2.68", "@oclif/plugin-not-found@3.2.70":
|
|
1996
|
+
version "3.2.70"
|
|
1997
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.70.tgz"
|
|
1998
|
+
integrity sha512-pFU32i0hpOrpb2k+HXTp2MuGB/FaaTDrbCkbcoA+0uxjGAqhifxCJlDLZI/BCjsjd0nKJ0pZEDbiIAA6+2oKoA==
|
|
1999
1999
|
dependencies:
|
|
2000
2000
|
"@inquirer/prompts" "^7.9.0"
|
|
2001
|
-
"@oclif/core" "^4.5.
|
|
2001
|
+
"@oclif/core" "^4.5.6"
|
|
2002
2002
|
ansis "^3.17.0"
|
|
2003
2003
|
fast-levenshtein "^3.0.0"
|
|
2004
2004
|
|
|
@@ -2028,10 +2028,10 @@
|
|
|
2028
2028
|
ansi-escapes "^7.1.1"
|
|
2029
2029
|
inquirer-autocomplete-standalone "^0.8.1"
|
|
2030
2030
|
|
|
2031
|
-
"@oclif/plugin-update@4.7.
|
|
2032
|
-
version "4.7.
|
|
2033
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.
|
|
2034
|
-
integrity sha512-
|
|
2031
|
+
"@oclif/plugin-update@4.7.11":
|
|
2032
|
+
version "4.7.11"
|
|
2033
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.11.tgz"
|
|
2034
|
+
integrity sha512-e1vr620Lr/TutYNICk4Nv/FW3vwGR2/zycqzCbsoMlFC5+hYFocS/IVDOh45mnelQlHIS15zVL+XySy3/7o/Xw==
|
|
2035
2035
|
dependencies:
|
|
2036
2036
|
"@inquirer/select" "^2.5.0"
|
|
2037
2037
|
"@oclif/core" "^4"
|
|
@@ -2052,10 +2052,10 @@
|
|
|
2052
2052
|
"@oclif/core" "^4"
|
|
2053
2053
|
ansis "^3.17.0"
|
|
2054
2054
|
|
|
2055
|
-
"@oclif/plugin-warn-if-update-available@^3.1.48", "@oclif/plugin-warn-if-update-available@3.1.
|
|
2056
|
-
version "3.1.
|
|
2057
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
2058
|
-
integrity sha512-
|
|
2055
|
+
"@oclif/plugin-warn-if-update-available@^3.1.48", "@oclif/plugin-warn-if-update-available@3.1.50":
|
|
2056
|
+
version "3.1.50"
|
|
2057
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.50.tgz"
|
|
2058
|
+
integrity sha512-JAN0qm5z4FrgZ5i1K1vDGCglOTYrdHtSwSi0R6EAqv0SlrlY5ZKDqpRFklT0i2KGr4M6XPoDr1QiDsZbpN62EQ==
|
|
2059
2059
|
dependencies:
|
|
2060
2060
|
"@oclif/core" "^4"
|
|
2061
2061
|
ansis "^3.17.0"
|
|
@@ -2299,10 +2299,10 @@
|
|
|
2299
2299
|
resolved "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz"
|
|
2300
2300
|
integrity sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==
|
|
2301
2301
|
|
|
2302
|
-
"@salesforce/agents@^0.
|
|
2303
|
-
version "0.
|
|
2304
|
-
resolved "https://registry.npmjs.org/@salesforce/agents/-/agents-0.
|
|
2305
|
-
integrity sha512-
|
|
2302
|
+
"@salesforce/agents@^0.18.2":
|
|
2303
|
+
version "0.18.2"
|
|
2304
|
+
resolved "https://registry.npmjs.org/@salesforce/agents/-/agents-0.18.2.tgz"
|
|
2305
|
+
integrity sha512-JarlWF9WUp3/qKm73E5dK6BERnqz/fmy+x9r6zeO4YDmLvc1oZV6ufNcXOEN9pmPHh6D0qBWOBJ1IlBHQPIUig==
|
|
2306
2306
|
dependencies:
|
|
2307
2307
|
"@salesforce/core" "^8.19.1"
|
|
2308
2308
|
"@salesforce/kit" "^3.2.3"
|
|
@@ -2343,7 +2343,7 @@
|
|
|
2343
2343
|
strip-ansi "6.0.1"
|
|
2344
2344
|
ts-retry-promise "^0.8.1"
|
|
2345
2345
|
|
|
2346
|
-
"@salesforce/core@^8.10.1", "@salesforce/core@^8.12.0", "@salesforce/core@^8.18.1", "@salesforce/core@^8.18.7", "@salesforce/core@^8.19.1", "@salesforce/core@^8.21.2", "@salesforce/core@^8.
|
|
2346
|
+
"@salesforce/core@^8.10.1", "@salesforce/core@^8.12.0", "@salesforce/core@^8.18.1", "@salesforce/core@^8.18.7", "@salesforce/core@^8.19.1", "@salesforce/core@^8.21.2", "@salesforce/core@^8.23.0", "@salesforce/core@^8.23.1", "@salesforce/core@^8.23.2", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.1", "@salesforce/core@^8.8.5", "@salesforce/core@^8.9.1", "@salesforce/core@8.23.2":
|
|
2347
2347
|
version "8.23.2"
|
|
2348
2348
|
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.23.2.tgz"
|
|
2349
2349
|
integrity sha512-9XUlaI0orvdjDJZsgjt0lVLa5wrFWNaorRbshT/EJ6fIiqcAehOV2bR62NJtRhrOrgu1h34bTmUqMo+yUEES9w==
|
|
@@ -2440,16 +2440,16 @@
|
|
|
2440
2440
|
jszip "^3.10.1"
|
|
2441
2441
|
object-treeify "^2"
|
|
2442
2442
|
|
|
2443
|
-
"@salesforce/plugin-agent@1.24.
|
|
2444
|
-
version "1.24.
|
|
2445
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.24.
|
|
2446
|
-
integrity sha512-
|
|
2443
|
+
"@salesforce/plugin-agent@1.24.18":
|
|
2444
|
+
version "1.24.18"
|
|
2445
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.24.18.tgz"
|
|
2446
|
+
integrity sha512-dqb22CF+eTEK3vxjQDTjF5utDbR2H7qhCmCMuiz96xOZqVFZm/Z241xTPTV8xUOtlioO+noylCU/bNeUOe1s3g==
|
|
2447
2447
|
dependencies:
|
|
2448
|
-
"@inquirer/core" "^10.
|
|
2448
|
+
"@inquirer/core" "^10.3.0"
|
|
2449
2449
|
"@inquirer/prompts" "^7.8.4"
|
|
2450
2450
|
"@oclif/core" "^4"
|
|
2451
2451
|
"@oclif/multi-stage-output" "^0.8.22"
|
|
2452
|
-
"@salesforce/agents" "^0.
|
|
2452
|
+
"@salesforce/agents" "^0.18.2"
|
|
2453
2453
|
"@salesforce/core" "^8.23.2"
|
|
2454
2454
|
"@salesforce/kit" "^3.2.3"
|
|
2455
2455
|
"@salesforce/sf-plugins-core" "^12.2.4"
|
|
@@ -2555,15 +2555,15 @@
|
|
|
2555
2555
|
ansis "^3.17.0"
|
|
2556
2556
|
terminal-link "^3.0.0"
|
|
2557
2557
|
|
|
2558
|
-
"@salesforce/plugin-info@^3.4.74", "@salesforce/plugin-info@^3.4.85", "@salesforce/plugin-info@^3.4.89", "@salesforce/plugin-info@3.4.
|
|
2559
|
-
version "3.4.
|
|
2560
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.
|
|
2561
|
-
integrity sha512-
|
|
2558
|
+
"@salesforce/plugin-info@^3.4.74", "@salesforce/plugin-info@^3.4.85", "@salesforce/plugin-info@^3.4.89", "@salesforce/plugin-info@3.4.93":
|
|
2559
|
+
version "3.4.93"
|
|
2560
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.93.tgz"
|
|
2561
|
+
integrity sha512-E0Imd3rX+Rq3Rlk91xpa19kdADIQ/oTBTx6CE9XHaGr9HHflwSmoYJPd6siau3gJD3JfETqW84gsCg0mGXYmbA==
|
|
2562
2562
|
dependencies:
|
|
2563
2563
|
"@inquirer/input" "^2.3.0"
|
|
2564
2564
|
"@jsforce/jsforce-node" "^3.10.8"
|
|
2565
2565
|
"@oclif/core" "^4"
|
|
2566
|
-
"@salesforce/core" "^8.23.
|
|
2566
|
+
"@salesforce/core" "^8.23.2"
|
|
2567
2567
|
"@salesforce/kit" "^3.2.3"
|
|
2568
2568
|
"@salesforce/sf-plugins-core" "^12"
|
|
2569
2569
|
got "^13.0.0"
|
|
@@ -2571,7 +2571,7 @@
|
|
|
2571
2571
|
marked-terminal "^4.2.0"
|
|
2572
2572
|
open "^10.2.0"
|
|
2573
2573
|
proxy-agent "^6.5.0"
|
|
2574
|
-
semver "^7.7.
|
|
2574
|
+
semver "^7.7.3"
|
|
2575
2575
|
|
|
2576
2576
|
"@salesforce/plugin-limits@3.3.67":
|
|
2577
2577
|
version "3.3.67"
|
|
@@ -2592,17 +2592,17 @@
|
|
|
2592
2592
|
got "^13.0.0"
|
|
2593
2593
|
proxy-agent "^6.4.0"
|
|
2594
2594
|
|
|
2595
|
-
"@salesforce/plugin-org@5.9.
|
|
2596
|
-
version "5.9.
|
|
2597
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.
|
|
2598
|
-
integrity sha512-
|
|
2595
|
+
"@salesforce/plugin-org@5.9.37":
|
|
2596
|
+
version "5.9.37"
|
|
2597
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.37.tgz"
|
|
2598
|
+
integrity sha512-RGKIW/zaDvDfYrmIvUzAqdOmNI7mWdaNle6Ikf8QsnjtLGBYh3pu422Avbg5cJGZe0JAY+Nrnu3w69/WaMaQKg==
|
|
2599
2599
|
dependencies:
|
|
2600
|
-
"@oclif/core" "^4.5.
|
|
2601
|
-
"@oclif/multi-stage-output" "^0.8.
|
|
2602
|
-
"@salesforce/core" "^8.
|
|
2600
|
+
"@oclif/core" "^4.5.6"
|
|
2601
|
+
"@oclif/multi-stage-output" "^0.8.25"
|
|
2602
|
+
"@salesforce/core" "^8.23.2"
|
|
2603
2603
|
"@salesforce/kit" "^3.2.4"
|
|
2604
2604
|
"@salesforce/sf-plugins-core" "^12.2.4"
|
|
2605
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
2605
|
+
"@salesforce/source-deploy-retrieve" "^12.24.0"
|
|
2606
2606
|
"@salesforce/ts-types" "^2.0.12"
|
|
2607
2607
|
ansis "^3.16.0"
|
|
2608
2608
|
change-case "^5.4.4"
|
|
@@ -2669,16 +2669,16 @@
|
|
|
2669
2669
|
"@salesforce/sf-plugins-core" "^12.2.4"
|
|
2670
2670
|
fast-levenshtein "^3.0.0"
|
|
2671
2671
|
|
|
2672
|
-
"@salesforce/plugin-sobject@1.4.
|
|
2673
|
-
version "1.4.
|
|
2674
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.
|
|
2675
|
-
integrity sha512-
|
|
2672
|
+
"@salesforce/plugin-sobject@1.4.76":
|
|
2673
|
+
version "1.4.76"
|
|
2674
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.76.tgz"
|
|
2675
|
+
integrity sha512-rvYQ4caBwUAlNcVVKjPJt4lVTGOZJm1QRm91DnKT2vdWPBkvzpAqih8b19yInEpa5HW8JSuXRtUPuPdqtPj+1A==
|
|
2676
2676
|
dependencies:
|
|
2677
2677
|
"@inquirer/confirm" "^3.2.0"
|
|
2678
2678
|
"@inquirer/input" "^2.3.0"
|
|
2679
2679
|
"@inquirer/select" "^2.5.0"
|
|
2680
2680
|
"@oclif/core" "^4"
|
|
2681
|
-
"@salesforce/core" "^8.23.
|
|
2681
|
+
"@salesforce/core" "^8.23.2"
|
|
2682
2682
|
"@salesforce/kit" "^3.2.4"
|
|
2683
2683
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
2684
2684
|
fast-glob "^3.3.3"
|
|
@@ -2778,7 +2778,7 @@
|
|
|
2778
2778
|
cli-progress "^3.12.0"
|
|
2779
2779
|
terminal-link "^3.0.0"
|
|
2780
2780
|
|
|
2781
|
-
"@salesforce/source-deploy-retrieve@^12.16.9", "@salesforce/source-deploy-retrieve@^12.19.9", "@salesforce/source-deploy-retrieve@^12.22.0", "@salesforce/source-deploy-retrieve@^12.22.
|
|
2781
|
+
"@salesforce/source-deploy-retrieve@^12.16.9", "@salesforce/source-deploy-retrieve@^12.19.9", "@salesforce/source-deploy-retrieve@^12.22.0", "@salesforce/source-deploy-retrieve@^12.22.2", "@salesforce/source-deploy-retrieve@^12.24.0":
|
|
2782
2782
|
version "12.24.0"
|
|
2783
2783
|
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.24.0.tgz"
|
|
2784
2784
|
integrity sha512-gjS6whT1575UGxwR2foDILlsbDQPwng0rNyXsk39hwg+bRsbHABZGzxU5EeUIzpKqv4bf6C9z/BLYiHMcZocoQ==
|
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.110.
|
|
4
|
+
"version": "2.110.18",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -145,32 +145,32 @@
|
|
|
145
145
|
"dependencies": {
|
|
146
146
|
"@inquirer/select": "^2.3.5",
|
|
147
147
|
"@oclif/core": "4.5.6",
|
|
148
|
-
"@oclif/plugin-autocomplete": "3.2.
|
|
148
|
+
"@oclif/plugin-autocomplete": "3.2.37",
|
|
149
149
|
"@oclif/plugin-commands": "4.1.35",
|
|
150
150
|
"@oclif/plugin-help": "6.2.33",
|
|
151
|
-
"@oclif/plugin-not-found": "3.2.
|
|
151
|
+
"@oclif/plugin-not-found": "3.2.70",
|
|
152
152
|
"@oclif/plugin-plugins": "5.4.50",
|
|
153
153
|
"@oclif/plugin-search": "1.2.33",
|
|
154
|
-
"@oclif/plugin-update": "4.7.
|
|
154
|
+
"@oclif/plugin-update": "4.7.11",
|
|
155
155
|
"@oclif/plugin-version": "2.2.34",
|
|
156
|
-
"@oclif/plugin-warn-if-update-available": "3.1.
|
|
156
|
+
"@oclif/plugin-warn-if-update-available": "3.1.50",
|
|
157
157
|
"@oclif/plugin-which": "3.2.41",
|
|
158
158
|
"@salesforce/core": "^8.9.1",
|
|
159
159
|
"@salesforce/kit": "^3.1.6",
|
|
160
|
-
"@salesforce/plugin-agent": "1.24.
|
|
160
|
+
"@salesforce/plugin-agent": "1.24.18",
|
|
161
161
|
"@salesforce/plugin-apex": "3.8.3",
|
|
162
162
|
"@salesforce/plugin-api": "1.3.3",
|
|
163
163
|
"@salesforce/plugin-auth": "3.9.13",
|
|
164
164
|
"@salesforce/plugin-data": "4.0.59",
|
|
165
165
|
"@salesforce/plugin-deploy-retrieve": "3.23.5",
|
|
166
|
-
"@salesforce/plugin-info": "3.4.
|
|
166
|
+
"@salesforce/plugin-info": "3.4.93",
|
|
167
167
|
"@salesforce/plugin-limits": "3.3.67",
|
|
168
168
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
169
|
-
"@salesforce/plugin-org": "5.9.
|
|
169
|
+
"@salesforce/plugin-org": "5.9.37",
|
|
170
170
|
"@salesforce/plugin-packaging": "2.20.5",
|
|
171
171
|
"@salesforce/plugin-schema": "3.3.82",
|
|
172
172
|
"@salesforce/plugin-settings": "2.4.48",
|
|
173
|
-
"@salesforce/plugin-sobject": "1.4.
|
|
173
|
+
"@salesforce/plugin-sobject": "1.4.76",
|
|
174
174
|
"@salesforce/plugin-telemetry": "3.6.61",
|
|
175
175
|
"@salesforce/plugin-templates": "56.3.66",
|
|
176
176
|
"@salesforce/plugin-trust": "3.7.113",
|