@salesforce/cli 2.52.4 → 2.52.5
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 +26 -26
- package/npm-shrinkwrap.json +29 -29
- package/oclif.lock +27 -27
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
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.52.
|
|
27
|
+
@salesforce/cli/2.52.5 linux-x64 node-v20.15.1
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -871,7 +871,7 @@ EXAMPLES
|
|
|
871
871
|
$ sf autocomplete --refresh-cache
|
|
872
872
|
```
|
|
873
873
|
|
|
874
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.1.
|
|
874
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.1.9/src/commands/autocomplete/index.ts)_
|
|
875
875
|
|
|
876
876
|
## `sf commands`
|
|
877
877
|
|
|
@@ -4258,7 +4258,7 @@ FLAG DESCRIPTIONS
|
|
|
4258
4258
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
4259
4259
|
```
|
|
4260
4260
|
|
|
4261
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
4261
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.3/src/commands/package/create.ts)_
|
|
4262
4262
|
|
|
4263
4263
|
## `sf package delete`
|
|
4264
4264
|
|
|
@@ -4300,7 +4300,7 @@ EXAMPLES
|
|
|
4300
4300
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
4301
4301
|
```
|
|
4302
4302
|
|
|
4303
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
4303
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.3/src/commands/package/delete.ts)_
|
|
4304
4304
|
|
|
4305
4305
|
## `sf package install`
|
|
4306
4306
|
|
|
@@ -4399,7 +4399,7 @@ FLAG DESCRIPTIONS
|
|
|
4399
4399
|
- Delete: Delete all removed components that can be safely deleted, and deprecate the other components.
|
|
4400
4400
|
```
|
|
4401
4401
|
|
|
4402
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
4402
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.3/src/commands/package/install.ts)_
|
|
4403
4403
|
|
|
4404
4404
|
## `sf package install report`
|
|
4405
4405
|
|
|
@@ -4432,7 +4432,7 @@ EXAMPLES
|
|
|
4432
4432
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
4433
4433
|
```
|
|
4434
4434
|
|
|
4435
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
4435
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.3/src/commands/package/install/report.ts)_
|
|
4436
4436
|
|
|
4437
4437
|
## `sf package installed list`
|
|
4438
4438
|
|
|
@@ -4464,7 +4464,7 @@ EXAMPLES
|
|
|
4464
4464
|
$ sf package installed list --target-org me@example.com
|
|
4465
4465
|
```
|
|
4466
4466
|
|
|
4467
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
4467
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.3/src/commands/package/installed/list.ts)_
|
|
4468
4468
|
|
|
4469
4469
|
## `sf package list`
|
|
4470
4470
|
|
|
@@ -4502,7 +4502,7 @@ EXAMPLES
|
|
|
4502
4502
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
4503
4503
|
```
|
|
4504
4504
|
|
|
4505
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
4505
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.3/src/commands/package/list.ts)_
|
|
4506
4506
|
|
|
4507
4507
|
## `sf package uninstall`
|
|
4508
4508
|
|
|
@@ -4550,7 +4550,7 @@ EXAMPLES
|
|
|
4550
4550
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
4551
4551
|
```
|
|
4552
4552
|
|
|
4553
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
4553
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.3/src/commands/package/uninstall.ts)_
|
|
4554
4554
|
|
|
4555
4555
|
## `sf package uninstall report`
|
|
4556
4556
|
|
|
@@ -4583,7 +4583,7 @@ EXAMPLES
|
|
|
4583
4583
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
4584
4584
|
```
|
|
4585
4585
|
|
|
4586
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
4586
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.3/src/commands/package/uninstall/report.ts)_
|
|
4587
4587
|
|
|
4588
4588
|
## `sf package update`
|
|
4589
4589
|
|
|
@@ -4638,7 +4638,7 @@ FLAG DESCRIPTIONS
|
|
|
4638
4638
|
associated with your package.
|
|
4639
4639
|
```
|
|
4640
4640
|
|
|
4641
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
4641
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.3/src/commands/package/update.ts)_
|
|
4642
4642
|
|
|
4643
4643
|
## `sf package version create`
|
|
4644
4644
|
|
|
@@ -4813,7 +4813,7 @@ FLAG DESCRIPTIONS
|
|
|
4813
4813
|
periods of no output from commands.
|
|
4814
4814
|
```
|
|
4815
4815
|
|
|
4816
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
4816
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.3/src/commands/package/version/create.ts)_
|
|
4817
4817
|
|
|
4818
4818
|
## `sf package version create list`
|
|
4819
4819
|
|
|
@@ -4874,7 +4874,7 @@ EXAMPLES
|
|
|
4874
4874
|
$ sf package version create list --created-last-days 0 --status Success
|
|
4875
4875
|
```
|
|
4876
4876
|
|
|
4877
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
4877
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.3/src/commands/package/version/create/list.ts)_
|
|
4878
4878
|
|
|
4879
4879
|
## `sf package version create report`
|
|
4880
4880
|
|
|
@@ -4917,7 +4917,7 @@ EXAMPLES
|
|
|
4917
4917
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
4918
4918
|
```
|
|
4919
4919
|
|
|
4920
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
4920
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.3/src/commands/package/version/create/report.ts)_
|
|
4921
4921
|
|
|
4922
4922
|
## `sf package version delete`
|
|
4923
4923
|
|
|
@@ -4958,7 +4958,7 @@ EXAMPLES
|
|
|
4958
4958
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
4959
4959
|
```
|
|
4960
4960
|
|
|
4961
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
4961
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.3/src/commands/package/version/delete.ts)_
|
|
4962
4962
|
|
|
4963
4963
|
## `sf package version displayancestry`
|
|
4964
4964
|
|
|
@@ -5018,7 +5018,7 @@ FLAG DESCRIPTIONS
|
|
|
5018
5018
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
5019
5019
|
```
|
|
5020
5020
|
|
|
5021
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
5021
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.3/src/commands/package/version/displayancestry.ts)_
|
|
5022
5022
|
|
|
5023
5023
|
## `sf package version list`
|
|
5024
5024
|
|
|
@@ -5094,7 +5094,7 @@ EXAMPLES
|
|
|
5094
5094
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
5095
5095
|
```
|
|
5096
5096
|
|
|
5097
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
5097
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.3/src/commands/package/version/list.ts)_
|
|
5098
5098
|
|
|
5099
5099
|
## `sf package version promote`
|
|
5100
5100
|
|
|
@@ -5138,7 +5138,7 @@ EXAMPLES
|
|
|
5138
5138
|
$ sf package version promote --package "Awesome Package Alias"
|
|
5139
5139
|
```
|
|
5140
5140
|
|
|
5141
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
5141
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.3/src/commands/package/version/promote.ts)_
|
|
5142
5142
|
|
|
5143
5143
|
## `sf package version report`
|
|
5144
5144
|
|
|
@@ -5178,7 +5178,7 @@ EXAMPLES
|
|
|
5178
5178
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
5179
5179
|
```
|
|
5180
5180
|
|
|
5181
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
5181
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.3/src/commands/package/version/report.ts)_
|
|
5182
5182
|
|
|
5183
5183
|
## `sf package version update`
|
|
5184
5184
|
|
|
@@ -5231,7 +5231,7 @@ EXAMPLES
|
|
|
5231
5231
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
5232
5232
|
```
|
|
5233
5233
|
|
|
5234
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
5234
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.3/src/commands/package/version/update.ts)_
|
|
5235
5235
|
|
|
5236
5236
|
## `sf package1 version create`
|
|
5237
5237
|
|
|
@@ -5298,7 +5298,7 @@ FLAG DESCRIPTIONS
|
|
|
5298
5298
|
subscribers.
|
|
5299
5299
|
```
|
|
5300
5300
|
|
|
5301
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
5301
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.3/src/commands/package1/version/create.ts)_
|
|
5302
5302
|
|
|
5303
5303
|
## `sf package1 version create get`
|
|
5304
5304
|
|
|
@@ -5331,7 +5331,7 @@ EXAMPLES
|
|
|
5331
5331
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
5332
5332
|
```
|
|
5333
5333
|
|
|
5334
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
5334
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.3/src/commands/package1/version/create/get.ts)_
|
|
5335
5335
|
|
|
5336
5336
|
## `sf package1 version display`
|
|
5337
5337
|
|
|
@@ -5365,7 +5365,7 @@ EXAMPLES
|
|
|
5365
5365
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
5366
5366
|
```
|
|
5367
5367
|
|
|
5368
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
5368
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.3/src/commands/package1/version/display.ts)_
|
|
5369
5369
|
|
|
5370
5370
|
## `sf package1 version list`
|
|
5371
5371
|
|
|
@@ -5403,7 +5403,7 @@ FLAG DESCRIPTIONS
|
|
|
5403
5403
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
5404
5404
|
```
|
|
5405
5405
|
|
|
5406
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
5406
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.3/src/commands/package1/version/list.ts)_
|
|
5407
5407
|
|
|
5408
5408
|
## `sf plugins`
|
|
5409
5409
|
|
|
@@ -7774,7 +7774,7 @@ EXAMPLES
|
|
|
7774
7774
|
$ sf update --available
|
|
7775
7775
|
```
|
|
7776
7776
|
|
|
7777
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.4.
|
|
7777
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.4.11/src/commands/update.ts)_
|
|
7778
7778
|
|
|
7779
7779
|
## `sf version`
|
|
7780
7780
|
|
|
@@ -7934,6 +7934,6 @@ EXAMPLES
|
|
|
7934
7934
|
$ sf which "foo bar baz"
|
|
7935
7935
|
```
|
|
7936
7936
|
|
|
7937
|
-
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.
|
|
7937
|
+
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.9/src/commands/which.ts)_
|
|
7938
7938
|
|
|
7939
7939
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.52.
|
|
3
|
+
"version": "2.52.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.52.
|
|
9
|
+
"version": "2.52.5",
|
|
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.13",
|
|
15
|
-
"@oclif/plugin-autocomplete": "3.1.
|
|
15
|
+
"@oclif/plugin-autocomplete": "3.1.9",
|
|
16
16
|
"@oclif/plugin-commands": "4.0.8",
|
|
17
17
|
"@oclif/plugin-help": "6.2.6",
|
|
18
18
|
"@oclif/plugin-not-found": "3.2.12",
|
|
19
19
|
"@oclif/plugin-plugins": "5.3.8",
|
|
20
20
|
"@oclif/plugin-search": "1.2.3",
|
|
21
|
-
"@oclif/plugin-update": "4.4.
|
|
21
|
+
"@oclif/plugin-update": "4.4.11",
|
|
22
22
|
"@oclif/plugin-version": "2.2.8",
|
|
23
23
|
"@oclif/plugin-warn-if-update-available": "3.1.9",
|
|
24
|
-
"@oclif/plugin-which": "3.2.
|
|
24
|
+
"@oclif/plugin-which": "3.2.9",
|
|
25
25
|
"@salesforce/core": "^8.0.2",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
27
|
"@salesforce/plugin-apex": "3.3.2",
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"@salesforce/plugin-limits": "3.3.20",
|
|
33
33
|
"@salesforce/plugin-marketplace": "1.2.19",
|
|
34
34
|
"@salesforce/plugin-org": "4.3.6",
|
|
35
|
-
"@salesforce/plugin-packaging": "2.7.
|
|
35
|
+
"@salesforce/plugin-packaging": "2.7.3",
|
|
36
36
|
"@salesforce/plugin-schema": "3.3.21",
|
|
37
37
|
"@salesforce/plugin-settings": "2.3.9",
|
|
38
38
|
"@salesforce/plugin-sobject": "1.4.20",
|
|
39
39
|
"@salesforce/plugin-source": "3.5.7",
|
|
40
|
-
"@salesforce/plugin-telemetry": "3.6.
|
|
40
|
+
"@salesforce/plugin-telemetry": "3.6.3",
|
|
41
41
|
"@salesforce/plugin-templates": "56.3.6",
|
|
42
42
|
"@salesforce/plugin-trust": "3.7.15",
|
|
43
43
|
"@salesforce/plugin-user": "3.5.19",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@salesforce/ts-sinon": "^1.4.22",
|
|
56
56
|
"@salesforce/ts-types": "^2.0.10",
|
|
57
57
|
"aws-sdk": "^2.1659.0",
|
|
58
|
-
"oclif": "^4.14.
|
|
58
|
+
"oclif": "^4.14.8",
|
|
59
59
|
"ts-node": "^10.9.2",
|
|
60
60
|
"typescript": "^5.5.3"
|
|
61
61
|
},
|
|
@@ -3694,9 +3694,9 @@
|
|
|
3694
3694
|
}
|
|
3695
3695
|
},
|
|
3696
3696
|
"node_modules/@oclif/plugin-autocomplete": {
|
|
3697
|
-
"version": "3.1.
|
|
3698
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.1.
|
|
3699
|
-
"integrity": "sha512-
|
|
3697
|
+
"version": "3.1.9",
|
|
3698
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.1.9.tgz",
|
|
3699
|
+
"integrity": "sha512-eCoKeLLuZB5jVlEotk43PsFVQ1BaIm0ccpXNgF9FS71OCufzuJbqMsC5jfs76XM902lIEljVc+zMXvVVg+4Q8w==",
|
|
3700
3700
|
"license": "MIT",
|
|
3701
3701
|
"dependencies": {
|
|
3702
3702
|
"@oclif/core": "^4",
|
|
@@ -3897,9 +3897,9 @@
|
|
|
3897
3897
|
}
|
|
3898
3898
|
},
|
|
3899
3899
|
"node_modules/@oclif/plugin-update": {
|
|
3900
|
-
"version": "4.4.
|
|
3901
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.4.
|
|
3902
|
-
"integrity": "sha512-
|
|
3900
|
+
"version": "4.4.11",
|
|
3901
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.4.11.tgz",
|
|
3902
|
+
"integrity": "sha512-GBNxzUXakalWHmv8LEGq6EXCS28ZtkV0TUGxnYWswQpyu34lyMSGb1io9EfwbrpP/BIW4mgI7PdhDGSmsVNdIA==",
|
|
3903
3903
|
"license": "MIT",
|
|
3904
3904
|
"dependencies": {
|
|
3905
3905
|
"@inquirer/select": "^2.4.1",
|
|
@@ -3908,7 +3908,7 @@
|
|
|
3908
3908
|
"debug": "^4.3.5",
|
|
3909
3909
|
"filesize": "^6.1.0",
|
|
3910
3910
|
"got": "^13",
|
|
3911
|
-
"semver": "^7.6.
|
|
3911
|
+
"semver": "^7.6.3",
|
|
3912
3912
|
"tar-fs": "^2.1.1",
|
|
3913
3913
|
"tty-table": "^4.2.3"
|
|
3914
3914
|
},
|
|
@@ -3946,13 +3946,13 @@
|
|
|
3946
3946
|
}
|
|
3947
3947
|
},
|
|
3948
3948
|
"node_modules/@oclif/plugin-which": {
|
|
3949
|
-
"version": "3.2.
|
|
3950
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.
|
|
3951
|
-
"integrity": "sha512-
|
|
3949
|
+
"version": "3.2.9",
|
|
3950
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.9.tgz",
|
|
3951
|
+
"integrity": "sha512-iIfnU6N7GD351TSln/qu8I0CdhGpUCZBwzw8Ul9F9G/wdQhVqh4ogt8BKnmU34j/8WI+qmc6tP64vF0Qdqwe5Q==",
|
|
3952
3952
|
"license": "MIT",
|
|
3953
3953
|
"dependencies": {
|
|
3954
3954
|
"@oclif/core": "^4",
|
|
3955
|
-
"ansis": "^3.
|
|
3955
|
+
"ansis": "^3.3.1"
|
|
3956
3956
|
},
|
|
3957
3957
|
"engines": {
|
|
3958
3958
|
"node": ">=18.0.0"
|
|
@@ -4706,9 +4706,9 @@
|
|
|
4706
4706
|
"license": "MIT"
|
|
4707
4707
|
},
|
|
4708
4708
|
"node_modules/@salesforce/plugin-packaging": {
|
|
4709
|
-
"version": "2.7.
|
|
4710
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.7.
|
|
4711
|
-
"integrity": "sha512-
|
|
4709
|
+
"version": "2.7.3",
|
|
4710
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.7.3.tgz",
|
|
4711
|
+
"integrity": "sha512-eG1YKEk7bl1TvkTcG3yJG+PXAn5pRCnKYc2hcQZP7J9QYj5a/ZPIujFOXtStNEPUtqOy6UfAKif7wBgH1/oMOg==",
|
|
4712
4712
|
"license": "BSD-3-Clause",
|
|
4713
4713
|
"dependencies": {
|
|
4714
4714
|
"@oclif/core": "^4",
|
|
@@ -4870,9 +4870,9 @@
|
|
|
4870
4870
|
}
|
|
4871
4871
|
},
|
|
4872
4872
|
"node_modules/@salesforce/plugin-telemetry": {
|
|
4873
|
-
"version": "3.6.
|
|
4874
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.
|
|
4875
|
-
"integrity": "sha512-
|
|
4873
|
+
"version": "3.6.3",
|
|
4874
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.3.tgz",
|
|
4875
|
+
"integrity": "sha512-yBdTi6pw92WGluwy9+g9Lbdw27OTUppmQTVtGHbpjL0hCZ3mXBhQ4cY0hxHiIBRwx+DC/5lpTrHhCh6eecR0Ag==",
|
|
4876
4876
|
"license": "BSD-3-Clause",
|
|
4877
4877
|
"dependencies": {
|
|
4878
4878
|
"@oclif/core": "^4.0.11",
|
|
@@ -18197,15 +18197,15 @@
|
|
|
18197
18197
|
"license": "MIT"
|
|
18198
18198
|
},
|
|
18199
18199
|
"node_modules/oclif": {
|
|
18200
|
-
"version": "4.14.
|
|
18201
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.14.
|
|
18202
|
-
"integrity": "sha512-
|
|
18200
|
+
"version": "4.14.8",
|
|
18201
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.14.8.tgz",
|
|
18202
|
+
"integrity": "sha512-dJplgtnF2eQ+c06aJHm8xtjKitpvgx5DLf1qU/yrRjREYE+BTcXaOZa7cIskAcFiEz/86I0rBeovEoQTI3G+zA==",
|
|
18203
18203
|
"dev": true,
|
|
18204
18204
|
"license": "MIT",
|
|
18205
18205
|
"dependencies": {
|
|
18206
18206
|
"@aws-sdk/client-cloudfront": "^3.609.0",
|
|
18207
18207
|
"@aws-sdk/client-s3": "^3.614.0",
|
|
18208
|
-
"@inquirer/confirm": "^3.1.
|
|
18208
|
+
"@inquirer/confirm": "^3.1.16",
|
|
18209
18209
|
"@inquirer/input": "^2.2.1",
|
|
18210
18210
|
"@inquirer/select": "^2.3.10",
|
|
18211
18211
|
"@oclif/core": "^4",
|
package/oclif.lock
CHANGED
|
@@ -1841,10 +1841,10 @@
|
|
|
1841
1841
|
wordwrap "^1.0.0"
|
|
1842
1842
|
wrap-ansi "^7.0.0"
|
|
1843
1843
|
|
|
1844
|
-
"@oclif/plugin-autocomplete@3.1.
|
|
1845
|
-
version "3.1.
|
|
1846
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.1.
|
|
1847
|
-
integrity sha512-
|
|
1844
|
+
"@oclif/plugin-autocomplete@3.1.9":
|
|
1845
|
+
version "3.1.9"
|
|
1846
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.1.9.tgz"
|
|
1847
|
+
integrity sha512-eCoKeLLuZB5jVlEotk43PsFVQ1BaIm0ccpXNgF9FS71OCufzuJbqMsC5jfs76XM902lIEljVc+zMXvVVg+4Q8w==
|
|
1848
1848
|
dependencies:
|
|
1849
1849
|
"@oclif/core" "^4"
|
|
1850
1850
|
ansis "^3.3.1"
|
|
@@ -1919,10 +1919,10 @@
|
|
|
1919
1919
|
ansi-escapes "^7.0.0"
|
|
1920
1920
|
inquirer-autocomplete-standalone "^0.8.1"
|
|
1921
1921
|
|
|
1922
|
-
"@oclif/plugin-update@4.4.
|
|
1923
|
-
version "4.4.
|
|
1924
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.4.
|
|
1925
|
-
integrity sha512-
|
|
1922
|
+
"@oclif/plugin-update@4.4.11":
|
|
1923
|
+
version "4.4.11"
|
|
1924
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.4.11.tgz"
|
|
1925
|
+
integrity sha512-GBNxzUXakalWHmv8LEGq6EXCS28ZtkV0TUGxnYWswQpyu34lyMSGb1io9EfwbrpP/BIW4mgI7PdhDGSmsVNdIA==
|
|
1926
1926
|
dependencies:
|
|
1927
1927
|
"@inquirer/select" "^2.4.1"
|
|
1928
1928
|
"@oclif/core" "^4"
|
|
@@ -1930,7 +1930,7 @@
|
|
|
1930
1930
|
debug "^4.3.5"
|
|
1931
1931
|
filesize "^6.1.0"
|
|
1932
1932
|
got "^13"
|
|
1933
|
-
semver "^7.6.
|
|
1933
|
+
semver "^7.6.3"
|
|
1934
1934
|
tar-fs "^2.1.1"
|
|
1935
1935
|
tty-table "^4.2.3"
|
|
1936
1936
|
|
|
@@ -1953,13 +1953,13 @@
|
|
|
1953
1953
|
http-call "^5.2.2"
|
|
1954
1954
|
lodash "^4.17.21"
|
|
1955
1955
|
|
|
1956
|
-
"@oclif/plugin-which@3.2.
|
|
1957
|
-
version "3.2.
|
|
1958
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.
|
|
1959
|
-
integrity sha512-
|
|
1956
|
+
"@oclif/plugin-which@3.2.9":
|
|
1957
|
+
version "3.2.9"
|
|
1958
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.9.tgz"
|
|
1959
|
+
integrity sha512-iIfnU6N7GD351TSln/qu8I0CdhGpUCZBwzw8Ul9F9G/wdQhVqh4ogt8BKnmU34j/8WI+qmc6tP64vF0Qdqwe5Q==
|
|
1960
1960
|
dependencies:
|
|
1961
1961
|
"@oclif/core" "^4"
|
|
1962
|
-
ansis "^3.
|
|
1962
|
+
ansis "^3.3.1"
|
|
1963
1963
|
|
|
1964
1964
|
"@octokit/auth-token@^3.0.0":
|
|
1965
1965
|
version "3.0.4"
|
|
@@ -2362,10 +2362,10 @@
|
|
|
2362
2362
|
is-wsl "^3.1.0"
|
|
2363
2363
|
open "^10.1.0"
|
|
2364
2364
|
|
|
2365
|
-
"@salesforce/plugin-packaging@2.7.
|
|
2366
|
-
version "2.7.
|
|
2367
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.7.
|
|
2368
|
-
integrity sha512-
|
|
2365
|
+
"@salesforce/plugin-packaging@2.7.3":
|
|
2366
|
+
version "2.7.3"
|
|
2367
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.7.3.tgz"
|
|
2368
|
+
integrity sha512-eG1YKEk7bl1TvkTcG3yJG+PXAn5pRCnKYc2hcQZP7J9QYj5a/ZPIujFOXtStNEPUtqOy6UfAKif7wBgH1/oMOg==
|
|
2369
2369
|
dependencies:
|
|
2370
2370
|
"@oclif/core" "^4"
|
|
2371
2371
|
"@salesforce/core" "^8.0.1"
|
|
@@ -2455,10 +2455,10 @@
|
|
|
2455
2455
|
got "^13.0.0"
|
|
2456
2456
|
proxy-agent "^6.3.1"
|
|
2457
2457
|
|
|
2458
|
-
"@salesforce/plugin-telemetry@3.6.
|
|
2459
|
-
version "3.6.
|
|
2460
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.
|
|
2461
|
-
integrity sha512-
|
|
2458
|
+
"@salesforce/plugin-telemetry@3.6.3":
|
|
2459
|
+
version "3.6.3"
|
|
2460
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.3.tgz"
|
|
2461
|
+
integrity sha512-yBdTi6pw92WGluwy9+g9Lbdw27OTUppmQTVtGHbpjL0hCZ3mXBhQ4cY0hxHiIBRwx+DC/5lpTrHhCh6eecR0Ag==
|
|
2462
2462
|
dependencies:
|
|
2463
2463
|
"@oclif/core" "^4.0.11"
|
|
2464
2464
|
"@salesforce/core" "^8.0.3"
|
|
@@ -8726,14 +8726,14 @@ obliterator@^2.0.1, obliterator@^2.0.2:
|
|
|
8726
8726
|
resolved "https://registry.npmjs.org/obliterator/-/obliterator-2.0.4.tgz"
|
|
8727
8727
|
integrity sha512-lgHwxlxV1qIg1Eap7LgIeoBWIMFibOjbrYPIPJZcI1mmGAI2m3lNYpK12Y+GBdPQ0U1hRwSord7GIaawz962qQ==
|
|
8728
8728
|
|
|
8729
|
-
oclif@^4.14.
|
|
8730
|
-
version "4.14.
|
|
8731
|
-
resolved "https://registry.npmjs.org/oclif/-/oclif-4.14.
|
|
8732
|
-
integrity sha512-
|
|
8729
|
+
oclif@^4.14.8:
|
|
8730
|
+
version "4.14.8"
|
|
8731
|
+
resolved "https://registry.npmjs.org/oclif/-/oclif-4.14.8.tgz"
|
|
8732
|
+
integrity sha512-dJplgtnF2eQ+c06aJHm8xtjKitpvgx5DLf1qU/yrRjREYE+BTcXaOZa7cIskAcFiEz/86I0rBeovEoQTI3G+zA==
|
|
8733
8733
|
dependencies:
|
|
8734
8734
|
"@aws-sdk/client-cloudfront" "^3.609.0"
|
|
8735
8735
|
"@aws-sdk/client-s3" "^3.614.0"
|
|
8736
|
-
"@inquirer/confirm" "^3.1.
|
|
8736
|
+
"@inquirer/confirm" "^3.1.16"
|
|
8737
8737
|
"@inquirer/input" "^2.2.1"
|
|
8738
8738
|
"@inquirer/select" "^2.3.10"
|
|
8739
8739
|
"@oclif/core" "^4"
|
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.52.
|
|
4
|
+
"version": "2.52.5",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -140,16 +140,16 @@
|
|
|
140
140
|
"dependencies": {
|
|
141
141
|
"@inquirer/select": "^2.3.5",
|
|
142
142
|
"@oclif/core": "4.0.13",
|
|
143
|
-
"@oclif/plugin-autocomplete": "3.1.
|
|
143
|
+
"@oclif/plugin-autocomplete": "3.1.9",
|
|
144
144
|
"@oclif/plugin-commands": "4.0.8",
|
|
145
145
|
"@oclif/plugin-help": "6.2.6",
|
|
146
146
|
"@oclif/plugin-not-found": "3.2.12",
|
|
147
147
|
"@oclif/plugin-plugins": "5.3.8",
|
|
148
148
|
"@oclif/plugin-search": "1.2.3",
|
|
149
|
-
"@oclif/plugin-update": "4.4.
|
|
149
|
+
"@oclif/plugin-update": "4.4.11",
|
|
150
150
|
"@oclif/plugin-version": "2.2.8",
|
|
151
151
|
"@oclif/plugin-warn-if-update-available": "3.1.9",
|
|
152
|
-
"@oclif/plugin-which": "3.2.
|
|
152
|
+
"@oclif/plugin-which": "3.2.9",
|
|
153
153
|
"@salesforce/core": "^8.0.2",
|
|
154
154
|
"@salesforce/kit": "^3.1.6",
|
|
155
155
|
"@salesforce/plugin-apex": "3.3.2",
|
|
@@ -160,12 +160,12 @@
|
|
|
160
160
|
"@salesforce/plugin-limits": "3.3.20",
|
|
161
161
|
"@salesforce/plugin-marketplace": "1.2.19",
|
|
162
162
|
"@salesforce/plugin-org": "4.3.6",
|
|
163
|
-
"@salesforce/plugin-packaging": "2.7.
|
|
163
|
+
"@salesforce/plugin-packaging": "2.7.3",
|
|
164
164
|
"@salesforce/plugin-schema": "3.3.21",
|
|
165
165
|
"@salesforce/plugin-settings": "2.3.9",
|
|
166
166
|
"@salesforce/plugin-sobject": "1.4.20",
|
|
167
167
|
"@salesforce/plugin-source": "3.5.7",
|
|
168
|
-
"@salesforce/plugin-telemetry": "3.6.
|
|
168
|
+
"@salesforce/plugin-telemetry": "3.6.3",
|
|
169
169
|
"@salesforce/plugin-templates": "56.3.6",
|
|
170
170
|
"@salesforce/plugin-trust": "3.7.15",
|
|
171
171
|
"@salesforce/plugin-user": "3.5.19",
|
|
@@ -253,7 +253,7 @@
|
|
|
253
253
|
"@salesforce/ts-sinon": "^1.4.22",
|
|
254
254
|
"@salesforce/ts-types": "^2.0.10",
|
|
255
255
|
"aws-sdk": "^2.1659.0",
|
|
256
|
-
"oclif": "^4.14.
|
|
256
|
+
"oclif": "^4.14.8",
|
|
257
257
|
"ts-node": "^10.9.2",
|
|
258
258
|
"typescript": "^5.5.3"
|
|
259
259
|
},
|