@salesforce/cli 2.61.7 → 2.62.0
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 +18 -18
- package/npm-shrinkwrap.json +19 -46
- package/oclif.lock +14 -26
- 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.
|
|
27
|
+
@salesforce/cli/2.62.0 linux-x64 node-v20.17.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -5888,7 +5888,7 @@ FLAG DESCRIPTIONS
|
|
|
5888
5888
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5889
5889
|
```
|
|
5890
5890
|
|
|
5891
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
5891
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/convert/mdapi.ts)_
|
|
5892
5892
|
|
|
5893
5893
|
## `sf project convert source`
|
|
5894
5894
|
|
|
@@ -5961,7 +5961,7 @@ FLAG DESCRIPTIONS
|
|
|
5961
5961
|
Override the api version used for api requests made by this command
|
|
5962
5962
|
```
|
|
5963
5963
|
|
|
5964
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
5964
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/convert/source.ts)_
|
|
5965
5965
|
|
|
5966
5966
|
## `sf project convert source-behavior`
|
|
5967
5967
|
|
|
@@ -6019,7 +6019,7 @@ EXAMPLES
|
|
|
6019
6019
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
6020
6020
|
```
|
|
6021
6021
|
|
|
6022
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
6022
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/convert/source-behavior.ts)_
|
|
6023
6023
|
|
|
6024
6024
|
## `sf project delete source`
|
|
6025
6025
|
|
|
@@ -6159,7 +6159,7 @@ FLAG DESCRIPTIONS
|
|
|
6159
6159
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
6160
6160
|
```
|
|
6161
6161
|
|
|
6162
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
6162
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/delete/source.ts)_
|
|
6163
6163
|
|
|
6164
6164
|
## `sf project delete tracking`
|
|
6165
6165
|
|
|
@@ -6196,7 +6196,7 @@ EXAMPLES
|
|
|
6196
6196
|
$ sf project delete tracking --target-org my-scratch
|
|
6197
6197
|
```
|
|
6198
6198
|
|
|
6199
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
6199
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/delete/tracking.ts)_
|
|
6200
6200
|
|
|
6201
6201
|
## `sf project deploy cancel`
|
|
6202
6202
|
|
|
@@ -6268,7 +6268,7 @@ FLAG DESCRIPTIONS
|
|
|
6268
6268
|
project deploy report".
|
|
6269
6269
|
```
|
|
6270
6270
|
|
|
6271
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
6271
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/deploy/cancel.ts)_
|
|
6272
6272
|
|
|
6273
6273
|
## `sf project deploy preview`
|
|
6274
6274
|
|
|
@@ -6351,7 +6351,7 @@ FLAG DESCRIPTIONS
|
|
|
6351
6351
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6352
6352
|
```
|
|
6353
6353
|
|
|
6354
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
6354
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/deploy/preview.ts)_
|
|
6355
6355
|
|
|
6356
6356
|
## `sf project deploy quick`
|
|
6357
6357
|
|
|
@@ -6444,7 +6444,7 @@ ERROR CODES
|
|
|
6444
6444
|
Canceling (69) The deploy is being canceled.
|
|
6445
6445
|
```
|
|
6446
6446
|
|
|
6447
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
6447
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/deploy/quick.ts)_
|
|
6448
6448
|
|
|
6449
6449
|
## `sf project deploy report`
|
|
6450
6450
|
|
|
@@ -6536,7 +6536,7 @@ FLAG DESCRIPTIONS
|
|
|
6536
6536
|
--coverage-formatters lcov --coverage-formatters clover
|
|
6537
6537
|
```
|
|
6538
6538
|
|
|
6539
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
6539
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/deploy/report.ts)_
|
|
6540
6540
|
|
|
6541
6541
|
## `sf project deploy resume`
|
|
6542
6542
|
|
|
@@ -6633,7 +6633,7 @@ ERROR CODES
|
|
|
6633
6633
|
Canceling (69) The deploy is being canceled.
|
|
6634
6634
|
```
|
|
6635
6635
|
|
|
6636
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
6636
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/deploy/resume.ts)_
|
|
6637
6637
|
|
|
6638
6638
|
## `sf project deploy start`
|
|
6639
6639
|
|
|
@@ -6886,7 +6886,7 @@ ERROR CODES
|
|
|
6886
6886
|
Canceling (69) The deploy is being canceled.
|
|
6887
6887
|
```
|
|
6888
6888
|
|
|
6889
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
6889
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/deploy/start.ts)_
|
|
6890
6890
|
|
|
6891
6891
|
## `sf project deploy validate`
|
|
6892
6892
|
|
|
@@ -7076,7 +7076,7 @@ ERROR CODES
|
|
|
7076
7076
|
Canceling (69) The deploy is being canceled.
|
|
7077
7077
|
```
|
|
7078
7078
|
|
|
7079
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
7079
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/deploy/validate.ts)_
|
|
7080
7080
|
|
|
7081
7081
|
## `sf project generate`
|
|
7082
7082
|
|
|
@@ -7258,7 +7258,7 @@ EXAMPLES
|
|
|
7258
7258
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
7259
7259
|
```
|
|
7260
7260
|
|
|
7261
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
7261
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/generate/manifest.ts)_
|
|
7262
7262
|
|
|
7263
7263
|
## `sf project list ignored`
|
|
7264
7264
|
|
|
@@ -7300,7 +7300,7 @@ EXAMPLES
|
|
|
7300
7300
|
$ sf project list ignored --source-dir package.xml
|
|
7301
7301
|
```
|
|
7302
7302
|
|
|
7303
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
7303
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/list/ignored.ts)_
|
|
7304
7304
|
|
|
7305
7305
|
## `sf project reset tracking`
|
|
7306
7306
|
|
|
@@ -7349,7 +7349,7 @@ EXAMPLES
|
|
|
7349
7349
|
$ sf project reset tracking --revision 30
|
|
7350
7350
|
```
|
|
7351
7351
|
|
|
7352
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
7352
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/reset/tracking.ts)_
|
|
7353
7353
|
|
|
7354
7354
|
## `sf project retrieve preview`
|
|
7355
7355
|
|
|
@@ -7403,7 +7403,7 @@ FLAG DESCRIPTIONS
|
|
|
7403
7403
|
production orgs.
|
|
7404
7404
|
```
|
|
7405
7405
|
|
|
7406
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
7406
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/retrieve/preview.ts)_
|
|
7407
7407
|
|
|
7408
7408
|
## `sf project retrieve start`
|
|
7409
7409
|
|
|
@@ -7580,7 +7580,7 @@ ENVIRONMENT VARIABLES
|
|
|
7580
7580
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
7581
7581
|
```
|
|
7582
7582
|
|
|
7583
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
7583
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/retrieve/start.ts)_
|
|
7584
7584
|
|
|
7585
7585
|
## `sf schema generate field`
|
|
7586
7586
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.62.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.62.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
|
-
"@oclif/core": "4.0.
|
|
14
|
+
"@oclif/core": "4.0.26",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.5",
|
|
16
16
|
"@oclif/plugin-commands": "4.0.16",
|
|
17
17
|
"@oclif/plugin-help": "6.2.13",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@salesforce/plugin-api": "1.2.2",
|
|
29
29
|
"@salesforce/plugin-auth": "3.6.65",
|
|
30
30
|
"@salesforce/plugin-data": "3.6.8",
|
|
31
|
-
"@salesforce/plugin-deploy-retrieve": "3.12.
|
|
31
|
+
"@salesforce/plugin-deploy-retrieve": "3.12.16",
|
|
32
32
|
"@salesforce/plugin-info": "3.4.9",
|
|
33
33
|
"@salesforce/plugin-limits": "3.3.32",
|
|
34
34
|
"@salesforce/plugin-marketplace": "1.2.26",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@salesforce/ts-sinon": "^1.4.27",
|
|
57
57
|
"@salesforce/ts-types": "^2.0.10",
|
|
58
58
|
"aws-sdk": "^2.1691.0",
|
|
59
|
-
"oclif": "^4.
|
|
59
|
+
"oclif": "^4.15.1",
|
|
60
60
|
"ts-node": "^10.9.2",
|
|
61
61
|
"typescript": "^5.6.2"
|
|
62
62
|
},
|
|
@@ -4033,9 +4033,9 @@
|
|
|
4033
4033
|
}
|
|
4034
4034
|
},
|
|
4035
4035
|
"node_modules/@oclif/core": {
|
|
4036
|
-
"version": "4.0.
|
|
4037
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
|
4038
|
-
"integrity": "sha512-
|
|
4036
|
+
"version": "4.0.26",
|
|
4037
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.26.tgz",
|
|
4038
|
+
"integrity": "sha512-Gtgj7l+XYYk4wqJ7fTd+fsuKusuQESrSbeue+pC1UGJWt9tyrn3TNZu/lGJSSvEQVcxZY+y09hTET+1e1bmULA==",
|
|
4039
4039
|
"license": "MIT",
|
|
4040
4040
|
"dependencies": {
|
|
4041
4041
|
"ansi-escapes": "^4.3.2",
|
|
@@ -4047,7 +4047,7 @@
|
|
|
4047
4047
|
"get-package-type": "^0.1.0",
|
|
4048
4048
|
"globby": "^11.1.0",
|
|
4049
4049
|
"indent-string": "^4.0.0",
|
|
4050
|
-
"is-wsl": "^
|
|
4050
|
+
"is-wsl": "^3",
|
|
4051
4051
|
"lilconfig": "^3.1.2",
|
|
4052
4052
|
"minimatch": "^9.0.5",
|
|
4053
4053
|
"semver": "^7.6.3",
|
|
@@ -4061,18 +4061,6 @@
|
|
|
4061
4061
|
"node": ">=18.0.0"
|
|
4062
4062
|
}
|
|
4063
4063
|
},
|
|
4064
|
-
"node_modules/@oclif/core/node_modules/is-wsl": {
|
|
4065
|
-
"version": "2.2.0",
|
|
4066
|
-
"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
|
|
4067
|
-
"integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
|
|
4068
|
-
"license": "MIT",
|
|
4069
|
-
"dependencies": {
|
|
4070
|
-
"is-docker": "^2.0.0"
|
|
4071
|
-
},
|
|
4072
|
-
"engines": {
|
|
4073
|
-
"node": ">=8"
|
|
4074
|
-
}
|
|
4075
|
-
},
|
|
4076
4064
|
"node_modules/@oclif/core/node_modules/supports-color": {
|
|
4077
4065
|
"version": "8.1.1",
|
|
4078
4066
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -5059,9 +5047,9 @@
|
|
|
5059
5047
|
"license": "MIT"
|
|
5060
5048
|
},
|
|
5061
5049
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
5062
|
-
"version": "3.12.
|
|
5063
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.12.
|
|
5064
|
-
"integrity": "sha512-
|
|
5050
|
+
"version": "3.12.16",
|
|
5051
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.12.16.tgz",
|
|
5052
|
+
"integrity": "sha512-dIUKn72ilrf8lG3kneXlpkW938TjNRhPRr/xN7YjJ7h9jkwY9KS8T+l7Cylf/Dhcjn7JV9I/3qYsUI1S6weIVA==",
|
|
5065
5053
|
"license": "BSD-3-Clause",
|
|
5066
5054
|
"dependencies": {
|
|
5067
5055
|
"@oclif/core": "^4.0.18",
|
|
@@ -13020,15 +13008,15 @@
|
|
|
13020
13008
|
}
|
|
13021
13009
|
},
|
|
13022
13010
|
"node_modules/is-docker": {
|
|
13023
|
-
"version": "
|
|
13024
|
-
"resolved": "https://registry.npmjs.org/is-docker/-/is-docker-
|
|
13025
|
-
"integrity": "sha512-
|
|
13011
|
+
"version": "3.0.0",
|
|
13012
|
+
"resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
|
|
13013
|
+
"integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
|
|
13026
13014
|
"license": "MIT",
|
|
13027
13015
|
"bin": {
|
|
13028
13016
|
"is-docker": "cli.js"
|
|
13029
13017
|
},
|
|
13030
13018
|
"engines": {
|
|
13031
|
-
"node": ">=
|
|
13019
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
13032
13020
|
},
|
|
13033
13021
|
"funding": {
|
|
13034
13022
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
@@ -13098,21 +13086,6 @@
|
|
|
13098
13086
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
13099
13087
|
}
|
|
13100
13088
|
},
|
|
13101
|
-
"node_modules/is-inside-container/node_modules/is-docker": {
|
|
13102
|
-
"version": "3.0.0",
|
|
13103
|
-
"resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
|
|
13104
|
-
"integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
|
|
13105
|
-
"license": "MIT",
|
|
13106
|
-
"bin": {
|
|
13107
|
-
"is-docker": "cli.js"
|
|
13108
|
-
},
|
|
13109
|
-
"engines": {
|
|
13110
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
13111
|
-
},
|
|
13112
|
-
"funding": {
|
|
13113
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
13114
|
-
}
|
|
13115
|
-
},
|
|
13116
13089
|
"node_modules/is-lambda": {
|
|
13117
13090
|
"version": "1.0.1",
|
|
13118
13091
|
"resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz",
|
|
@@ -18628,9 +18601,9 @@
|
|
|
18628
18601
|
"license": "MIT"
|
|
18629
18602
|
},
|
|
18630
18603
|
"node_modules/oclif": {
|
|
18631
|
-
"version": "4.
|
|
18632
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
18633
|
-
"integrity": "sha512-
|
|
18604
|
+
"version": "4.15.1",
|
|
18605
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.15.1.tgz",
|
|
18606
|
+
"integrity": "sha512-YCElE3iM7MUDIS62UNcjH0kHWJ+VIrujgkJAFeeNQMWmpN+rdSkE0UWdKfsaHHpYKLEYrEJfHMSQm/YrekCOMQ==",
|
|
18634
18607
|
"dev": true,
|
|
18635
18608
|
"license": "MIT",
|
|
18636
18609
|
"dependencies": {
|
package/oclif.lock
CHANGED
|
@@ -1874,10 +1874,10 @@
|
|
|
1874
1874
|
proc-log "^4.0.0"
|
|
1875
1875
|
which "^4.0.0"
|
|
1876
1876
|
|
|
1877
|
-
"@oclif/core@^4", "@oclif/core@^4.0.16", "@oclif/core@^4.0.18", "@oclif/core@^4.0.19", "@oclif/core@^4.0.20", "@oclif/core@^4.0.23", "@oclif/core@^4.0.6", "@oclif/core@4.0.
|
|
1878
|
-
version "4.0.
|
|
1879
|
-
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
|
1880
|
-
integrity sha512-
|
|
1877
|
+
"@oclif/core@^4", "@oclif/core@^4.0.16", "@oclif/core@^4.0.18", "@oclif/core@^4.0.19", "@oclif/core@^4.0.20", "@oclif/core@^4.0.23", "@oclif/core@^4.0.6", "@oclif/core@4.0.26":
|
|
1878
|
+
version "4.0.26"
|
|
1879
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.26.tgz"
|
|
1880
|
+
integrity sha512-Gtgj7l+XYYk4wqJ7fTd+fsuKusuQESrSbeue+pC1UGJWt9tyrn3TNZu/lGJSSvEQVcxZY+y09hTET+1e1bmULA==
|
|
1881
1881
|
dependencies:
|
|
1882
1882
|
ansi-escapes "^4.3.2"
|
|
1883
1883
|
ansis "^3.3.2"
|
|
@@ -1888,7 +1888,7 @@
|
|
|
1888
1888
|
get-package-type "^0.1.0"
|
|
1889
1889
|
globby "^11.1.0"
|
|
1890
1890
|
indent-string "^4.0.0"
|
|
1891
|
-
is-wsl "^
|
|
1891
|
+
is-wsl "^3"
|
|
1892
1892
|
lilconfig "^3.1.2"
|
|
1893
1893
|
minimatch "^9.0.5"
|
|
1894
1894
|
semver "^7.6.3"
|
|
@@ -2371,10 +2371,10 @@
|
|
|
2371
2371
|
csv-stringify "^6.5.1"
|
|
2372
2372
|
form-data "^4.0.0"
|
|
2373
2373
|
|
|
2374
|
-
"@salesforce/plugin-deploy-retrieve@3.12.
|
|
2375
|
-
version "3.12.
|
|
2376
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.12.
|
|
2377
|
-
integrity sha512-
|
|
2374
|
+
"@salesforce/plugin-deploy-retrieve@3.12.16":
|
|
2375
|
+
version "3.12.16"
|
|
2376
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.12.16.tgz"
|
|
2377
|
+
integrity sha512-dIUKn72ilrf8lG3kneXlpkW938TjNRhPRr/xN7YjJ7h9jkwY9KS8T+l7Cylf/Dhcjn7JV9I/3qYsUI1S6weIVA==
|
|
2378
2378
|
dependencies:
|
|
2379
2379
|
"@oclif/core" "^4.0.18"
|
|
2380
2380
|
"@salesforce/apex-node" "^8.1.9"
|
|
@@ -7027,11 +7027,6 @@ is-date-object@^1.0.1:
|
|
|
7027
7027
|
dependencies:
|
|
7028
7028
|
has-tostringtag "^1.0.0"
|
|
7029
7029
|
|
|
7030
|
-
is-docker@^2.0.0:
|
|
7031
|
-
version "2.2.1"
|
|
7032
|
-
resolved "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz"
|
|
7033
|
-
integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==
|
|
7034
|
-
|
|
7035
7030
|
is-docker@^3.0.0:
|
|
7036
7031
|
version "3.0.0"
|
|
7037
7032
|
resolved "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz"
|
|
@@ -7207,14 +7202,7 @@ is-windows@^1.0.2:
|
|
|
7207
7202
|
resolved "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz"
|
|
7208
7203
|
integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==
|
|
7209
7204
|
|
|
7210
|
-
is-wsl@^
|
|
7211
|
-
version "2.2.0"
|
|
7212
|
-
resolved "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz"
|
|
7213
|
-
integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==
|
|
7214
|
-
dependencies:
|
|
7215
|
-
is-docker "^2.0.0"
|
|
7216
|
-
|
|
7217
|
-
is-wsl@^3.1.0:
|
|
7205
|
+
is-wsl@^3, is-wsl@^3.1.0:
|
|
7218
7206
|
version "3.1.0"
|
|
7219
7207
|
resolved "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz"
|
|
7220
7208
|
integrity sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==
|
|
@@ -8789,10 +8777,10 @@ obliterator@^2.0.1, obliterator@^2.0.2:
|
|
|
8789
8777
|
resolved "https://registry.npmjs.org/obliterator/-/obliterator-2.0.4.tgz"
|
|
8790
8778
|
integrity sha512-lgHwxlxV1qIg1Eap7LgIeoBWIMFibOjbrYPIPJZcI1mmGAI2m3lNYpK12Y+GBdPQ0U1hRwSord7GIaawz962qQ==
|
|
8791
8779
|
|
|
8792
|
-
oclif@^4.
|
|
8793
|
-
version "4.
|
|
8794
|
-
resolved "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
8795
|
-
integrity sha512-
|
|
8780
|
+
oclif@^4.15.1:
|
|
8781
|
+
version "4.15.1"
|
|
8782
|
+
resolved "https://registry.npmjs.org/oclif/-/oclif-4.15.1.tgz"
|
|
8783
|
+
integrity sha512-YCElE3iM7MUDIS62UNcjH0kHWJ+VIrujgkJAFeeNQMWmpN+rdSkE0UWdKfsaHHpYKLEYrEJfHMSQm/YrekCOMQ==
|
|
8796
8784
|
dependencies:
|
|
8797
8785
|
"@aws-sdk/client-cloudfront" "^3.645.0"
|
|
8798
8786
|
"@aws-sdk/client-s3" "^3.651.1"
|
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.
|
|
4
|
+
"version": "2.62.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
},
|
|
141
141
|
"dependencies": {
|
|
142
142
|
"@inquirer/select": "^2.3.5",
|
|
143
|
-
"@oclif/core": "4.0.
|
|
143
|
+
"@oclif/core": "4.0.26",
|
|
144
144
|
"@oclif/plugin-autocomplete": "3.2.5",
|
|
145
145
|
"@oclif/plugin-commands": "4.0.16",
|
|
146
146
|
"@oclif/plugin-help": "6.2.13",
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
"@salesforce/plugin-api": "1.2.2",
|
|
158
158
|
"@salesforce/plugin-auth": "3.6.65",
|
|
159
159
|
"@salesforce/plugin-data": "3.6.8",
|
|
160
|
-
"@salesforce/plugin-deploy-retrieve": "3.12.
|
|
160
|
+
"@salesforce/plugin-deploy-retrieve": "3.12.16",
|
|
161
161
|
"@salesforce/plugin-info": "3.4.9",
|
|
162
162
|
"@salesforce/plugin-limits": "3.3.32",
|
|
163
163
|
"@salesforce/plugin-marketplace": "1.2.26",
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"@salesforce/ts-sinon": "^1.4.27",
|
|
257
257
|
"@salesforce/ts-types": "^2.0.10",
|
|
258
258
|
"aws-sdk": "^2.1691.0",
|
|
259
|
-
"oclif": "^4.
|
|
259
|
+
"oclif": "^4.15.1",
|
|
260
260
|
"ts-node": "^10.9.2",
|
|
261
261
|
"typescript": "^5.6.2"
|
|
262
262
|
},
|