@salesforce/cli 2.50.1 → 2.50.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 +28 -28
- package/npm-shrinkwrap.json +33 -33
- package/oclif.lock +32 -32
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
|
|
|
24
24
|
$ sf COMMAND
|
|
25
25
|
running command...
|
|
26
26
|
$ sf (--version|-v)
|
|
27
|
-
@salesforce/cli/2.50.
|
|
27
|
+
@salesforce/cli/2.50.3 linux-x64 node-v20.15.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -902,7 +902,7 @@ DESCRIPTION
|
|
|
902
902
|
List all sf commands.
|
|
903
903
|
```
|
|
904
904
|
|
|
905
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.0.
|
|
905
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.0.6/src/commands/commands.ts)_
|
|
906
906
|
|
|
907
907
|
## `sf config get`
|
|
908
908
|
|
|
@@ -3258,7 +3258,7 @@ EXAMPLES
|
|
|
3258
3258
|
$ sf org list auth
|
|
3259
3259
|
```
|
|
3260
3260
|
|
|
3261
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3261
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.32/src/commands/org/list/auth.ts)_
|
|
3262
3262
|
|
|
3263
3263
|
## `sf org list limits`
|
|
3264
3264
|
|
|
@@ -3558,7 +3558,7 @@ FLAG DESCRIPTIONS
|
|
|
3558
3558
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3559
3559
|
```
|
|
3560
3560
|
|
|
3561
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3561
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.32/src/commands/org/login/access-token.ts)_
|
|
3562
3562
|
|
|
3563
3563
|
## `sf org login device`
|
|
3564
3564
|
|
|
@@ -3618,7 +3618,7 @@ FLAG DESCRIPTIONS
|
|
|
3618
3618
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3619
3619
|
```
|
|
3620
3620
|
|
|
3621
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3621
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.32/src/commands/org/login/device.ts)_
|
|
3622
3622
|
|
|
3623
3623
|
## `sf org login jwt`
|
|
3624
3624
|
|
|
@@ -3709,7 +3709,7 @@ FLAG DESCRIPTIONS
|
|
|
3709
3709
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3710
3710
|
```
|
|
3711
3711
|
|
|
3712
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3712
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.32/src/commands/org/login/jwt.ts)_
|
|
3713
3713
|
|
|
3714
3714
|
## `sf org login sfdx-url`
|
|
3715
3715
|
|
|
@@ -3774,7 +3774,7 @@ EXAMPLES
|
|
|
3774
3774
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
3775
3775
|
```
|
|
3776
3776
|
|
|
3777
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3777
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.32/src/commands/org/login/sfdx-url.ts)_
|
|
3778
3778
|
|
|
3779
3779
|
## `sf org login web`
|
|
3780
3780
|
|
|
@@ -3861,7 +3861,7 @@ FLAG DESCRIPTIONS
|
|
|
3861
3861
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3862
3862
|
```
|
|
3863
3863
|
|
|
3864
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3864
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.32/src/commands/org/login/web.ts)_
|
|
3865
3865
|
|
|
3866
3866
|
## `sf org logout`
|
|
3867
3867
|
|
|
@@ -3922,7 +3922,7 @@ FLAG DESCRIPTIONS
|
|
|
3922
3922
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
3923
3923
|
```
|
|
3924
3924
|
|
|
3925
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3925
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.32/src/commands/org/logout.ts)_
|
|
3926
3926
|
|
|
3927
3927
|
## `sf org open`
|
|
3928
3928
|
|
|
@@ -5696,7 +5696,7 @@ FLAG DESCRIPTIONS
|
|
|
5696
5696
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5697
5697
|
```
|
|
5698
5698
|
|
|
5699
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
5699
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.13/src/commands/project/convert/mdapi.ts)_
|
|
5700
5700
|
|
|
5701
5701
|
## `sf project convert source`
|
|
5702
5702
|
|
|
@@ -5708,7 +5708,7 @@ USAGE
|
|
|
5708
5708
|
[-p <value>... | -x <value> | -m <value>...]
|
|
5709
5709
|
|
|
5710
5710
|
FLAGS
|
|
5711
|
-
-d, --output-dir=<value> [default:
|
|
5711
|
+
-d, --output-dir=<value> [default: metadataPackage_1720244914297] Output directory to store the Metadata
|
|
5712
5712
|
API–formatted files in.
|
|
5713
5713
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
5714
5714
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -5769,7 +5769,7 @@ FLAG DESCRIPTIONS
|
|
|
5769
5769
|
Override the api version used for api requests made by this command
|
|
5770
5770
|
```
|
|
5771
5771
|
|
|
5772
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
5772
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.13/src/commands/project/convert/source.ts)_
|
|
5773
5773
|
|
|
5774
5774
|
## `sf project convert source-behavior`
|
|
5775
5775
|
|
|
@@ -5826,7 +5826,7 @@ EXAMPLES
|
|
|
5826
5826
|
$ sf project convert source-behavior --behavior decomposeCustomLabelsBeta --dry-run --preserve-temp-dir
|
|
5827
5827
|
```
|
|
5828
5828
|
|
|
5829
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
5829
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.13/src/commands/project/convert/source-behavior.ts)_
|
|
5830
5830
|
|
|
5831
5831
|
## `sf project delete source`
|
|
5832
5832
|
|
|
@@ -5966,7 +5966,7 @@ FLAG DESCRIPTIONS
|
|
|
5966
5966
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
5967
5967
|
```
|
|
5968
5968
|
|
|
5969
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
5969
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.13/src/commands/project/delete/source.ts)_
|
|
5970
5970
|
|
|
5971
5971
|
## `sf project delete tracking`
|
|
5972
5972
|
|
|
@@ -6003,7 +6003,7 @@ EXAMPLES
|
|
|
6003
6003
|
$ sf project delete tracking --target-org my-scratch
|
|
6004
6004
|
```
|
|
6005
6005
|
|
|
6006
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6006
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.13/src/commands/project/delete/tracking.ts)_
|
|
6007
6007
|
|
|
6008
6008
|
## `sf project deploy cancel`
|
|
6009
6009
|
|
|
@@ -6075,7 +6075,7 @@ FLAG DESCRIPTIONS
|
|
|
6075
6075
|
project deploy report".
|
|
6076
6076
|
```
|
|
6077
6077
|
|
|
6078
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6078
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.13/src/commands/project/deploy/cancel.ts)_
|
|
6079
6079
|
|
|
6080
6080
|
## `sf project deploy preview`
|
|
6081
6081
|
|
|
@@ -6158,7 +6158,7 @@ FLAG DESCRIPTIONS
|
|
|
6158
6158
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6159
6159
|
```
|
|
6160
6160
|
|
|
6161
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6161
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.13/src/commands/project/deploy/preview.ts)_
|
|
6162
6162
|
|
|
6163
6163
|
## `sf project deploy quick`
|
|
6164
6164
|
|
|
@@ -6251,7 +6251,7 @@ ERROR CODES
|
|
|
6251
6251
|
Canceling (69) The deploy is being canceled.
|
|
6252
6252
|
```
|
|
6253
6253
|
|
|
6254
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6254
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.13/src/commands/project/deploy/quick.ts)_
|
|
6255
6255
|
|
|
6256
6256
|
## `sf project deploy report`
|
|
6257
6257
|
|
|
@@ -6343,7 +6343,7 @@ FLAG DESCRIPTIONS
|
|
|
6343
6343
|
--coverage-formatters lcov --coverage-formatters clover
|
|
6344
6344
|
```
|
|
6345
6345
|
|
|
6346
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6346
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.13/src/commands/project/deploy/report.ts)_
|
|
6347
6347
|
|
|
6348
6348
|
## `sf project deploy resume`
|
|
6349
6349
|
|
|
@@ -6440,7 +6440,7 @@ ERROR CODES
|
|
|
6440
6440
|
Canceling (69) The deploy is being canceled.
|
|
6441
6441
|
```
|
|
6442
6442
|
|
|
6443
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6443
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.13/src/commands/project/deploy/resume.ts)_
|
|
6444
6444
|
|
|
6445
6445
|
## `sf project deploy start`
|
|
6446
6446
|
|
|
@@ -6693,7 +6693,7 @@ ERROR CODES
|
|
|
6693
6693
|
Canceling (69) The deploy is being canceled.
|
|
6694
6694
|
```
|
|
6695
6695
|
|
|
6696
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6696
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.13/src/commands/project/deploy/start.ts)_
|
|
6697
6697
|
|
|
6698
6698
|
## `sf project deploy validate`
|
|
6699
6699
|
|
|
@@ -6883,7 +6883,7 @@ ERROR CODES
|
|
|
6883
6883
|
Canceling (69) The deploy is being canceled.
|
|
6884
6884
|
```
|
|
6885
6885
|
|
|
6886
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6886
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.13/src/commands/project/deploy/validate.ts)_
|
|
6887
6887
|
|
|
6888
6888
|
## `sf project generate`
|
|
6889
6889
|
|
|
@@ -7065,7 +7065,7 @@ EXAMPLES
|
|
|
7065
7065
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
7066
7066
|
```
|
|
7067
7067
|
|
|
7068
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
7068
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.13/src/commands/project/generate/manifest.ts)_
|
|
7069
7069
|
|
|
7070
7070
|
## `sf project list ignored`
|
|
7071
7071
|
|
|
@@ -7107,7 +7107,7 @@ EXAMPLES
|
|
|
7107
7107
|
$ sf project list ignored --source-dir package.xml
|
|
7108
7108
|
```
|
|
7109
7109
|
|
|
7110
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
7110
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.13/src/commands/project/list/ignored.ts)_
|
|
7111
7111
|
|
|
7112
7112
|
## `sf project reset tracking`
|
|
7113
7113
|
|
|
@@ -7156,7 +7156,7 @@ EXAMPLES
|
|
|
7156
7156
|
$ sf project reset tracking --revision 30
|
|
7157
7157
|
```
|
|
7158
7158
|
|
|
7159
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
7159
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.13/src/commands/project/reset/tracking.ts)_
|
|
7160
7160
|
|
|
7161
7161
|
## `sf project retrieve preview`
|
|
7162
7162
|
|
|
@@ -7210,7 +7210,7 @@ FLAG DESCRIPTIONS
|
|
|
7210
7210
|
production orgs.
|
|
7211
7211
|
```
|
|
7212
7212
|
|
|
7213
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
7213
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.13/src/commands/project/retrieve/preview.ts)_
|
|
7214
7214
|
|
|
7215
7215
|
## `sf project retrieve start`
|
|
7216
7216
|
|
|
@@ -7377,7 +7377,7 @@ ENVIRONMENT VARIABLES
|
|
|
7377
7377
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
7378
7378
|
```
|
|
7379
7379
|
|
|
7380
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
7380
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.13/src/commands/project/retrieve/start.ts)_
|
|
7381
7381
|
|
|
7382
7382
|
## `sf schema generate field`
|
|
7383
7383
|
|
|
@@ -7789,7 +7789,7 @@ FLAG DESCRIPTIONS
|
|
|
7789
7789
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
7790
7790
|
```
|
|
7791
7791
|
|
|
7792
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.
|
|
7792
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.6/src/commands/version.ts)_
|
|
7793
7793
|
|
|
7794
7794
|
## `sf visualforce generate component`
|
|
7795
7795
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.50.
|
|
3
|
+
"version": "2.50.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.50.
|
|
9
|
+
"version": "2.50.3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
14
|
"@oclif/core": "4.0.8",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.1.5",
|
|
16
|
-
"@oclif/plugin-commands": "4.0.
|
|
16
|
+
"@oclif/plugin-commands": "4.0.6",
|
|
17
17
|
"@oclif/plugin-help": "6.2.4",
|
|
18
|
-
"@oclif/plugin-not-found": "3.2.
|
|
18
|
+
"@oclif/plugin-not-found": "3.2.9",
|
|
19
19
|
"@oclif/plugin-plugins": "5.3.3",
|
|
20
20
|
"@oclif/plugin-search": "1.2.1",
|
|
21
21
|
"@oclif/plugin-update": "4.4.6",
|
|
22
|
-
"@oclif/plugin-version": "2.2.
|
|
22
|
+
"@oclif/plugin-version": "2.2.6",
|
|
23
23
|
"@oclif/plugin-warn-if-update-available": "3.1.7",
|
|
24
24
|
"@oclif/plugin-which": "3.2.5",
|
|
25
25
|
"@salesforce/core": "^8.0.2",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
27
|
"@salesforce/plugin-apex": "3.2.3",
|
|
28
|
-
"@salesforce/plugin-auth": "3.6.
|
|
28
|
+
"@salesforce/plugin-auth": "3.6.32",
|
|
29
29
|
"@salesforce/plugin-data": "3.5.4",
|
|
30
|
-
"@salesforce/plugin-deploy-retrieve": "3.9.
|
|
30
|
+
"@salesforce/plugin-deploy-retrieve": "3.9.13",
|
|
31
31
|
"@salesforce/plugin-info": "3.3.15",
|
|
32
32
|
"@salesforce/plugin-limits": "3.3.16",
|
|
33
33
|
"@salesforce/plugin-marketplace": "1.2.17",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@salesforce/plugin-schema": "3.3.17",
|
|
37
37
|
"@salesforce/plugin-settings": "2.3.7",
|
|
38
38
|
"@salesforce/plugin-sobject": "1.4.16",
|
|
39
|
-
"@salesforce/plugin-source": "3.5.
|
|
39
|
+
"@salesforce/plugin-source": "3.5.3",
|
|
40
40
|
"@salesforce/plugin-telemetry": "3.6.1",
|
|
41
41
|
"@salesforce/plugin-templates": "56.3.1",
|
|
42
42
|
"@salesforce/plugin-trust": "3.7.13",
|
|
@@ -5552,9 +5552,9 @@
|
|
|
5552
5552
|
}
|
|
5553
5553
|
},
|
|
5554
5554
|
"node_modules/@oclif/plugin-commands": {
|
|
5555
|
-
"version": "4.0.
|
|
5556
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.0.
|
|
5557
|
-
"integrity": "sha512-
|
|
5555
|
+
"version": "4.0.6",
|
|
5556
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.0.6.tgz",
|
|
5557
|
+
"integrity": "sha512-oH/bg8QmOBlGGx/9DUUC62rhywkBpklkzsexdfzLcaolMABjMdOIw+L0R6Yc1Be4lgzP7MpngSy6usbvfyU6AQ==",
|
|
5558
5558
|
"license": "MIT",
|
|
5559
5559
|
"dependencies": {
|
|
5560
5560
|
"@oclif/core": "^4",
|
|
@@ -5579,9 +5579,9 @@
|
|
|
5579
5579
|
}
|
|
5580
5580
|
},
|
|
5581
5581
|
"node_modules/@oclif/plugin-not-found": {
|
|
5582
|
-
"version": "3.2.
|
|
5583
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
5584
|
-
"integrity": "sha512-
|
|
5582
|
+
"version": "3.2.9",
|
|
5583
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.9.tgz",
|
|
5584
|
+
"integrity": "sha512-HkNqEJgUgBPOyq85W9ff48bQIRDnqc9WqmgL/72lnbN7xw43ZlPHXkcyav5eHtjHt7mXsEf0Eu0vhyzUau+NsA==",
|
|
5585
5585
|
"license": "MIT",
|
|
5586
5586
|
"dependencies": {
|
|
5587
5587
|
"@inquirer/confirm": "^3.1.11",
|
|
@@ -5692,9 +5692,9 @@
|
|
|
5692
5692
|
}
|
|
5693
5693
|
},
|
|
5694
5694
|
"node_modules/@oclif/plugin-version": {
|
|
5695
|
-
"version": "2.2.
|
|
5696
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.
|
|
5697
|
-
"integrity": "sha512-
|
|
5695
|
+
"version": "2.2.6",
|
|
5696
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.6.tgz",
|
|
5697
|
+
"integrity": "sha512-pv+r36ITkZ6fExii5Mr7EuEcYNDgmL20SEdZoBg1nktvIHkqBpanT3sNVtNqDfVPwb76luKoslAWV1rqXBkrsg==",
|
|
5698
5698
|
"license": "MIT",
|
|
5699
5699
|
"dependencies": {
|
|
5700
5700
|
"@oclif/core": "^4",
|
|
@@ -5980,13 +5980,13 @@
|
|
|
5980
5980
|
}
|
|
5981
5981
|
},
|
|
5982
5982
|
"node_modules/@salesforce/apex-node": {
|
|
5983
|
-
"version": "7.0.
|
|
5984
|
-
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-7.0.
|
|
5985
|
-
"integrity": "sha512-
|
|
5983
|
+
"version": "7.0.4",
|
|
5984
|
+
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-7.0.4.tgz",
|
|
5985
|
+
"integrity": "sha512-HvH3VmZawtNKjbXJpSQWOz4GjIyyeI7OA/2+KUqC5mPVGPOjAzeKtv9GbOP7pb1avY1pjBsGGU1BSGsYbQnMQA==",
|
|
5986
5986
|
"license": "BSD-3-Clause",
|
|
5987
5987
|
"dependencies": {
|
|
5988
5988
|
"@jsforce/jsforce-node": "^3.2.2",
|
|
5989
|
-
"@salesforce/core": "^8.
|
|
5989
|
+
"@salesforce/core": "^8.1.1",
|
|
5990
5990
|
"@salesforce/kit": "^3.1.6",
|
|
5991
5991
|
"@types/istanbul-reports": "^3.0.4",
|
|
5992
5992
|
"bfj": "8.0.0",
|
|
@@ -6280,15 +6280,15 @@
|
|
|
6280
6280
|
}
|
|
6281
6281
|
},
|
|
6282
6282
|
"node_modules/@salesforce/plugin-auth": {
|
|
6283
|
-
"version": "3.6.
|
|
6284
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
6285
|
-
"integrity": "sha512-
|
|
6283
|
+
"version": "3.6.32",
|
|
6284
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.32.tgz",
|
|
6285
|
+
"integrity": "sha512-0PmGI8+ruAXnkcpSnNa2bOpXlbDxPDIdBY6vcH1zX/YFBT58KPW72G5//0vdnuuRS6RKEHKqv4v7Po8HxTroig==",
|
|
6286
6286
|
"license": "BSD-3-Clause",
|
|
6287
6287
|
"dependencies": {
|
|
6288
6288
|
"@inquirer/checkbox": "^2.3.7",
|
|
6289
6289
|
"@inquirer/select": "^2.3.7",
|
|
6290
6290
|
"@oclif/core": "^4",
|
|
6291
|
-
"@salesforce/core": "^8.1.
|
|
6291
|
+
"@salesforce/core": "^8.1.1",
|
|
6292
6292
|
"@salesforce/kit": "^3.1.6",
|
|
6293
6293
|
"@salesforce/plugin-info": "^3.3.11",
|
|
6294
6294
|
"@salesforce/sf-plugins-core": "^11.1.2",
|
|
@@ -6361,13 +6361,13 @@
|
|
|
6361
6361
|
"license": "MIT"
|
|
6362
6362
|
},
|
|
6363
6363
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
6364
|
-
"version": "3.9.
|
|
6365
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.9.
|
|
6366
|
-
"integrity": "sha512
|
|
6364
|
+
"version": "3.9.13",
|
|
6365
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.9.13.tgz",
|
|
6366
|
+
"integrity": "sha512-WPCl8KYKBCfyIZeKNx4QxmpwySYbAV/3o28N0rE/SFoANEmqkuI9CP4vv36GcI2WXxLG09i8bxrGgqVGaJCp4w==",
|
|
6367
6367
|
"license": "BSD-3-Clause",
|
|
6368
6368
|
"dependencies": {
|
|
6369
6369
|
"@oclif/core": "^4.0.3",
|
|
6370
|
-
"@salesforce/apex-node": "^7.0.
|
|
6370
|
+
"@salesforce/apex-node": "^7.0.4",
|
|
6371
6371
|
"@salesforce/core": "^8.1.0",
|
|
6372
6372
|
"@salesforce/kit": "^3.1.6",
|
|
6373
6373
|
"@salesforce/plugin-info": "^3.3.15",
|
|
@@ -6589,13 +6589,13 @@
|
|
|
6589
6589
|
}
|
|
6590
6590
|
},
|
|
6591
6591
|
"node_modules/@salesforce/plugin-source": {
|
|
6592
|
-
"version": "3.5.
|
|
6593
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.5.
|
|
6594
|
-
"integrity": "sha512-
|
|
6592
|
+
"version": "3.5.3",
|
|
6593
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.5.3.tgz",
|
|
6594
|
+
"integrity": "sha512-3nGAJWEX75E8loL7oYuFYKkSRPaFXkD1oALd+kcnIzf/0tJ0GKK+7U+b1xxgr/lg4Bmg694nz20g2bYOUEM61w==",
|
|
6595
6595
|
"license": "BSD-3-Clause",
|
|
6596
6596
|
"dependencies": {
|
|
6597
6597
|
"@oclif/core": "^4",
|
|
6598
|
-
"@salesforce/apex-node": "^7.0.
|
|
6598
|
+
"@salesforce/apex-node": "^7.0.4",
|
|
6599
6599
|
"@salesforce/core": "^8.1.1",
|
|
6600
6600
|
"@salesforce/kit": "^3.1.6",
|
|
6601
6601
|
"@salesforce/sf-plugins-core": "^11.1.2",
|
package/oclif.lock
CHANGED
|
@@ -2033,10 +2033,10 @@
|
|
|
2033
2033
|
semver "^7.6.0"
|
|
2034
2034
|
ts-json-schema-generator "^1.5.1"
|
|
2035
2035
|
|
|
2036
|
-
"@oclif/plugin-commands@4.0.
|
|
2037
|
-
version "4.0.
|
|
2038
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.0.
|
|
2039
|
-
integrity sha512-
|
|
2036
|
+
"@oclif/plugin-commands@4.0.6":
|
|
2037
|
+
version "4.0.6"
|
|
2038
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.0.6.tgz"
|
|
2039
|
+
integrity sha512-oH/bg8QmOBlGGx/9DUUC62rhywkBpklkzsexdfzLcaolMABjMdOIw+L0R6Yc1Be4lgzP7MpngSy6usbvfyU6AQ==
|
|
2040
2040
|
dependencies:
|
|
2041
2041
|
"@oclif/core" "^4"
|
|
2042
2042
|
lodash "^4.17.21"
|
|
@@ -2050,10 +2050,10 @@
|
|
|
2050
2050
|
dependencies:
|
|
2051
2051
|
"@oclif/core" "^4"
|
|
2052
2052
|
|
|
2053
|
-
"@oclif/plugin-not-found@^3.2.3", "@oclif/plugin-not-found@3.2.
|
|
2054
|
-
version "3.2.
|
|
2055
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
2056
|
-
integrity sha512-
|
|
2053
|
+
"@oclif/plugin-not-found@^3.2.3", "@oclif/plugin-not-found@3.2.9":
|
|
2054
|
+
version "3.2.9"
|
|
2055
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.9.tgz"
|
|
2056
|
+
integrity sha512-HkNqEJgUgBPOyq85W9ff48bQIRDnqc9WqmgL/72lnbN7xw43ZlPHXkcyav5eHtjHt7mXsEf0Eu0vhyzUau+NsA==
|
|
2057
2057
|
dependencies:
|
|
2058
2058
|
"@inquirer/confirm" "^3.1.11"
|
|
2059
2059
|
"@oclif/core" "^4"
|
|
@@ -2101,10 +2101,10 @@
|
|
|
2101
2101
|
tar-fs "^2.1.1"
|
|
2102
2102
|
tty-table "^4.2.3"
|
|
2103
2103
|
|
|
2104
|
-
"@oclif/plugin-version@2.2.
|
|
2105
|
-
version "2.2.
|
|
2106
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.
|
|
2107
|
-
integrity sha512-
|
|
2104
|
+
"@oclif/plugin-version@2.2.6":
|
|
2105
|
+
version "2.2.6"
|
|
2106
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.6.tgz"
|
|
2107
|
+
integrity sha512-pv+r36ITkZ6fExii5Mr7EuEcYNDgmL20SEdZoBg1nktvIHkqBpanT3sNVtNqDfVPwb76luKoslAWV1rqXBkrsg==
|
|
2108
2108
|
dependencies:
|
|
2109
2109
|
"@oclif/core" "^4"
|
|
2110
2110
|
ansis "^3.2.0"
|
|
@@ -2268,13 +2268,13 @@
|
|
|
2268
2268
|
resolved "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz"
|
|
2269
2269
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
2270
2270
|
|
|
2271
|
-
"@salesforce/apex-node@^7.0.
|
|
2272
|
-
version "7.0.
|
|
2273
|
-
resolved "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-7.0.
|
|
2274
|
-
integrity sha512-
|
|
2271
|
+
"@salesforce/apex-node@^7.0.3", "@salesforce/apex-node@^7.0.4":
|
|
2272
|
+
version "7.0.4"
|
|
2273
|
+
resolved "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-7.0.4.tgz"
|
|
2274
|
+
integrity sha512-HvH3VmZawtNKjbXJpSQWOz4GjIyyeI7OA/2+KUqC5mPVGPOjAzeKtv9GbOP7pb1avY1pjBsGGU1BSGsYbQnMQA==
|
|
2275
2275
|
dependencies:
|
|
2276
2276
|
"@jsforce/jsforce-node" "^3.2.2"
|
|
2277
|
-
"@salesforce/core" "^8.
|
|
2277
|
+
"@salesforce/core" "^8.1.1"
|
|
2278
2278
|
"@salesforce/kit" "^3.1.6"
|
|
2279
2279
|
"@types/istanbul-reports" "^3.0.4"
|
|
2280
2280
|
bfj "8.0.0"
|
|
@@ -2399,15 +2399,15 @@
|
|
|
2399
2399
|
"@salesforce/sf-plugins-core" "^11.1.2"
|
|
2400
2400
|
ansis "^3.2.0"
|
|
2401
2401
|
|
|
2402
|
-
"@salesforce/plugin-auth@3.6.
|
|
2403
|
-
version "3.6.
|
|
2404
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
2405
|
-
integrity sha512-
|
|
2402
|
+
"@salesforce/plugin-auth@3.6.32":
|
|
2403
|
+
version "3.6.32"
|
|
2404
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.32.tgz"
|
|
2405
|
+
integrity sha512-0PmGI8+ruAXnkcpSnNa2bOpXlbDxPDIdBY6vcH1zX/YFBT58KPW72G5//0vdnuuRS6RKEHKqv4v7Po8HxTroig==
|
|
2406
2406
|
dependencies:
|
|
2407
2407
|
"@inquirer/checkbox" "^2.3.7"
|
|
2408
2408
|
"@inquirer/select" "^2.3.7"
|
|
2409
2409
|
"@oclif/core" "^4"
|
|
2410
|
-
"@salesforce/core" "^8.1.
|
|
2410
|
+
"@salesforce/core" "^8.1.1"
|
|
2411
2411
|
"@salesforce/kit" "^3.1.6"
|
|
2412
2412
|
"@salesforce/plugin-info" "^3.3.11"
|
|
2413
2413
|
"@salesforce/sf-plugins-core" "^11.1.2"
|
|
@@ -2445,13 +2445,13 @@
|
|
|
2445
2445
|
csv-stringify "^6.5.0"
|
|
2446
2446
|
form-data "^4.0.0"
|
|
2447
2447
|
|
|
2448
|
-
"@salesforce/plugin-deploy-retrieve@3.9.
|
|
2449
|
-
version "3.9.
|
|
2450
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.9.
|
|
2451
|
-
integrity sha512
|
|
2448
|
+
"@salesforce/plugin-deploy-retrieve@3.9.13":
|
|
2449
|
+
version "3.9.13"
|
|
2450
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.9.13.tgz"
|
|
2451
|
+
integrity sha512-WPCl8KYKBCfyIZeKNx4QxmpwySYbAV/3o28N0rE/SFoANEmqkuI9CP4vv36GcI2WXxLG09i8bxrGgqVGaJCp4w==
|
|
2452
2452
|
dependencies:
|
|
2453
2453
|
"@oclif/core" "^4.0.3"
|
|
2454
|
-
"@salesforce/apex-node" "^7.0.
|
|
2454
|
+
"@salesforce/apex-node" "^7.0.4"
|
|
2455
2455
|
"@salesforce/core" "^8.1.0"
|
|
2456
2456
|
"@salesforce/kit" "^3.1.6"
|
|
2457
2457
|
"@salesforce/plugin-info" "^3.3.15"
|
|
@@ -2588,13 +2588,13 @@
|
|
|
2588
2588
|
fast-xml-parser "^4.4.0"
|
|
2589
2589
|
js2xmlparser "^4.0.2"
|
|
2590
2590
|
|
|
2591
|
-
"@salesforce/plugin-source@3.5.
|
|
2592
|
-
version "3.5.
|
|
2593
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.5.
|
|
2594
|
-
integrity sha512-
|
|
2591
|
+
"@salesforce/plugin-source@3.5.3":
|
|
2592
|
+
version "3.5.3"
|
|
2593
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.5.3.tgz"
|
|
2594
|
+
integrity sha512-3nGAJWEX75E8loL7oYuFYKkSRPaFXkD1oALd+kcnIzf/0tJ0GKK+7U+b1xxgr/lg4Bmg694nz20g2bYOUEM61w==
|
|
2595
2595
|
dependencies:
|
|
2596
2596
|
"@oclif/core" "^4"
|
|
2597
|
-
"@salesforce/apex-node" "^7.0.
|
|
2597
|
+
"@salesforce/apex-node" "^7.0.4"
|
|
2598
2598
|
"@salesforce/core" "^8.1.1"
|
|
2599
2599
|
"@salesforce/kit" "^3.1.6"
|
|
2600
2600
|
"@salesforce/sf-plugins-core" "^11.1.2"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.50.
|
|
4
|
+
"version": "2.50.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"@salesforce/plugin-devops-center": "1.2.18",
|
|
82
82
|
"@salesforce/plugin-env": "3.0.32",
|
|
83
83
|
"@salesforce/plugin-functions": "1.23.0",
|
|
84
|
-
"@salesforce/plugin-signups": "2.4.
|
|
84
|
+
"@salesforce/plugin-signups": "2.4.1",
|
|
85
85
|
"@salesforce/sfdx-plugin-lwc-test": "1.2.0",
|
|
86
86
|
"@salesforce/sfdx-scanner": "4.3.2"
|
|
87
87
|
},
|
|
@@ -141,21 +141,21 @@
|
|
|
141
141
|
"@inquirer/select": "^2.3.5",
|
|
142
142
|
"@oclif/core": "4.0.8",
|
|
143
143
|
"@oclif/plugin-autocomplete": "3.1.5",
|
|
144
|
-
"@oclif/plugin-commands": "4.0.
|
|
144
|
+
"@oclif/plugin-commands": "4.0.6",
|
|
145
145
|
"@oclif/plugin-help": "6.2.4",
|
|
146
|
-
"@oclif/plugin-not-found": "3.2.
|
|
146
|
+
"@oclif/plugin-not-found": "3.2.9",
|
|
147
147
|
"@oclif/plugin-plugins": "5.3.3",
|
|
148
148
|
"@oclif/plugin-search": "1.2.1",
|
|
149
149
|
"@oclif/plugin-update": "4.4.6",
|
|
150
|
-
"@oclif/plugin-version": "2.2.
|
|
150
|
+
"@oclif/plugin-version": "2.2.6",
|
|
151
151
|
"@oclif/plugin-warn-if-update-available": "3.1.7",
|
|
152
152
|
"@oclif/plugin-which": "3.2.5",
|
|
153
153
|
"@salesforce/core": "^8.0.2",
|
|
154
154
|
"@salesforce/kit": "^3.1.6",
|
|
155
155
|
"@salesforce/plugin-apex": "3.2.3",
|
|
156
|
-
"@salesforce/plugin-auth": "3.6.
|
|
156
|
+
"@salesforce/plugin-auth": "3.6.32",
|
|
157
157
|
"@salesforce/plugin-data": "3.5.4",
|
|
158
|
-
"@salesforce/plugin-deploy-retrieve": "3.9.
|
|
158
|
+
"@salesforce/plugin-deploy-retrieve": "3.9.13",
|
|
159
159
|
"@salesforce/plugin-info": "3.3.15",
|
|
160
160
|
"@salesforce/plugin-limits": "3.3.16",
|
|
161
161
|
"@salesforce/plugin-marketplace": "1.2.17",
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
"@salesforce/plugin-schema": "3.3.17",
|
|
165
165
|
"@salesforce/plugin-settings": "2.3.7",
|
|
166
166
|
"@salesforce/plugin-sobject": "1.4.16",
|
|
167
|
-
"@salesforce/plugin-source": "3.5.
|
|
167
|
+
"@salesforce/plugin-source": "3.5.3",
|
|
168
168
|
"@salesforce/plugin-telemetry": "3.6.1",
|
|
169
169
|
"@salesforce/plugin-templates": "56.3.1",
|
|
170
170
|
"@salesforce/plugin-trust": "3.7.13",
|