@salesforce/cli 2.37.2 → 2.37.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 +18 -18
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.37.
|
|
27
|
+
@salesforce/cli/2.37.3 linux-x64 node-v20.12.1
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -3249,7 +3249,7 @@ EXAMPLES
|
|
|
3249
3249
|
$ sf org list auth
|
|
3250
3250
|
```
|
|
3251
3251
|
|
|
3252
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.
|
|
3252
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.4/src/commands/org/list/auth.ts)_
|
|
3253
3253
|
|
|
3254
3254
|
## `sf org list limits`
|
|
3255
3255
|
|
|
@@ -3549,7 +3549,7 @@ FLAG DESCRIPTIONS
|
|
|
3549
3549
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3550
3550
|
```
|
|
3551
3551
|
|
|
3552
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.
|
|
3552
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.4/src/commands/org/login/access-token.ts)_
|
|
3553
3553
|
|
|
3554
3554
|
## `sf org login device`
|
|
3555
3555
|
|
|
@@ -3609,7 +3609,7 @@ FLAG DESCRIPTIONS
|
|
|
3609
3609
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3610
3610
|
```
|
|
3611
3611
|
|
|
3612
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.
|
|
3612
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.4/src/commands/org/login/device.ts)_
|
|
3613
3613
|
|
|
3614
3614
|
## `sf org login jwt`
|
|
3615
3615
|
|
|
@@ -3700,7 +3700,7 @@ FLAG DESCRIPTIONS
|
|
|
3700
3700
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3701
3701
|
```
|
|
3702
3702
|
|
|
3703
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.
|
|
3703
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.4/src/commands/org/login/jwt.ts)_
|
|
3704
3704
|
|
|
3705
3705
|
## `sf org login sfdx-url`
|
|
3706
3706
|
|
|
@@ -3766,7 +3766,7 @@ EXAMPLES
|
|
|
3766
3766
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
3767
3767
|
```
|
|
3768
3768
|
|
|
3769
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.
|
|
3769
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.4/src/commands/org/login/sfdx-url.ts)_
|
|
3770
3770
|
|
|
3771
3771
|
## `sf org login web`
|
|
3772
3772
|
|
|
@@ -3853,7 +3853,7 @@ FLAG DESCRIPTIONS
|
|
|
3853
3853
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3854
3854
|
```
|
|
3855
3855
|
|
|
3856
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.
|
|
3856
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.4/src/commands/org/login/web.ts)_
|
|
3857
3857
|
|
|
3858
3858
|
## `sf org logout`
|
|
3859
3859
|
|
|
@@ -3914,7 +3914,7 @@ FLAG DESCRIPTIONS
|
|
|
3914
3914
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
3915
3915
|
```
|
|
3916
3916
|
|
|
3917
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.
|
|
3917
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.4/src/commands/org/logout.ts)_
|
|
3918
3918
|
|
|
3919
3919
|
## `sf org open`
|
|
3920
3920
|
|
|
@@ -5667,7 +5667,7 @@ FLAG DESCRIPTIONS
|
|
|
5667
5667
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5668
5668
|
```
|
|
5669
5669
|
|
|
5670
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
5670
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.6/src/commands/project/convert/mdapi.ts)_
|
|
5671
5671
|
|
|
5672
5672
|
## `sf project convert source`
|
|
5673
5673
|
|
|
@@ -5679,7 +5679,7 @@ USAGE
|
|
|
5679
5679
|
[-p <value> | -x <value> | -m <value>]
|
|
5680
5680
|
|
|
5681
5681
|
FLAGS
|
|
5682
|
-
-d, --output-dir=<value> [default:
|
|
5682
|
+
-d, --output-dir=<value> [default: metadataPackage_1712599525436] Output directory to store the Metadata
|
|
5683
5683
|
API–formatted files in.
|
|
5684
5684
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
5685
5685
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -5740,7 +5740,7 @@ FLAG DESCRIPTIONS
|
|
|
5740
5740
|
Override the api version used for api requests made by this command
|
|
5741
5741
|
```
|
|
5742
5742
|
|
|
5743
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
5743
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.6/src/commands/project/convert/source.ts)_
|
|
5744
5744
|
|
|
5745
5745
|
## `sf project delete source`
|
|
5746
5746
|
|
|
@@ -5880,7 +5880,7 @@ FLAG DESCRIPTIONS
|
|
|
5880
5880
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
5881
5881
|
```
|
|
5882
5882
|
|
|
5883
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
5883
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.6/src/commands/project/delete/source.ts)_
|
|
5884
5884
|
|
|
5885
5885
|
## `sf project delete tracking`
|
|
5886
5886
|
|
|
@@ -5917,7 +5917,7 @@ EXAMPLES
|
|
|
5917
5917
|
$ sf project delete tracking --target-org my-scratch
|
|
5918
5918
|
```
|
|
5919
5919
|
|
|
5920
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
5920
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.6/src/commands/project/delete/tracking.ts)_
|
|
5921
5921
|
|
|
5922
5922
|
## `sf project deploy cancel`
|
|
5923
5923
|
|
|
@@ -5993,7 +5993,7 @@ FLAG DESCRIPTIONS
|
|
|
5993
5993
|
project deploy report".
|
|
5994
5994
|
```
|
|
5995
5995
|
|
|
5996
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
5996
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.6/src/commands/project/deploy/cancel.ts)_
|
|
5997
5997
|
|
|
5998
5998
|
## `sf project deploy preview`
|
|
5999
5999
|
|
|
@@ -6079,7 +6079,7 @@ FLAG DESCRIPTIONS
|
|
|
6079
6079
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6080
6080
|
```
|
|
6081
6081
|
|
|
6082
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
6082
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.6/src/commands/project/deploy/preview.ts)_
|
|
6083
6083
|
|
|
6084
6084
|
## `sf project deploy quick`
|
|
6085
6085
|
|
|
@@ -6176,7 +6176,7 @@ ERROR CODES
|
|
|
6176
6176
|
Canceling (69) The deploy is being canceled.
|
|
6177
6177
|
```
|
|
6178
6178
|
|
|
6179
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
6179
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.6/src/commands/project/deploy/quick.ts)_
|
|
6180
6180
|
|
|
6181
6181
|
## `sf project deploy report`
|
|
6182
6182
|
|
|
@@ -6211,12 +6211,12 @@ DESCRIPTION
|
|
|
6211
6211
|
Deploy operations include standard deploys, quick deploys, deploy validations, and deploy cancellations.
|
|
6212
6212
|
|
|
6213
6213
|
Run this command by either passing it a job ID or specifying the --use-most-recent flag to use the job ID of the most
|
|
6214
|
-
recent deploy operation.
|
|
6215
|
-
timeout of --wait minutes.
|
|
6214
|
+
recent deploy operation. If you specify the --wait flag, the command polls for the status every second until the
|
|
6215
|
+
timeout of --wait minutes. If you don't specify the --wait flag, the command simply checks and displays the status of
|
|
6216
6216
|
the deploy; the command doesn't poll for the status.
|
|
6217
6217
|
|
|
6218
6218
|
You typically don't specify the --target-org flag because the cached job already references the org to which you
|
|
6219
|
-
deployed.
|
|
6219
|
+
deployed. But if you run this command on a computer different than the one from which you deployed, then you must
|
|
6220
6220
|
specify the --target-org and it must point to the same org.
|
|
6221
6221
|
|
|
6222
6222
|
This command doesn't update source tracking information.
|
|
@@ -6272,7 +6272,7 @@ FLAG DESCRIPTIONS
|
|
|
6272
6272
|
--coverage-formatters lcov --coverage-formatters clover
|
|
6273
6273
|
```
|
|
6274
6274
|
|
|
6275
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
6275
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.6/src/commands/project/deploy/report.ts)_
|
|
6276
6276
|
|
|
6277
6277
|
## `sf project deploy resume`
|
|
6278
6278
|
|
|
@@ -6369,7 +6369,7 @@ ERROR CODES
|
|
|
6369
6369
|
Canceling (69) The deploy is being canceled.
|
|
6370
6370
|
```
|
|
6371
6371
|
|
|
6372
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
6372
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.6/src/commands/project/deploy/resume.ts)_
|
|
6373
6373
|
|
|
6374
6374
|
## `sf project deploy start`
|
|
6375
6375
|
|
|
@@ -6607,7 +6607,7 @@ ERROR CODES
|
|
|
6607
6607
|
Canceling (69) The deploy is being canceled.
|
|
6608
6608
|
```
|
|
6609
6609
|
|
|
6610
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
6610
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.6/src/commands/project/deploy/start.ts)_
|
|
6611
6611
|
|
|
6612
6612
|
## `sf project deploy validate`
|
|
6613
6613
|
|
|
@@ -6799,7 +6799,7 @@ ERROR CODES
|
|
|
6799
6799
|
Canceling (69) The deploy is being canceled.
|
|
6800
6800
|
```
|
|
6801
6801
|
|
|
6802
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
6802
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.6/src/commands/project/deploy/validate.ts)_
|
|
6803
6803
|
|
|
6804
6804
|
## `sf project generate`
|
|
6805
6805
|
|
|
@@ -6980,7 +6980,7 @@ EXAMPLES
|
|
|
6980
6980
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
6981
6981
|
```
|
|
6982
6982
|
|
|
6983
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
6983
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.6/src/commands/project/generate/manifest.ts)_
|
|
6984
6984
|
|
|
6985
6985
|
## `sf project list ignored`
|
|
6986
6986
|
|
|
@@ -7022,7 +7022,7 @@ EXAMPLES
|
|
|
7022
7022
|
$ sf project list ignored --source-dir package.xml
|
|
7023
7023
|
```
|
|
7024
7024
|
|
|
7025
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
7025
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.6/src/commands/project/list/ignored.ts)_
|
|
7026
7026
|
|
|
7027
7027
|
## `sf project reset tracking`
|
|
7028
7028
|
|
|
@@ -7071,7 +7071,7 @@ EXAMPLES
|
|
|
7071
7071
|
$ sf project reset tracking --revision 30
|
|
7072
7072
|
```
|
|
7073
7073
|
|
|
7074
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
7074
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.6/src/commands/project/reset/tracking.ts)_
|
|
7075
7075
|
|
|
7076
7076
|
## `sf project retrieve preview`
|
|
7077
7077
|
|
|
@@ -7128,7 +7128,7 @@ FLAG DESCRIPTIONS
|
|
|
7128
7128
|
Overrides your default org.
|
|
7129
7129
|
```
|
|
7130
7130
|
|
|
7131
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
7131
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.6/src/commands/project/retrieve/preview.ts)_
|
|
7132
7132
|
|
|
7133
7133
|
## `sf project retrieve start`
|
|
7134
7134
|
|
|
@@ -7287,7 +7287,7 @@ ENVIRONMENT VARIABLES
|
|
|
7287
7287
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
7288
7288
|
```
|
|
7289
7289
|
|
|
7290
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
7290
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.6/src/commands/project/retrieve/start.ts)_
|
|
7291
7291
|
|
|
7292
7292
|
## `sf schema generate field`
|
|
7293
7293
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.37.
|
|
3
|
+
"version": "2.37.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.37.
|
|
9
|
+
"version": "2.37.3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^1.3.1",
|
|
14
|
-
"@oclif/core": "3.26.
|
|
14
|
+
"@oclif/core": "3.26.2",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.0.13",
|
|
16
16
|
"@oclif/plugin-commands": "3.2.2",
|
|
17
17
|
"@oclif/plugin-help": "6.0.20",
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
"@oclif/plugin-which": "3.1.7",
|
|
25
25
|
"@salesforce/core": "^6.1.4",
|
|
26
26
|
"@salesforce/plugin-apex": "3.1.4",
|
|
27
|
-
"@salesforce/plugin-auth": "3.5.
|
|
27
|
+
"@salesforce/plugin-auth": "3.5.4",
|
|
28
28
|
"@salesforce/plugin-data": "3.2.5",
|
|
29
|
-
"@salesforce/plugin-deploy-retrieve": "3.5.
|
|
29
|
+
"@salesforce/plugin-deploy-retrieve": "3.5.6",
|
|
30
30
|
"@salesforce/plugin-info": "3.1.3",
|
|
31
31
|
"@salesforce/plugin-limits": "3.2.1",
|
|
32
32
|
"@salesforce/plugin-marketplace": "1.1.1",
|
|
@@ -3377,9 +3377,9 @@
|
|
|
3377
3377
|
}
|
|
3378
3378
|
},
|
|
3379
3379
|
"node_modules/@oclif/core": {
|
|
3380
|
-
"version": "3.26.
|
|
3381
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.
|
|
3382
|
-
"integrity": "sha512-
|
|
3380
|
+
"version": "3.26.2",
|
|
3381
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.2.tgz",
|
|
3382
|
+
"integrity": "sha512-Gpn21jKjcOx0TecI1wLJrY/65jtgJx5f1GzTc81oKvEpKes1b3Li2SMZygRaWRpcQ3wjN0d7lTPi8WwLsmTBjA==",
|
|
3383
3383
|
"license": "MIT",
|
|
3384
3384
|
"dependencies": {
|
|
3385
3385
|
"@types/cli-progress": "^3.11.5",
|
|
@@ -3398,7 +3398,7 @@
|
|
|
3398
3398
|
"indent-string": "^4.0.0",
|
|
3399
3399
|
"is-wsl": "^2.2.0",
|
|
3400
3400
|
"js-yaml": "^3.14.1",
|
|
3401
|
-
"minimatch": "^9.0.
|
|
3401
|
+
"minimatch": "^9.0.4",
|
|
3402
3402
|
"natural-orderby": "^2.0.3",
|
|
3403
3403
|
"object-treeify": "^1.1.33",
|
|
3404
3404
|
"password-prompt": "^1.1.3",
|
|
@@ -7520,14 +7520,14 @@
|
|
|
7520
7520
|
}
|
|
7521
7521
|
},
|
|
7522
7522
|
"node_modules/@salesforce/plugin-auth": {
|
|
7523
|
-
"version": "3.5.
|
|
7524
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.5.
|
|
7525
|
-
"integrity": "sha512-
|
|
7523
|
+
"version": "3.5.4",
|
|
7524
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.5.4.tgz",
|
|
7525
|
+
"integrity": "sha512-U23G5WVl2/IZCKtvGgytJ8VtZo4kjIX3KFZvJzM3geDn8ObxD6hUDOSkCTySxPQCUBmXCkEfiOhahW2niaJA9A==",
|
|
7526
7526
|
"license": "BSD-3-Clause",
|
|
7527
7527
|
"dependencies": {
|
|
7528
7528
|
"@inquirer/checkbox": "^1.5.2",
|
|
7529
7529
|
"@inquirer/select": "^1.3.3",
|
|
7530
|
-
"@oclif/core": "^3.
|
|
7530
|
+
"@oclif/core": "^3.26.0",
|
|
7531
7531
|
"@salesforce/core": "^6.7.6",
|
|
7532
7532
|
"@salesforce/kit": "^3.1.0",
|
|
7533
7533
|
"@salesforce/plugin-info": "^3.0.28",
|
|
@@ -7624,19 +7624,19 @@
|
|
|
7624
7624
|
"license": "MIT"
|
|
7625
7625
|
},
|
|
7626
7626
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
7627
|
-
"version": "3.5.
|
|
7628
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.5.
|
|
7629
|
-
"integrity": "sha512-
|
|
7627
|
+
"version": "3.5.6",
|
|
7628
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.5.6.tgz",
|
|
7629
|
+
"integrity": "sha512-f6yazzW73SoYhhH8ctlRaxxwI/BFdNp8KrHm9Rjz1UxzPoL4msn5r9bXkW3nSDe5ODVJL+gstakE7sGNw47ECw==",
|
|
7630
7630
|
"license": "BSD-3-Clause",
|
|
7631
7631
|
"dependencies": {
|
|
7632
7632
|
"@oclif/core": "^3.26.0",
|
|
7633
7633
|
"@salesforce/apex-node": "^4.0.2",
|
|
7634
|
-
"@salesforce/core": "^6.7.
|
|
7634
|
+
"@salesforce/core": "^6.7.6",
|
|
7635
7635
|
"@salesforce/kit": "^3.1.0",
|
|
7636
7636
|
"@salesforce/plugin-info": "^3.1.0",
|
|
7637
7637
|
"@salesforce/sf-plugins-core": "^8.0.2",
|
|
7638
7638
|
"@salesforce/source-deploy-retrieve": "^10.7.0",
|
|
7639
|
-
"@salesforce/source-tracking": "^5.2.
|
|
7639
|
+
"@salesforce/source-tracking": "^5.2.4",
|
|
7640
7640
|
"@salesforce/ts-types": "^2.0.9",
|
|
7641
7641
|
"chalk": "^5.3.0"
|
|
7642
7642
|
},
|
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.37.
|
|
4
|
+
"version": "2.37.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
},
|
|
139
139
|
"dependencies": {
|
|
140
140
|
"@inquirer/select": "^1.3.1",
|
|
141
|
-
"@oclif/core": "3.26.
|
|
141
|
+
"@oclif/core": "3.26.2",
|
|
142
142
|
"@oclif/plugin-autocomplete": "3.0.13",
|
|
143
143
|
"@oclif/plugin-commands": "3.2.2",
|
|
144
144
|
"@oclif/plugin-help": "6.0.20",
|
|
@@ -151,9 +151,9 @@
|
|
|
151
151
|
"@oclif/plugin-which": "3.1.7",
|
|
152
152
|
"@salesforce/core": "^6.1.4",
|
|
153
153
|
"@salesforce/plugin-apex": "3.1.4",
|
|
154
|
-
"@salesforce/plugin-auth": "3.5.
|
|
154
|
+
"@salesforce/plugin-auth": "3.5.4",
|
|
155
155
|
"@salesforce/plugin-data": "3.2.5",
|
|
156
|
-
"@salesforce/plugin-deploy-retrieve": "3.5.
|
|
156
|
+
"@salesforce/plugin-deploy-retrieve": "3.5.6",
|
|
157
157
|
"@salesforce/plugin-info": "3.1.3",
|
|
158
158
|
"@salesforce/plugin-limits": "3.2.1",
|
|
159
159
|
"@salesforce/plugin-marketplace": "1.1.1",
|