@salesforce/cli 2.94.1 → 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 +88 -60
- package/npm-shrinkwrap.json +49 -49
- package/oclif.lock +50 -50
- 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.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
|
|
|
@@ -5522,10 +5537,12 @@ Convert a managed-released first-generation managed package into a second-genera
|
|
|
5522
5537
|
```
|
|
5523
5538
|
USAGE
|
|
5524
5539
|
$ sf package convert -v <value> -p <value> [--json] [--flags-dir <value>] [--api-version <value>] [-k <value>] [-f
|
|
5525
|
-
<value>] [-x] [-w <value>] [-m <value>] [--verbose] [-a <value>]
|
|
5540
|
+
<value>] [-x] [-w <value>] [-m <value>] [--verbose] [-a <value>] [-c]
|
|
5526
5541
|
|
|
5527
5542
|
FLAGS
|
|
5528
5543
|
-a, --patch-version=<value> Specific released patch version to be converted.
|
|
5544
|
+
-c, --code-coverage Calculate and store the code coverage percentage by running the packaged Apex tests
|
|
5545
|
+
included in this package version.
|
|
5529
5546
|
-f, --definition-file=<value> Path to a definition file that contains features and org preferences that the metadata
|
|
5530
5547
|
of the package version depends on.
|
|
5531
5548
|
-k, --installation-key=<value> Installation key for key-protected package.
|
|
@@ -5556,6 +5573,9 @@ DESCRIPTION
|
|
|
5556
5573
|
To protect the contents of your package and to prevent unauthorized installation of your package, specify the
|
|
5557
5574
|
--installation-key flag.
|
|
5558
5575
|
|
|
5576
|
+
To promote a package version to released, you must use the --code-coverage parameter. The package must also meet the
|
|
5577
|
+
code coverage requirements.
|
|
5578
|
+
|
|
5559
5579
|
To list package version creation requests in the org, run "sf package version create list".
|
|
5560
5580
|
|
|
5561
5581
|
ALIASES
|
|
@@ -5576,6 +5596,14 @@ FLAG DESCRIPTIONS
|
|
|
5576
5596
|
|
|
5577
5597
|
Specify a released patch version as major.minor.patch to convert to a second-generation managed package version.
|
|
5578
5598
|
|
|
5599
|
+
-c, --code-coverage
|
|
5600
|
+
|
|
5601
|
+
Calculate and store the code coverage percentage by running the packaged Apex tests included in this package
|
|
5602
|
+
version.
|
|
5603
|
+
|
|
5604
|
+
Before you can promote and release a managed package version, the Apex code must meet a minimum 75% code coverage
|
|
5605
|
+
requirement.
|
|
5606
|
+
|
|
5579
5607
|
-f, --definition-file=<value>
|
|
5580
5608
|
|
|
5581
5609
|
Path to a definition file that contains features and org preferences that the metadata of the package version
|
|
@@ -5597,7 +5625,7 @@ FLAG DESCRIPTIONS
|
|
|
5597
5625
|
--installation-key-bypass flag is required.
|
|
5598
5626
|
```
|
|
5599
5627
|
|
|
5600
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5628
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.16.0/src/commands/package/convert.ts)_
|
|
5601
5629
|
|
|
5602
5630
|
## `sf package create`
|
|
5603
5631
|
|
|
@@ -5676,7 +5704,7 @@ FLAG DESCRIPTIONS
|
|
|
5676
5704
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
5677
5705
|
```
|
|
5678
5706
|
|
|
5679
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5707
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.16.0/src/commands/package/create.ts)_
|
|
5680
5708
|
|
|
5681
5709
|
## `sf package delete`
|
|
5682
5710
|
|
|
@@ -5718,7 +5746,7 @@ EXAMPLES
|
|
|
5718
5746
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
5719
5747
|
```
|
|
5720
5748
|
|
|
5721
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5749
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.16.0/src/commands/package/delete.ts)_
|
|
5722
5750
|
|
|
5723
5751
|
## `sf package install`
|
|
5724
5752
|
|
|
@@ -5817,7 +5845,7 @@ FLAG DESCRIPTIONS
|
|
|
5817
5845
|
- Delete: Delete all removed components that can be safely deleted, and deprecate the other components.
|
|
5818
5846
|
```
|
|
5819
5847
|
|
|
5820
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5848
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.16.0/src/commands/package/install.ts)_
|
|
5821
5849
|
|
|
5822
5850
|
## `sf package install report`
|
|
5823
5851
|
|
|
@@ -5850,7 +5878,7 @@ EXAMPLES
|
|
|
5850
5878
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
5851
5879
|
```
|
|
5852
5880
|
|
|
5853
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5881
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.16.0/src/commands/package/install/report.ts)_
|
|
5854
5882
|
|
|
5855
5883
|
## `sf package installed list`
|
|
5856
5884
|
|
|
@@ -5882,7 +5910,7 @@ EXAMPLES
|
|
|
5882
5910
|
$ sf package installed list --target-org me@example.com
|
|
5883
5911
|
```
|
|
5884
5912
|
|
|
5885
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5913
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.16.0/src/commands/package/installed/list.ts)_
|
|
5886
5914
|
|
|
5887
5915
|
## `sf package list`
|
|
5888
5916
|
|
|
@@ -5920,7 +5948,7 @@ EXAMPLES
|
|
|
5920
5948
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
5921
5949
|
```
|
|
5922
5950
|
|
|
5923
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5951
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.16.0/src/commands/package/list.ts)_
|
|
5924
5952
|
|
|
5925
5953
|
## `sf package push-upgrade abort`
|
|
5926
5954
|
|
|
@@ -5960,7 +5988,7 @@ EXAMPLES
|
|
|
5960
5988
|
$ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
5961
5989
|
```
|
|
5962
5990
|
|
|
5963
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5991
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.16.0/src/commands/package/push-upgrade/abort.ts)_
|
|
5964
5992
|
|
|
5965
5993
|
## `sf package push-upgrade list`
|
|
5966
5994
|
|
|
@@ -6019,7 +6047,7 @@ EXAMPLES
|
|
|
6019
6047
|
$ sf package push-upgrade list --package 033xyz –-status Failed
|
|
6020
6048
|
```
|
|
6021
6049
|
|
|
6022
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6050
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.16.0/src/commands/package/push-upgrade/list.ts)_
|
|
6023
6051
|
|
|
6024
6052
|
## `sf package push-upgrade report`
|
|
6025
6053
|
|
|
@@ -6061,7 +6089,7 @@ EXAMPLES
|
|
|
6061
6089
|
$ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6062
6090
|
```
|
|
6063
6091
|
|
|
6064
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6092
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.16.0/src/commands/package/push-upgrade/report.ts)_
|
|
6065
6093
|
|
|
6066
6094
|
## `sf package push-upgrade schedule`
|
|
6067
6095
|
|
|
@@ -6143,7 +6171,7 @@ FLAG DESCRIPTIONS
|
|
|
6143
6171
|
Overrides the value of the target-dev-hub configuration variable, if set.
|
|
6144
6172
|
```
|
|
6145
6173
|
|
|
6146
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6174
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.16.0/src/commands/package/push-upgrade/schedule.ts)_
|
|
6147
6175
|
|
|
6148
6176
|
## `sf package uninstall`
|
|
6149
6177
|
|
|
@@ -6191,7 +6219,7 @@ EXAMPLES
|
|
|
6191
6219
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
6192
6220
|
```
|
|
6193
6221
|
|
|
6194
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6222
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.16.0/src/commands/package/uninstall.ts)_
|
|
6195
6223
|
|
|
6196
6224
|
## `sf package uninstall report`
|
|
6197
6225
|
|
|
@@ -6224,7 +6252,7 @@ EXAMPLES
|
|
|
6224
6252
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
6225
6253
|
```
|
|
6226
6254
|
|
|
6227
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6255
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.16.0/src/commands/package/uninstall/report.ts)_
|
|
6228
6256
|
|
|
6229
6257
|
## `sf package update`
|
|
6230
6258
|
|
|
@@ -6279,7 +6307,7 @@ FLAG DESCRIPTIONS
|
|
|
6279
6307
|
associated with your package.
|
|
6280
6308
|
```
|
|
6281
6309
|
|
|
6282
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6310
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.16.0/src/commands/package/update.ts)_
|
|
6283
6311
|
|
|
6284
6312
|
## `sf package version create`
|
|
6285
6313
|
|
|
@@ -6454,7 +6482,7 @@ FLAG DESCRIPTIONS
|
|
|
6454
6482
|
periods of no output from commands.
|
|
6455
6483
|
```
|
|
6456
6484
|
|
|
6457
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6485
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.16.0/src/commands/package/version/create.ts)_
|
|
6458
6486
|
|
|
6459
6487
|
## `sf package version create list`
|
|
6460
6488
|
|
|
@@ -6515,7 +6543,7 @@ EXAMPLES
|
|
|
6515
6543
|
$ sf package version create list --created-last-days 0 --status Success
|
|
6516
6544
|
```
|
|
6517
6545
|
|
|
6518
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6546
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.16.0/src/commands/package/version/create/list.ts)_
|
|
6519
6547
|
|
|
6520
6548
|
## `sf package version create report`
|
|
6521
6549
|
|
|
@@ -6558,7 +6586,7 @@ EXAMPLES
|
|
|
6558
6586
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
6559
6587
|
```
|
|
6560
6588
|
|
|
6561
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6589
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.16.0/src/commands/package/version/create/report.ts)_
|
|
6562
6590
|
|
|
6563
6591
|
## `sf package version delete`
|
|
6564
6592
|
|
|
@@ -6599,7 +6627,7 @@ EXAMPLES
|
|
|
6599
6627
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
6600
6628
|
```
|
|
6601
6629
|
|
|
6602
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6630
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.16.0/src/commands/package/version/delete.ts)_
|
|
6603
6631
|
|
|
6604
6632
|
## `sf package version displayancestry`
|
|
6605
6633
|
|
|
@@ -6659,7 +6687,7 @@ FLAG DESCRIPTIONS
|
|
|
6659
6687
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
6660
6688
|
```
|
|
6661
6689
|
|
|
6662
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6690
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.16.0/src/commands/package/version/displayancestry.ts)_
|
|
6663
6691
|
|
|
6664
6692
|
## `sf package version list`
|
|
6665
6693
|
|
|
@@ -6735,7 +6763,7 @@ EXAMPLES
|
|
|
6735
6763
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
6736
6764
|
```
|
|
6737
6765
|
|
|
6738
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6766
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.16.0/src/commands/package/version/list.ts)_
|
|
6739
6767
|
|
|
6740
6768
|
## `sf package version promote`
|
|
6741
6769
|
|
|
@@ -6779,7 +6807,7 @@ EXAMPLES
|
|
|
6779
6807
|
$ sf package version promote --package "Awesome Package Alias"
|
|
6780
6808
|
```
|
|
6781
6809
|
|
|
6782
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6810
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.16.0/src/commands/package/version/promote.ts)_
|
|
6783
6811
|
|
|
6784
6812
|
## `sf package version report`
|
|
6785
6813
|
|
|
@@ -6819,7 +6847,7 @@ EXAMPLES
|
|
|
6819
6847
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
6820
6848
|
```
|
|
6821
6849
|
|
|
6822
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6850
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.16.0/src/commands/package/version/report.ts)_
|
|
6823
6851
|
|
|
6824
6852
|
## `sf package version update`
|
|
6825
6853
|
|
|
@@ -6872,7 +6900,7 @@ EXAMPLES
|
|
|
6872
6900
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
6873
6901
|
```
|
|
6874
6902
|
|
|
6875
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6903
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.16.0/src/commands/package/version/update.ts)_
|
|
6876
6904
|
|
|
6877
6905
|
## `sf package1 version create`
|
|
6878
6906
|
|
|
@@ -6939,7 +6967,7 @@ FLAG DESCRIPTIONS
|
|
|
6939
6967
|
subscribers.
|
|
6940
6968
|
```
|
|
6941
6969
|
|
|
6942
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6970
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.16.0/src/commands/package1/version/create.ts)_
|
|
6943
6971
|
|
|
6944
6972
|
## `sf package1 version create get`
|
|
6945
6973
|
|
|
@@ -6972,7 +7000,7 @@ EXAMPLES
|
|
|
6972
7000
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
6973
7001
|
```
|
|
6974
7002
|
|
|
6975
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
7003
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.16.0/src/commands/package1/version/create/get.ts)_
|
|
6976
7004
|
|
|
6977
7005
|
## `sf package1 version display`
|
|
6978
7006
|
|
|
@@ -7006,7 +7034,7 @@ EXAMPLES
|
|
|
7006
7034
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
7007
7035
|
```
|
|
7008
7036
|
|
|
7009
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
7037
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.16.0/src/commands/package1/version/display.ts)_
|
|
7010
7038
|
|
|
7011
7039
|
## `sf package1 version list`
|
|
7012
7040
|
|
|
@@ -7044,7 +7072,7 @@ FLAG DESCRIPTIONS
|
|
|
7044
7072
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
7045
7073
|
```
|
|
7046
7074
|
|
|
7047
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
7075
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.16.0/src/commands/package1/version/list.ts)_
|
|
7048
7076
|
|
|
7049
7077
|
## `sf plugins`
|
|
7050
7078
|
|
|
@@ -7345,7 +7373,7 @@ FLAG DESCRIPTIONS
|
|
|
7345
7373
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
7346
7374
|
```
|
|
7347
7375
|
|
|
7348
|
-
_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)_
|
|
7349
7377
|
|
|
7350
7378
|
## `sf project convert source`
|
|
7351
7379
|
|
|
@@ -7418,7 +7446,7 @@ FLAG DESCRIPTIONS
|
|
|
7418
7446
|
Override the api version used for api requests made by this command
|
|
7419
7447
|
```
|
|
7420
7448
|
|
|
7421
|
-
_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)_
|
|
7422
7450
|
|
|
7423
7451
|
## `sf project convert source-behavior`
|
|
7424
7452
|
|
|
@@ -7477,7 +7505,7 @@ EXAMPLES
|
|
|
7477
7505
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
7478
7506
|
```
|
|
7479
7507
|
|
|
7480
|
-
_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)_
|
|
7481
7509
|
|
|
7482
7510
|
## `sf project delete source`
|
|
7483
7511
|
|
|
@@ -7617,7 +7645,7 @@ FLAG DESCRIPTIONS
|
|
|
7617
7645
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
7618
7646
|
```
|
|
7619
7647
|
|
|
7620
|
-
_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)_
|
|
7621
7649
|
|
|
7622
7650
|
## `sf project delete tracking`
|
|
7623
7651
|
|
|
@@ -7654,7 +7682,7 @@ EXAMPLES
|
|
|
7654
7682
|
$ sf project delete tracking --target-org my-scratch
|
|
7655
7683
|
```
|
|
7656
7684
|
|
|
7657
|
-
_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)_
|
|
7658
7686
|
|
|
7659
7687
|
## `sf project deploy cancel`
|
|
7660
7688
|
|
|
@@ -7726,7 +7754,7 @@ FLAG DESCRIPTIONS
|
|
|
7726
7754
|
project deploy report".
|
|
7727
7755
|
```
|
|
7728
7756
|
|
|
7729
|
-
_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)_
|
|
7730
7758
|
|
|
7731
7759
|
## `sf project deploy preview`
|
|
7732
7760
|
|
|
@@ -7809,7 +7837,7 @@ FLAG DESCRIPTIONS
|
|
|
7809
7837
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
7810
7838
|
```
|
|
7811
7839
|
|
|
7812
|
-
_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)_
|
|
7813
7841
|
|
|
7814
7842
|
## `sf project deploy quick`
|
|
7815
7843
|
|
|
@@ -7902,7 +7930,7 @@ ERROR CODES
|
|
|
7902
7930
|
Canceling (69) The deploy is being canceled.
|
|
7903
7931
|
```
|
|
7904
7932
|
|
|
7905
|
-
_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)_
|
|
7906
7934
|
|
|
7907
7935
|
## `sf project deploy report`
|
|
7908
7936
|
|
|
@@ -7994,7 +8022,7 @@ FLAG DESCRIPTIONS
|
|
|
7994
8022
|
--coverage-formatters lcov --coverage-formatters clover
|
|
7995
8023
|
```
|
|
7996
8024
|
|
|
7997
|
-
_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)_
|
|
7998
8026
|
|
|
7999
8027
|
## `sf project deploy resume`
|
|
8000
8028
|
|
|
@@ -8091,7 +8119,7 @@ ERROR CODES
|
|
|
8091
8119
|
Canceling (69) The deploy is being canceled.
|
|
8092
8120
|
```
|
|
8093
8121
|
|
|
8094
|
-
_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)_
|
|
8095
8123
|
|
|
8096
8124
|
## `sf project deploy start`
|
|
8097
8125
|
|
|
@@ -8344,7 +8372,7 @@ ERROR CODES
|
|
|
8344
8372
|
Canceling (69) The deploy is being canceled.
|
|
8345
8373
|
```
|
|
8346
8374
|
|
|
8347
|
-
_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)_
|
|
8348
8376
|
|
|
8349
8377
|
## `sf project deploy validate`
|
|
8350
8378
|
|
|
@@ -8534,7 +8562,7 @@ ERROR CODES
|
|
|
8534
8562
|
Canceling (69) The deploy is being canceled.
|
|
8535
8563
|
```
|
|
8536
8564
|
|
|
8537
|
-
_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)_
|
|
8538
8566
|
|
|
8539
8567
|
## `sf project generate`
|
|
8540
8568
|
|
|
@@ -8735,7 +8763,7 @@ EXAMPLES
|
|
|
8735
8763
|
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
|
|
8736
8764
|
```
|
|
8737
8765
|
|
|
8738
|
-
_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)_
|
|
8739
8767
|
|
|
8740
8768
|
## `sf project list ignored`
|
|
8741
8769
|
|
|
@@ -8777,7 +8805,7 @@ EXAMPLES
|
|
|
8777
8805
|
$ sf project list ignored --source-dir package.xml
|
|
8778
8806
|
```
|
|
8779
8807
|
|
|
8780
|
-
_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)_
|
|
8781
8809
|
|
|
8782
8810
|
## `sf project reset tracking`
|
|
8783
8811
|
|
|
@@ -8826,7 +8854,7 @@ EXAMPLES
|
|
|
8826
8854
|
$ sf project reset tracking --revision 30
|
|
8827
8855
|
```
|
|
8828
8856
|
|
|
8829
|
-
_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)_
|
|
8830
8858
|
|
|
8831
8859
|
## `sf project retrieve preview`
|
|
8832
8860
|
|
|
@@ -8880,7 +8908,7 @@ FLAG DESCRIPTIONS
|
|
|
8880
8908
|
production orgs.
|
|
8881
8909
|
```
|
|
8882
8910
|
|
|
8883
|
-
_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)_
|
|
8884
8912
|
|
|
8885
8913
|
## `sf project retrieve start`
|
|
8886
8914
|
|
|
@@ -9061,7 +9089,7 @@ ENVIRONMENT VARIABLES
|
|
|
9061
9089
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
9062
9090
|
```
|
|
9063
9091
|
|
|
9064
|
-
_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)_
|
|
9065
9093
|
|
|
9066
9094
|
## `sf schema generate field`
|
|
9067
9095
|
|
|
@@ -9474,7 +9502,7 @@ FLAG DESCRIPTIONS
|
|
|
9474
9502
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
9475
9503
|
```
|
|
9476
9504
|
|
|
9477
|
-
_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)_
|
|
9478
9506
|
|
|
9479
9507
|
## `sf visualforce generate component`
|
|
9480
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,18 +27,18 @@
|
|
|
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",
|
|
36
36
|
"@salesforce/plugin-org": "5.8.0",
|
|
37
|
-
"@salesforce/plugin-packaging": "2.
|
|
37
|
+
"@salesforce/plugin-packaging": "2.16.0",
|
|
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",
|
|
@@ -5006,10 +5006,10 @@
|
|
|
5006
5006
|
}
|
|
5007
5007
|
},
|
|
5008
5008
|
"node_modules/@salesforce/packaging": {
|
|
5009
|
-
"version": "4.
|
|
5010
|
-
"resolved": "https://registry.npmjs.org/@salesforce/packaging/-/packaging-4.
|
|
5011
|
-
"integrity": "sha512-
|
|
5012
|
-
"license": "
|
|
5009
|
+
"version": "4.7.0",
|
|
5010
|
+
"resolved": "https://registry.npmjs.org/@salesforce/packaging/-/packaging-4.7.0.tgz",
|
|
5011
|
+
"integrity": "sha512-fYwE0oChQ7MBqeAbi2vq3NZBe2qw0nsXbXdNwgl2ybREDE2RLqWRIB75OGxEa9ARQNrdWOVE7sR81cGLyCIupg==",
|
|
5012
|
+
"license": "Apache-2.0",
|
|
5013
5013
|
"dependencies": {
|
|
5014
5014
|
"@jsforce/jsforce-node": "^3.6.5",
|
|
5015
5015
|
"@salesforce/core": "^8.11.1",
|
|
@@ -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",
|
|
@@ -5542,15 +5542,15 @@
|
|
|
5542
5542
|
}
|
|
5543
5543
|
},
|
|
5544
5544
|
"node_modules/@salesforce/plugin-packaging": {
|
|
5545
|
-
"version": "2.
|
|
5546
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.
|
|
5547
|
-
"integrity": "sha512-
|
|
5545
|
+
"version": "2.16.0",
|
|
5546
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.16.0.tgz",
|
|
5547
|
+
"integrity": "sha512-vA6UgyzH21g482n89RA8WeNTy/KTAqtLMJ2nseyrT3AQ/xf+8yB2Bnzq7gGzCSJO05WvHmAAorr4rQoFILQO4Q==",
|
|
5548
5548
|
"license": "Apache-2.0",
|
|
5549
5549
|
"dependencies": {
|
|
5550
5550
|
"@oclif/core": "^4",
|
|
5551
5551
|
"@salesforce/core": "^8.12.0",
|
|
5552
5552
|
"@salesforce/kit": "^3.2.3",
|
|
5553
|
-
"@salesforce/packaging": "^4.
|
|
5553
|
+
"@salesforce/packaging": "^4.7.0",
|
|
5554
5554
|
"@salesforce/sf-plugins-core": "^12.2.2",
|
|
5555
5555
|
"chalk": "^5.4.1"
|
|
5556
5556
|
},
|
|
@@ -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"
|
|
@@ -2063,10 +2063,10 @@
|
|
|
2063
2063
|
dependencies:
|
|
2064
2064
|
"@salesforce/ts-types" "^2.0.12"
|
|
2065
2065
|
|
|
2066
|
-
"@salesforce/packaging@^4.
|
|
2067
|
-
version "4.
|
|
2068
|
-
resolved "https://registry.npmjs.org/@salesforce/packaging/-/packaging-4.
|
|
2069
|
-
integrity sha512-
|
|
2066
|
+
"@salesforce/packaging@^4.7.0":
|
|
2067
|
+
version "4.7.0"
|
|
2068
|
+
resolved "https://registry.npmjs.org/@salesforce/packaging/-/packaging-4.7.0.tgz"
|
|
2069
|
+
integrity sha512-fYwE0oChQ7MBqeAbi2vq3NZBe2qw0nsXbXdNwgl2ybREDE2RLqWRIB75OGxEa9ARQNrdWOVE7sR81cGLyCIupg==
|
|
2070
2070
|
dependencies:
|
|
2071
2071
|
"@jsforce/jsforce-node" "^3.6.5"
|
|
2072
2072
|
"@salesforce/core" "^8.11.1"
|
|
@@ -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"
|
|
@@ -2253,15 +2253,15 @@
|
|
|
2253
2253
|
open "^10.1.2"
|
|
2254
2254
|
terminal-link "^3.0.0"
|
|
2255
2255
|
|
|
2256
|
-
"@salesforce/plugin-packaging@2.
|
|
2257
|
-
version "2.
|
|
2258
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.
|
|
2259
|
-
integrity sha512-
|
|
2256
|
+
"@salesforce/plugin-packaging@2.16.0":
|
|
2257
|
+
version "2.16.0"
|
|
2258
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.16.0.tgz"
|
|
2259
|
+
integrity sha512-vA6UgyzH21g482n89RA8WeNTy/KTAqtLMJ2nseyrT3AQ/xf+8yB2Bnzq7gGzCSJO05WvHmAAorr4rQoFILQO4Q==
|
|
2260
2260
|
dependencies:
|
|
2261
2261
|
"@oclif/core" "^4"
|
|
2262
2262
|
"@salesforce/core" "^8.12.0"
|
|
2263
2263
|
"@salesforce/kit" "^3.2.3"
|
|
2264
|
-
"@salesforce/packaging" "^4.
|
|
2264
|
+
"@salesforce/packaging" "^4.7.0"
|
|
2265
2265
|
"@salesforce/sf-plugins-core" "^12.2.2"
|
|
2266
2266
|
chalk "^5.4.1"
|
|
2267
2267
|
|
|
@@ -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,18 +161,18 @@
|
|
|
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",
|
|
170
170
|
"@salesforce/plugin-org": "5.8.0",
|
|
171
|
-
"@salesforce/plugin-packaging": "2.
|
|
171
|
+
"@salesforce/plugin-packaging": "2.16.0",
|
|
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",
|