@salesforce/cli 2.94.2 → 2.94.3
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 +47 -32
- package/npm-shrinkwrap.json +40 -40
- package/oclif.lock +41 -41
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
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.94.
|
|
28
|
+
@salesforce/cli/2.94.3 linux-x64 node-v22.16.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -3256,7 +3256,7 @@ DESCRIPTION
|
|
|
3256
3256
|
Display help for sf.
|
|
3257
3257
|
```
|
|
3258
3258
|
|
|
3259
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.
|
|
3259
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.29/src/commands/help.ts)_
|
|
3260
3260
|
|
|
3261
3261
|
## `sf info releasenotes display`
|
|
3262
3262
|
|
|
@@ -4490,7 +4490,7 @@ EXAMPLES
|
|
|
4490
4490
|
$ sf org list auth
|
|
4491
4491
|
```
|
|
4492
4492
|
|
|
4493
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
4493
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.2/src/commands/org/list/auth.ts)_
|
|
4494
4494
|
|
|
4495
4495
|
## `sf org list limits`
|
|
4496
4496
|
|
|
@@ -4790,7 +4790,7 @@ FLAG DESCRIPTIONS
|
|
|
4790
4790
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4791
4791
|
```
|
|
4792
4792
|
|
|
4793
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
4793
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.2/src/commands/org/login/access-token.ts)_
|
|
4794
4794
|
|
|
4795
4795
|
## `sf org login device`
|
|
4796
4796
|
|
|
@@ -4850,7 +4850,7 @@ FLAG DESCRIPTIONS
|
|
|
4850
4850
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4851
4851
|
```
|
|
4852
4852
|
|
|
4853
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
4853
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.2/src/commands/org/login/device.ts)_
|
|
4854
4854
|
|
|
4855
4855
|
## `sf org login jwt`
|
|
4856
4856
|
|
|
@@ -4941,7 +4941,7 @@ FLAG DESCRIPTIONS
|
|
|
4941
4941
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4942
4942
|
```
|
|
4943
4943
|
|
|
4944
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
4944
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.2/src/commands/org/login/jwt.ts)_
|
|
4945
4945
|
|
|
4946
4946
|
## `sf org login sfdx-url`
|
|
4947
4947
|
|
|
@@ -5011,7 +5011,7 @@ EXAMPLES
|
|
|
5011
5011
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
5012
5012
|
```
|
|
5013
5013
|
|
|
5014
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
5014
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.2/src/commands/org/login/sfdx-url.ts)_
|
|
5015
5015
|
|
|
5016
5016
|
## `sf org login web`
|
|
5017
5017
|
|
|
@@ -5026,13 +5026,18 @@ FLAGS
|
|
|
5026
5026
|
-a, --alias=<value> Alias for the org.
|
|
5027
5027
|
-b, --browser=<option> Browser in which to open the org.
|
|
5028
5028
|
<options: chrome|edge|firefox>
|
|
5029
|
-
-c, --client-app=<value> Name
|
|
5029
|
+
-c, --client-app=<value> Name to give to the link between the connected app or external client and the
|
|
5030
|
+
already-authenticated user. You can specify any string you want. Must be used with
|
|
5031
|
+
--username.
|
|
5030
5032
|
-d, --set-default-dev-hub Set the authenticated org as the default Dev Hub.
|
|
5031
5033
|
-i, --client-id=<value> OAuth client ID (also called consumer key) of your custom connected app.
|
|
5032
5034
|
-r, --instance-url=<value> URL of the instance that the org lives on.
|
|
5033
5035
|
-s, --set-default Set the authenticated org as the default that all org-related commands run against.
|
|
5034
|
-
--scopes=<value> Authentication scopes to request.
|
|
5035
|
-
|
|
5036
|
+
--scopes=<value> Authentication (OAuth) scopes to request. Use the scope's short name; specify multiple
|
|
5037
|
+
scopes using just one flag instance and separated by spaces: --scopes "sfap_api
|
|
5038
|
+
chatbot_api".
|
|
5039
|
+
--username=<value> Username of the already-authenticated user to link to the connected app or external client
|
|
5040
|
+
app. Must be used with --client-app.
|
|
5036
5041
|
|
|
5037
5042
|
GLOBAL FLAGS
|
|
5038
5043
|
--flags-dir=<value> Import flag values from a directory.
|
|
@@ -5058,6 +5063,15 @@ DESCRIPTION
|
|
|
5058
5063
|
digital certificate. Make note of the consumer key (also called cliend id) that’s generated for you. Then specify the
|
|
5059
5064
|
consumer key with the --client-id flag.
|
|
5060
5065
|
|
|
5066
|
+
You can also use this command to link one or more connected or external client apps in an org to an
|
|
5067
|
+
already-authenticated user. Then Salesforce CLI commands that have API-specific requirements, such as new OAuth scopes
|
|
5068
|
+
or JWT-based access tokens, can use these custom client apps rather than the default one. To create the link, you use
|
|
5069
|
+
the --client-app flag to give the link a name and the --username flag to specify the already-authenticated user. Use
|
|
5070
|
+
the --scopes flag to add OAuth scopes if required. After you create the link, you then use the --client-app value in
|
|
5071
|
+
the other command that has the API-specific requirements. An example of a command that uses this feature is "agent
|
|
5072
|
+
preview"; see the "Preview an Agent" section in the "Agentforce Developer Guide" for details and examples.
|
|
5073
|
+
(https://developer.salesforce.com/docs/einstein/genai/guide/agent-dx-preview.html)
|
|
5074
|
+
|
|
5061
5075
|
ALIASES
|
|
5062
5076
|
$ sf force auth web login
|
|
5063
5077
|
$ sf auth web login
|
|
@@ -5081,10 +5095,11 @@ EXAMPLES
|
|
|
5081
5095
|
$ sf org login web --instance-url https://MyDomainName--SandboxName.sandbox.my.salesforce.com --set-default \
|
|
5082
5096
|
--browser chrome
|
|
5083
5097
|
|
|
5084
|
-
Use your own connected app by specifying its consumer key (also called client ID)
|
|
5098
|
+
Use your own connected app by specifying its consumer key (also called client ID) and specify additional OAuth
|
|
5099
|
+
scopes:
|
|
5085
5100
|
|
|
5086
5101
|
$ sf org login web --instance-url https://MyDomainName--SandboxName.sandbox.my.salesforce.com --set-default \
|
|
5087
|
-
--browser chrome --client-id 04580y4051234051
|
|
5102
|
+
--browser chrome --client-id 04580y4051234051 --scopes "sfap_api chatbot_api"
|
|
5088
5103
|
|
|
5089
5104
|
FLAG DESCRIPTIONS
|
|
5090
5105
|
-b, --browser=chrome|edge|firefox Browser in which to open the org.
|
|
@@ -5101,7 +5116,7 @@ FLAG DESCRIPTIONS
|
|
|
5101
5116
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5102
5117
|
```
|
|
5103
5118
|
|
|
5104
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
5119
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.2/src/commands/org/login/web.ts)_
|
|
5105
5120
|
|
|
5106
5121
|
## `sf org logout`
|
|
5107
5122
|
|
|
@@ -5167,7 +5182,7 @@ FLAG DESCRIPTIONS
|
|
|
5167
5182
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
5168
5183
|
```
|
|
5169
5184
|
|
|
5170
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
5185
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.2/src/commands/org/logout.ts)_
|
|
5171
5186
|
|
|
5172
5187
|
## `sf org open`
|
|
5173
5188
|
|
|
@@ -7358,7 +7373,7 @@ FLAG DESCRIPTIONS
|
|
|
7358
7373
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
7359
7374
|
```
|
|
7360
7375
|
|
|
7361
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7376
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.25/src/commands/project/convert/mdapi.ts)_
|
|
7362
7377
|
|
|
7363
7378
|
## `sf project convert source`
|
|
7364
7379
|
|
|
@@ -7431,7 +7446,7 @@ FLAG DESCRIPTIONS
|
|
|
7431
7446
|
Override the api version used for api requests made by this command
|
|
7432
7447
|
```
|
|
7433
7448
|
|
|
7434
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7449
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.25/src/commands/project/convert/source.ts)_
|
|
7435
7450
|
|
|
7436
7451
|
## `sf project convert source-behavior`
|
|
7437
7452
|
|
|
@@ -7490,7 +7505,7 @@ EXAMPLES
|
|
|
7490
7505
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
7491
7506
|
```
|
|
7492
7507
|
|
|
7493
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7508
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.25/src/commands/project/convert/source-behavior.ts)_
|
|
7494
7509
|
|
|
7495
7510
|
## `sf project delete source`
|
|
7496
7511
|
|
|
@@ -7630,7 +7645,7 @@ FLAG DESCRIPTIONS
|
|
|
7630
7645
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
7631
7646
|
```
|
|
7632
7647
|
|
|
7633
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7648
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.25/src/commands/project/delete/source.ts)_
|
|
7634
7649
|
|
|
7635
7650
|
## `sf project delete tracking`
|
|
7636
7651
|
|
|
@@ -7667,7 +7682,7 @@ EXAMPLES
|
|
|
7667
7682
|
$ sf project delete tracking --target-org my-scratch
|
|
7668
7683
|
```
|
|
7669
7684
|
|
|
7670
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7685
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.25/src/commands/project/delete/tracking.ts)_
|
|
7671
7686
|
|
|
7672
7687
|
## `sf project deploy cancel`
|
|
7673
7688
|
|
|
@@ -7739,7 +7754,7 @@ FLAG DESCRIPTIONS
|
|
|
7739
7754
|
project deploy report".
|
|
7740
7755
|
```
|
|
7741
7756
|
|
|
7742
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7757
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.25/src/commands/project/deploy/cancel.ts)_
|
|
7743
7758
|
|
|
7744
7759
|
## `sf project deploy preview`
|
|
7745
7760
|
|
|
@@ -7822,7 +7837,7 @@ FLAG DESCRIPTIONS
|
|
|
7822
7837
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
7823
7838
|
```
|
|
7824
7839
|
|
|
7825
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7840
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.25/src/commands/project/deploy/preview.ts)_
|
|
7826
7841
|
|
|
7827
7842
|
## `sf project deploy quick`
|
|
7828
7843
|
|
|
@@ -7915,7 +7930,7 @@ ERROR CODES
|
|
|
7915
7930
|
Canceling (69) The deploy is being canceled.
|
|
7916
7931
|
```
|
|
7917
7932
|
|
|
7918
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7933
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.25/src/commands/project/deploy/quick.ts)_
|
|
7919
7934
|
|
|
7920
7935
|
## `sf project deploy report`
|
|
7921
7936
|
|
|
@@ -8007,7 +8022,7 @@ FLAG DESCRIPTIONS
|
|
|
8007
8022
|
--coverage-formatters lcov --coverage-formatters clover
|
|
8008
8023
|
```
|
|
8009
8024
|
|
|
8010
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8025
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.25/src/commands/project/deploy/report.ts)_
|
|
8011
8026
|
|
|
8012
8027
|
## `sf project deploy resume`
|
|
8013
8028
|
|
|
@@ -8104,7 +8119,7 @@ ERROR CODES
|
|
|
8104
8119
|
Canceling (69) The deploy is being canceled.
|
|
8105
8120
|
```
|
|
8106
8121
|
|
|
8107
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8122
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.25/src/commands/project/deploy/resume.ts)_
|
|
8108
8123
|
|
|
8109
8124
|
## `sf project deploy start`
|
|
8110
8125
|
|
|
@@ -8357,7 +8372,7 @@ ERROR CODES
|
|
|
8357
8372
|
Canceling (69) The deploy is being canceled.
|
|
8358
8373
|
```
|
|
8359
8374
|
|
|
8360
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8375
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.25/src/commands/project/deploy/start.ts)_
|
|
8361
8376
|
|
|
8362
8377
|
## `sf project deploy validate`
|
|
8363
8378
|
|
|
@@ -8547,7 +8562,7 @@ ERROR CODES
|
|
|
8547
8562
|
Canceling (69) The deploy is being canceled.
|
|
8548
8563
|
```
|
|
8549
8564
|
|
|
8550
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8565
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.25/src/commands/project/deploy/validate.ts)_
|
|
8551
8566
|
|
|
8552
8567
|
## `sf project generate`
|
|
8553
8568
|
|
|
@@ -8748,7 +8763,7 @@ EXAMPLES
|
|
|
8748
8763
|
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
|
|
8749
8764
|
```
|
|
8750
8765
|
|
|
8751
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8766
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.25/src/commands/project/generate/manifest.ts)_
|
|
8752
8767
|
|
|
8753
8768
|
## `sf project list ignored`
|
|
8754
8769
|
|
|
@@ -8790,7 +8805,7 @@ EXAMPLES
|
|
|
8790
8805
|
$ sf project list ignored --source-dir package.xml
|
|
8791
8806
|
```
|
|
8792
8807
|
|
|
8793
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8808
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.25/src/commands/project/list/ignored.ts)_
|
|
8794
8809
|
|
|
8795
8810
|
## `sf project reset tracking`
|
|
8796
8811
|
|
|
@@ -8839,7 +8854,7 @@ EXAMPLES
|
|
|
8839
8854
|
$ sf project reset tracking --revision 30
|
|
8840
8855
|
```
|
|
8841
8856
|
|
|
8842
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8857
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.25/src/commands/project/reset/tracking.ts)_
|
|
8843
8858
|
|
|
8844
8859
|
## `sf project retrieve preview`
|
|
8845
8860
|
|
|
@@ -8893,7 +8908,7 @@ FLAG DESCRIPTIONS
|
|
|
8893
8908
|
production orgs.
|
|
8894
8909
|
```
|
|
8895
8910
|
|
|
8896
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8911
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.25/src/commands/project/retrieve/preview.ts)_
|
|
8897
8912
|
|
|
8898
8913
|
## `sf project retrieve start`
|
|
8899
8914
|
|
|
@@ -9074,7 +9089,7 @@ ENVIRONMENT VARIABLES
|
|
|
9074
9089
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
9075
9090
|
```
|
|
9076
9091
|
|
|
9077
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
9092
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.25/src/commands/project/retrieve/start.ts)_
|
|
9078
9093
|
|
|
9079
9094
|
## `sf schema generate field`
|
|
9080
9095
|
|
|
@@ -9487,7 +9502,7 @@ FLAG DESCRIPTIONS
|
|
|
9487
9502
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
9488
9503
|
```
|
|
9489
9504
|
|
|
9490
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.
|
|
9505
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.30/src/commands/version.ts)_
|
|
9491
9506
|
|
|
9492
9507
|
## `sf visualforce generate component`
|
|
9493
9508
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.94.
|
|
3
|
+
"version": "2.94.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.94.
|
|
9
|
+
"version": "2.94.3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
"@oclif/core": "4.3.3",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.30",
|
|
16
16
|
"@oclif/plugin-commands": "4.1.26",
|
|
17
|
-
"@oclif/plugin-help": "6.2.
|
|
18
|
-
"@oclif/plugin-not-found": "3.2.
|
|
17
|
+
"@oclif/plugin-help": "6.2.29",
|
|
18
|
+
"@oclif/plugin-not-found": "3.2.57",
|
|
19
19
|
"@oclif/plugin-plugins": "5.4.40",
|
|
20
20
|
"@oclif/plugin-search": "1.2.24",
|
|
21
21
|
"@oclif/plugin-update": "4.6.43",
|
|
22
|
-
"@oclif/plugin-version": "2.2.
|
|
22
|
+
"@oclif/plugin-version": "2.2.30",
|
|
23
23
|
"@oclif/plugin-warn-if-update-available": "3.1.41",
|
|
24
24
|
"@oclif/plugin-which": "3.2.35",
|
|
25
25
|
"@salesforce/core": "^8.9.1",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"@salesforce/plugin-agent": "1.23.0",
|
|
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.2",
|
|
31
31
|
"@salesforce/plugin-data": "4.0.39",
|
|
32
|
-
"@salesforce/plugin-deploy-retrieve": "3.22.
|
|
32
|
+
"@salesforce/plugin-deploy-retrieve": "3.22.25",
|
|
33
33
|
"@salesforce/plugin-info": "3.4.66",
|
|
34
34
|
"@salesforce/plugin-limits": "3.3.56",
|
|
35
35
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@salesforce/plugin-schema": "3.3.66",
|
|
39
39
|
"@salesforce/plugin-settings": "2.4.31",
|
|
40
40
|
"@salesforce/plugin-sobject": "1.4.60",
|
|
41
|
-
"@salesforce/plugin-telemetry": "3.6.
|
|
41
|
+
"@salesforce/plugin-telemetry": "3.6.45",
|
|
42
42
|
"@salesforce/plugin-templates": "56.3.50",
|
|
43
43
|
"@salesforce/plugin-trust": "3.7.98",
|
|
44
44
|
"@salesforce/plugin-user": "3.6.25",
|
|
@@ -3980,9 +3980,9 @@
|
|
|
3980
3980
|
}
|
|
3981
3981
|
},
|
|
3982
3982
|
"node_modules/@oclif/multi-stage-output": {
|
|
3983
|
-
"version": "0.8.
|
|
3984
|
-
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.
|
|
3985
|
-
"integrity": "sha512-
|
|
3983
|
+
"version": "0.8.14",
|
|
3984
|
+
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.14.tgz",
|
|
3985
|
+
"integrity": "sha512-s6Ra2xJrRtIQfn+b/KcLaphboNIVP/2jymEM1rS8T8wADDvF6nw4GtkqUNNR77sZLe1XuxuiDLx4qFY9lYBxow==",
|
|
3986
3986
|
"license": "MIT",
|
|
3987
3987
|
"dependencies": {
|
|
3988
3988
|
"@oclif/core": "^4",
|
|
@@ -4111,9 +4111,9 @@
|
|
|
4111
4111
|
}
|
|
4112
4112
|
},
|
|
4113
4113
|
"node_modules/@oclif/plugin-help": {
|
|
4114
|
-
"version": "6.2.
|
|
4115
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
4116
|
-
"integrity": "sha512-
|
|
4114
|
+
"version": "6.2.29",
|
|
4115
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.29.tgz",
|
|
4116
|
+
"integrity": "sha512-90DMOngEHiQw1I7oylVE1Hco991OkeDFJMx3CNJ2M3g5F1dhXgscjbaIlYHdiuNyVs0mTkKevdiMs911suD4yA==",
|
|
4117
4117
|
"license": "MIT",
|
|
4118
4118
|
"dependencies": {
|
|
4119
4119
|
"@oclif/core": "^4"
|
|
@@ -4123,9 +4123,9 @@
|
|
|
4123
4123
|
}
|
|
4124
4124
|
},
|
|
4125
4125
|
"node_modules/@oclif/plugin-not-found": {
|
|
4126
|
-
"version": "3.2.
|
|
4127
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
4128
|
-
"integrity": "sha512-
|
|
4126
|
+
"version": "3.2.57",
|
|
4127
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.57.tgz",
|
|
4128
|
+
"integrity": "sha512-HtDnLIcR7ojRgdeH4G6MMUIu1Dgub/iiFEA4srZcQVKUIPA/6nF117W7rBXZMlHcbch90OCoGkSP3ty55nGKDw==",
|
|
4129
4129
|
"license": "MIT",
|
|
4130
4130
|
"dependencies": {
|
|
4131
4131
|
"@inquirer/prompts": "^7.5.3",
|
|
@@ -4288,9 +4288,9 @@
|
|
|
4288
4288
|
}
|
|
4289
4289
|
},
|
|
4290
4290
|
"node_modules/@oclif/plugin-version": {
|
|
4291
|
-
"version": "2.2.
|
|
4292
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.
|
|
4293
|
-
"integrity": "sha512-
|
|
4291
|
+
"version": "2.2.30",
|
|
4292
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.30.tgz",
|
|
4293
|
+
"integrity": "sha512-NEFpSm3nGlCLvsG52xwxGpm9fjQVNSb3cUMC871DlTrcj6xubXQL3WOxpXZCfbBwiuocIym/VA71e3guqPfxIQ==",
|
|
4294
4294
|
"license": "MIT",
|
|
4295
4295
|
"dependencies": {
|
|
4296
4296
|
"@oclif/core": "^4",
|
|
@@ -4688,12 +4688,12 @@
|
|
|
4688
4688
|
}
|
|
4689
4689
|
},
|
|
4690
4690
|
"node_modules/@salesforce/apex-node": {
|
|
4691
|
-
"version": "8.1.
|
|
4692
|
-
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.1.
|
|
4693
|
-
"integrity": "sha512-
|
|
4691
|
+
"version": "8.1.31",
|
|
4692
|
+
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.1.31.tgz",
|
|
4693
|
+
"integrity": "sha512-T4Rf60cmcNJGv9zMphLuUhKDQicrQYaoY3m4rB6O8YlH0+jsGKKTxBb8jT9dGG48BfGs4WiELDZ63usZLZm5sA==",
|
|
4694
4694
|
"license": "BSD-3-Clause",
|
|
4695
4695
|
"dependencies": {
|
|
4696
|
-
"@salesforce/core": "^8.
|
|
4696
|
+
"@salesforce/core": "^8.12.0",
|
|
4697
4697
|
"@salesforce/kit": "^3.2.3",
|
|
4698
4698
|
"@types/istanbul-reports": "^3.0.4",
|
|
4699
4699
|
"bfj": "8.0.0",
|
|
@@ -4809,9 +4809,9 @@
|
|
|
4809
4809
|
}
|
|
4810
4810
|
},
|
|
4811
4811
|
"node_modules/@salesforce/core": {
|
|
4812
|
-
"version": "8.
|
|
4813
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
4814
|
-
"integrity": "sha512-
|
|
4812
|
+
"version": "8.14.0",
|
|
4813
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.14.0.tgz",
|
|
4814
|
+
"integrity": "sha512-Ta1aY15TfgxLyFNNlkw60Mm3dDtiEb50TSp3/wzrbuMgkEGvFBEZQca/ChrjANXhpw8pURDUTzL4VV/1eGCHrQ==",
|
|
4815
4815
|
"license": "BSD-3-Clause",
|
|
4816
4816
|
"dependencies": {
|
|
4817
4817
|
"@jsforce/jsforce-node": "^3.8.2",
|
|
@@ -5289,15 +5289,15 @@
|
|
|
5289
5289
|
}
|
|
5290
5290
|
},
|
|
5291
5291
|
"node_modules/@salesforce/plugin-auth": {
|
|
5292
|
-
"version": "3.7.
|
|
5293
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.7.
|
|
5294
|
-
"integrity": "sha512-
|
|
5292
|
+
"version": "3.7.2",
|
|
5293
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.7.2.tgz",
|
|
5294
|
+
"integrity": "sha512-a5kIba0xsALhAzl6thfqXMAMYjSQJAk91gnMBkOv/sZfvYwEG6pMGpKdM/DOfibOpZWPbLNB1B3yjFbcPQjytQ==",
|
|
5295
5295
|
"license": "Apache-2.0",
|
|
5296
5296
|
"dependencies": {
|
|
5297
5297
|
"@inquirer/checkbox": "^2.5.0",
|
|
5298
5298
|
"@inquirer/select": "^2.5.0",
|
|
5299
5299
|
"@oclif/core": "^4",
|
|
5300
|
-
"@salesforce/core": "^8.
|
|
5300
|
+
"@salesforce/core": "^8.14.0",
|
|
5301
5301
|
"@salesforce/kit": "^3.2.3",
|
|
5302
5302
|
"@salesforce/plugin-info": "^3.4.65",
|
|
5303
5303
|
"@salesforce/sf-plugins-core": "^12.2.2",
|
|
@@ -5443,15 +5443,15 @@
|
|
|
5443
5443
|
}
|
|
5444
5444
|
},
|
|
5445
5445
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
5446
|
-
"version": "3.22.
|
|
5447
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.22.
|
|
5448
|
-
"integrity": "sha512-
|
|
5446
|
+
"version": "3.22.25",
|
|
5447
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.22.25.tgz",
|
|
5448
|
+
"integrity": "sha512-c0v/bvg90KXwsebtRup3+8Aq9XuR5s2CT/oCla1etgmRGL0rc7R4yuMQXxHRzO5HGnm9L3EN7241J+MT/mqsXQ==",
|
|
5449
5449
|
"license": "Apache-2.0",
|
|
5450
5450
|
"dependencies": {
|
|
5451
5451
|
"@inquirer/prompts": "^7.5.3",
|
|
5452
5452
|
"@oclif/core": "^4.3.0",
|
|
5453
|
-
"@oclif/multi-stage-output": "^0.8.
|
|
5454
|
-
"@salesforce/apex-node": "^8.1.
|
|
5453
|
+
"@oclif/multi-stage-output": "^0.8.14",
|
|
5454
|
+
"@salesforce/apex-node": "^8.1.31",
|
|
5455
5455
|
"@salesforce/core": "^8.11.1",
|
|
5456
5456
|
"@salesforce/kit": "^3.2.3",
|
|
5457
5457
|
"@salesforce/plugin-info": "^3.4.65",
|
|
@@ -5817,13 +5817,13 @@
|
|
|
5817
5817
|
}
|
|
5818
5818
|
},
|
|
5819
5819
|
"node_modules/@salesforce/plugin-telemetry": {
|
|
5820
|
-
"version": "3.6.
|
|
5821
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.
|
|
5822
|
-
"integrity": "sha512-
|
|
5820
|
+
"version": "3.6.45",
|
|
5821
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.45.tgz",
|
|
5822
|
+
"integrity": "sha512-3Ev9stcVSr4dhL+nWaCs8bNlXG9a9GD1IzZxBPmfwg+Y0e1XXWAHx01QaxRHCyMGgL9isA0EmleVMOUK1tGDsA==",
|
|
5823
5823
|
"license": "Apache-2.0",
|
|
5824
5824
|
"dependencies": {
|
|
5825
5825
|
"@oclif/core": "^4.3.0",
|
|
5826
|
-
"@salesforce/core": "^8.
|
|
5826
|
+
"@salesforce/core": "^8.14.0",
|
|
5827
5827
|
"@salesforce/kit": "^3.2.3",
|
|
5828
5828
|
"@salesforce/sf-plugins-core": "^12",
|
|
5829
5829
|
"@salesforce/telemetry": "^6.0.39",
|
package/oclif.lock
CHANGED
|
@@ -1642,10 +1642,10 @@
|
|
|
1642
1642
|
react "^18.3.1"
|
|
1643
1643
|
wrap-ansi "^9.0.0"
|
|
1644
1644
|
|
|
1645
|
-
"@oclif/multi-stage-output@^0.8.13":
|
|
1646
|
-
version "0.8.
|
|
1647
|
-
resolved "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.
|
|
1648
|
-
integrity sha512-
|
|
1645
|
+
"@oclif/multi-stage-output@^0.8.13", "@oclif/multi-stage-output@^0.8.14":
|
|
1646
|
+
version "0.8.14"
|
|
1647
|
+
resolved "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.14.tgz"
|
|
1648
|
+
integrity sha512-s6Ra2xJrRtIQfn+b/KcLaphboNIVP/2jymEM1rS8T8wADDvF6nw4GtkqUNNR77sZLe1XuxuiDLx4qFY9lYBxow==
|
|
1649
1649
|
dependencies:
|
|
1650
1650
|
"@oclif/core" "^4"
|
|
1651
1651
|
"@types/react" "^18.3.12"
|
|
@@ -1690,17 +1690,17 @@
|
|
|
1690
1690
|
lodash "^4.17.21"
|
|
1691
1691
|
object-treeify "^4.0.1"
|
|
1692
1692
|
|
|
1693
|
-
"@oclif/plugin-help@^6.2.23", "@oclif/plugin-help@6.2.
|
|
1694
|
-
version "6.2.
|
|
1695
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
1696
|
-
integrity sha512-
|
|
1693
|
+
"@oclif/plugin-help@^6.2.23", "@oclif/plugin-help@6.2.29":
|
|
1694
|
+
version "6.2.29"
|
|
1695
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.29.tgz"
|
|
1696
|
+
integrity sha512-90DMOngEHiQw1I7oylVE1Hco991OkeDFJMx3CNJ2M3g5F1dhXgscjbaIlYHdiuNyVs0mTkKevdiMs911suD4yA==
|
|
1697
1697
|
dependencies:
|
|
1698
1698
|
"@oclif/core" "^4"
|
|
1699
1699
|
|
|
1700
|
-
"@oclif/plugin-not-found@^3.2.32", "@oclif/plugin-not-found@3.2.
|
|
1701
|
-
version "3.2.
|
|
1702
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
1703
|
-
integrity sha512-
|
|
1700
|
+
"@oclif/plugin-not-found@^3.2.32", "@oclif/plugin-not-found@3.2.57":
|
|
1701
|
+
version "3.2.57"
|
|
1702
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.57.tgz"
|
|
1703
|
+
integrity sha512-HtDnLIcR7ojRgdeH4G6MMUIu1Dgub/iiFEA4srZcQVKUIPA/6nF117W7rBXZMlHcbch90OCoGkSP3ty55nGKDw==
|
|
1704
1704
|
dependencies:
|
|
1705
1705
|
"@inquirer/prompts" "^7.5.3"
|
|
1706
1706
|
"@oclif/core" "^4"
|
|
@@ -1749,10 +1749,10 @@
|
|
|
1749
1749
|
semver "^7.7.2"
|
|
1750
1750
|
tar-fs "^2.1.3"
|
|
1751
1751
|
|
|
1752
|
-
"@oclif/plugin-version@2.2.
|
|
1753
|
-
version "2.2.
|
|
1754
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.
|
|
1755
|
-
integrity sha512-
|
|
1752
|
+
"@oclif/plugin-version@2.2.30":
|
|
1753
|
+
version "2.2.30"
|
|
1754
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.30.tgz"
|
|
1755
|
+
integrity sha512-NEFpSm3nGlCLvsG52xwxGpm9fjQVNSb3cUMC871DlTrcj6xubXQL3WOxpXZCfbBwiuocIym/VA71e3guqPfxIQ==
|
|
1756
1756
|
dependencies:
|
|
1757
1757
|
"@oclif/core" "^4"
|
|
1758
1758
|
ansis "^3.17.0"
|
|
@@ -1964,12 +1964,12 @@
|
|
|
1964
1964
|
nock "^13.5.6"
|
|
1965
1965
|
yaml "^2.7.1"
|
|
1966
1966
|
|
|
1967
|
-
"@salesforce/apex-node@^8.1.27", "@salesforce/apex-node@^8.1.
|
|
1968
|
-
version "8.1.
|
|
1969
|
-
resolved "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.1.
|
|
1970
|
-
integrity sha512-
|
|
1967
|
+
"@salesforce/apex-node@^8.1.27", "@salesforce/apex-node@^8.1.31":
|
|
1968
|
+
version "8.1.31"
|
|
1969
|
+
resolved "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.1.31.tgz"
|
|
1970
|
+
integrity sha512-T4Rf60cmcNJGv9zMphLuUhKDQicrQYaoY3m4rB6O8YlH0+jsGKKTxBb8jT9dGG48BfGs4WiELDZ63usZLZm5sA==
|
|
1971
1971
|
dependencies:
|
|
1972
|
-
"@salesforce/core" "^8.
|
|
1972
|
+
"@salesforce/core" "^8.12.0"
|
|
1973
1973
|
"@salesforce/kit" "^3.2.3"
|
|
1974
1974
|
"@types/istanbul-reports" "^3.0.4"
|
|
1975
1975
|
bfj "8.0.0"
|
|
@@ -1995,10 +1995,10 @@
|
|
|
1995
1995
|
strip-ansi "6.0.1"
|
|
1996
1996
|
ts-retry-promise "^0.8.1"
|
|
1997
1997
|
|
|
1998
|
-
"@salesforce/core@^8.10.0", "@salesforce/core@^8.10.1", "@salesforce/core@^8.10.3", "@salesforce/core@^8.11.1", "@salesforce/core@^8.11.4", "@salesforce/core@^8.12.0", "@salesforce/core@^8.13.0", "@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":
|
|
1999
|
-
version "8.
|
|
2000
|
-
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
2001
|
-
integrity sha512-
|
|
1998
|
+
"@salesforce/core@^8.10.0", "@salesforce/core@^8.10.1", "@salesforce/core@^8.10.3", "@salesforce/core@^8.11.1", "@salesforce/core@^8.11.4", "@salesforce/core@^8.12.0", "@salesforce/core@^8.13.0", "@salesforce/core@^8.14.0", "@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":
|
|
1999
|
+
version "8.14.0"
|
|
2000
|
+
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.14.0.tgz"
|
|
2001
|
+
integrity sha512-Ta1aY15TfgxLyFNNlkw60Mm3dDtiEb50TSp3/wzrbuMgkEGvFBEZQca/ChrjANXhpw8pURDUTzL4VV/1eGCHrQ==
|
|
2002
2002
|
dependencies:
|
|
2003
2003
|
"@jsforce/jsforce-node" "^3.8.2"
|
|
2004
2004
|
"@salesforce/kit" "^3.2.2"
|
|
@@ -2132,15 +2132,15 @@
|
|
|
2132
2132
|
got "^13.0.0"
|
|
2133
2133
|
proxy-agent "^6.4.0"
|
|
2134
2134
|
|
|
2135
|
-
"@salesforce/plugin-auth@3.7.
|
|
2136
|
-
version "3.7.
|
|
2137
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.7.
|
|
2138
|
-
integrity sha512-
|
|
2135
|
+
"@salesforce/plugin-auth@3.7.2":
|
|
2136
|
+
version "3.7.2"
|
|
2137
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.7.2.tgz"
|
|
2138
|
+
integrity sha512-a5kIba0xsALhAzl6thfqXMAMYjSQJAk91gnMBkOv/sZfvYwEG6pMGpKdM/DOfibOpZWPbLNB1B3yjFbcPQjytQ==
|
|
2139
2139
|
dependencies:
|
|
2140
2140
|
"@inquirer/checkbox" "^2.5.0"
|
|
2141
2141
|
"@inquirer/select" "^2.5.0"
|
|
2142
2142
|
"@oclif/core" "^4"
|
|
2143
|
-
"@salesforce/core" "^8.
|
|
2143
|
+
"@salesforce/core" "^8.14.0"
|
|
2144
2144
|
"@salesforce/kit" "^3.2.3"
|
|
2145
2145
|
"@salesforce/plugin-info" "^3.4.65"
|
|
2146
2146
|
"@salesforce/sf-plugins-core" "^12.2.2"
|
|
@@ -2179,15 +2179,15 @@
|
|
|
2179
2179
|
form-data "^4.0.3"
|
|
2180
2180
|
terminal-link "^3.0.0"
|
|
2181
2181
|
|
|
2182
|
-
"@salesforce/plugin-deploy-retrieve@3.22.
|
|
2183
|
-
version "3.22.
|
|
2184
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.22.
|
|
2185
|
-
integrity sha512-
|
|
2182
|
+
"@salesforce/plugin-deploy-retrieve@3.22.25":
|
|
2183
|
+
version "3.22.25"
|
|
2184
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.22.25.tgz"
|
|
2185
|
+
integrity sha512-c0v/bvg90KXwsebtRup3+8Aq9XuR5s2CT/oCla1etgmRGL0rc7R4yuMQXxHRzO5HGnm9L3EN7241J+MT/mqsXQ==
|
|
2186
2186
|
dependencies:
|
|
2187
2187
|
"@inquirer/prompts" "^7.5.3"
|
|
2188
2188
|
"@oclif/core" "^4.3.0"
|
|
2189
|
-
"@oclif/multi-stage-output" "^0.8.
|
|
2190
|
-
"@salesforce/apex-node" "^8.1.
|
|
2189
|
+
"@oclif/multi-stage-output" "^0.8.14"
|
|
2190
|
+
"@salesforce/apex-node" "^8.1.31"
|
|
2191
2191
|
"@salesforce/core" "^8.11.1"
|
|
2192
2192
|
"@salesforce/kit" "^3.2.3"
|
|
2193
2193
|
"@salesforce/plugin-info" "^3.4.65"
|
|
@@ -2328,13 +2328,13 @@
|
|
|
2328
2328
|
fast-xml-parser "^4.5.3"
|
|
2329
2329
|
js2xmlparser "^4.0.2"
|
|
2330
2330
|
|
|
2331
|
-
"@salesforce/plugin-telemetry@3.6.
|
|
2332
|
-
version "3.6.
|
|
2333
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.
|
|
2334
|
-
integrity sha512-
|
|
2331
|
+
"@salesforce/plugin-telemetry@3.6.45":
|
|
2332
|
+
version "3.6.45"
|
|
2333
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.45.tgz"
|
|
2334
|
+
integrity sha512-3Ev9stcVSr4dhL+nWaCs8bNlXG9a9GD1IzZxBPmfwg+Y0e1XXWAHx01QaxRHCyMGgL9isA0EmleVMOUK1tGDsA==
|
|
2335
2335
|
dependencies:
|
|
2336
2336
|
"@oclif/core" "^4.3.0"
|
|
2337
|
-
"@salesforce/core" "^8.
|
|
2337
|
+
"@salesforce/core" "^8.14.0"
|
|
2338
2338
|
"@salesforce/kit" "^3.2.3"
|
|
2339
2339
|
"@salesforce/sf-plugins-core" "^12"
|
|
2340
2340
|
"@salesforce/telemetry" "^6.0.39"
|
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.94.
|
|
4
|
+
"version": "2.94.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -82,7 +82,7 @@
|
|
|
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",
|
|
85
|
-
"@salesforce/plugin-signups": "2.6.
|
|
85
|
+
"@salesforce/plugin-signups": "2.6.31",
|
|
86
86
|
"@salesforce/sfdx-plugin-lwc-test": "1.2.1",
|
|
87
87
|
"@salesforce/sfdx-scanner": "4.12.0"
|
|
88
88
|
},
|
|
@@ -148,12 +148,12 @@
|
|
|
148
148
|
"@oclif/core": "4.3.3",
|
|
149
149
|
"@oclif/plugin-autocomplete": "3.2.30",
|
|
150
150
|
"@oclif/plugin-commands": "4.1.26",
|
|
151
|
-
"@oclif/plugin-help": "6.2.
|
|
152
|
-
"@oclif/plugin-not-found": "3.2.
|
|
151
|
+
"@oclif/plugin-help": "6.2.29",
|
|
152
|
+
"@oclif/plugin-not-found": "3.2.57",
|
|
153
153
|
"@oclif/plugin-plugins": "5.4.40",
|
|
154
154
|
"@oclif/plugin-search": "1.2.24",
|
|
155
155
|
"@oclif/plugin-update": "4.6.43",
|
|
156
|
-
"@oclif/plugin-version": "2.2.
|
|
156
|
+
"@oclif/plugin-version": "2.2.30",
|
|
157
157
|
"@oclif/plugin-warn-if-update-available": "3.1.41",
|
|
158
158
|
"@oclif/plugin-which": "3.2.35",
|
|
159
159
|
"@salesforce/core": "^8.9.1",
|
|
@@ -161,9 +161,9 @@
|
|
|
161
161
|
"@salesforce/plugin-agent": "1.23.0",
|
|
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.2",
|
|
165
165
|
"@salesforce/plugin-data": "4.0.39",
|
|
166
|
-
"@salesforce/plugin-deploy-retrieve": "3.22.
|
|
166
|
+
"@salesforce/plugin-deploy-retrieve": "3.22.25",
|
|
167
167
|
"@salesforce/plugin-info": "3.4.66",
|
|
168
168
|
"@salesforce/plugin-limits": "3.3.56",
|
|
169
169
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
"@salesforce/plugin-schema": "3.3.66",
|
|
173
173
|
"@salesforce/plugin-settings": "2.4.31",
|
|
174
174
|
"@salesforce/plugin-sobject": "1.4.60",
|
|
175
|
-
"@salesforce/plugin-telemetry": "3.6.
|
|
175
|
+
"@salesforce/plugin-telemetry": "3.6.45",
|
|
176
176
|
"@salesforce/plugin-templates": "56.3.50",
|
|
177
177
|
"@salesforce/plugin-trust": "3.7.98",
|
|
178
178
|
"@salesforce/plugin-user": "3.6.25",
|