@salesforce/cli 2.145.5 → 2.146.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 +27 -21
- package/npm-shrinkwrap.json +28 -30
- package/oclif.lock +36 -27
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
|
|
|
25
25
|
$ sf COMMAND
|
|
26
26
|
running command...
|
|
27
27
|
$ sf (--version|-v)
|
|
28
|
-
@salesforce/cli/2.
|
|
28
|
+
@salesforce/cli/2.146.0 linux-x64 node-v22.23.1
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -11389,7 +11389,7 @@ FLAG DESCRIPTIONS
|
|
|
11389
11389
|
directory.
|
|
11390
11390
|
```
|
|
11391
11391
|
|
|
11392
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
11392
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.19.0/src/commands/template/generate/analytics/template.ts)_
|
|
11393
11393
|
|
|
11394
11394
|
## `sf template generate apex class`
|
|
11395
11395
|
|
|
@@ -11451,7 +11451,7 @@ FLAG DESCRIPTIONS
|
|
|
11451
11451
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
11452
11452
|
```
|
|
11453
11453
|
|
|
11454
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
11454
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.19.0/src/commands/template/generate/apex/class.ts)_
|
|
11455
11455
|
|
|
11456
11456
|
## `sf template generate apex trigger`
|
|
11457
11457
|
|
|
@@ -11521,7 +11521,7 @@ FLAG DESCRIPTIONS
|
|
|
11521
11521
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
11522
11522
|
```
|
|
11523
11523
|
|
|
11524
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
11524
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.19.0/src/commands/template/generate/apex/trigger.ts)_
|
|
11525
11525
|
|
|
11526
11526
|
## `sf template generate digital-experience site`
|
|
11527
11527
|
|
|
@@ -11575,7 +11575,7 @@ FLAG DESCRIPTIONS
|
|
|
11575
11575
|
project, defaults to the current directory.
|
|
11576
11576
|
```
|
|
11577
11577
|
|
|
11578
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
11578
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.19.0/src/commands/template/generate/digital-experience/site.ts)_
|
|
11579
11579
|
|
|
11580
11580
|
## `sf template generate flexipage`
|
|
11581
11581
|
|
|
@@ -11657,7 +11657,7 @@ FLAG DESCRIPTIONS
|
|
|
11657
11657
|
'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
|
|
11658
11658
|
```
|
|
11659
11659
|
|
|
11660
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
11660
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.19.0/src/commands/template/generate/flexipage/index.ts)_
|
|
11661
11661
|
|
|
11662
11662
|
## `sf template generate lightning app`
|
|
11663
11663
|
|
|
@@ -11715,7 +11715,7 @@ FLAG DESCRIPTIONS
|
|
|
11715
11715
|
field in the DX project's "sfdx-project.json" file.
|
|
11716
11716
|
```
|
|
11717
11717
|
|
|
11718
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
11718
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.19.0/src/commands/template/generate/lightning/app.ts)_
|
|
11719
11719
|
|
|
11720
11720
|
## `sf template generate lightning component`
|
|
11721
11721
|
|
|
@@ -11792,7 +11792,7 @@ FLAG DESCRIPTIONS
|
|
|
11792
11792
|
field in the DX project's "sfdx-project.json" file.
|
|
11793
11793
|
```
|
|
11794
11794
|
|
|
11795
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
11795
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.19.0/src/commands/template/generate/lightning/component.ts)_
|
|
11796
11796
|
|
|
11797
11797
|
## `sf template generate lightning event`
|
|
11798
11798
|
|
|
@@ -11850,7 +11850,7 @@ FLAG DESCRIPTIONS
|
|
|
11850
11850
|
field in the DX project's "sfdx-project.json" file.
|
|
11851
11851
|
```
|
|
11852
11852
|
|
|
11853
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
11853
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.19.0/src/commands/template/generate/lightning/event.ts)_
|
|
11854
11854
|
|
|
11855
11855
|
## `sf template generate lightning interface`
|
|
11856
11856
|
|
|
@@ -11908,7 +11908,7 @@ FLAG DESCRIPTIONS
|
|
|
11908
11908
|
field in the DX project's "sfdx-project.json" file.
|
|
11909
11909
|
```
|
|
11910
11910
|
|
|
11911
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
11911
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.19.0/src/commands/template/generate/lightning/interface.ts)_
|
|
11912
11912
|
|
|
11913
11913
|
## `sf template generate lightning test`
|
|
11914
11914
|
|
|
@@ -11966,7 +11966,7 @@ FLAG DESCRIPTIONS
|
|
|
11966
11966
|
field in the DX project's "sfdx-project.json" file.
|
|
11967
11967
|
```
|
|
11968
11968
|
|
|
11969
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
11969
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.19.0/src/commands/template/generate/lightning/test.ts)_
|
|
11970
11970
|
|
|
11971
11971
|
## `sf template generate project`
|
|
11972
11972
|
|
|
@@ -11975,8 +11975,8 @@ Generate a Salesforce DX project.
|
|
|
11975
11975
|
```
|
|
11976
11976
|
USAGE
|
|
11977
11977
|
$ sf template generate project -n <value> [--json] [--flags-dir <value>] [-t
|
|
11978
|
-
standard|empty|analytics|reactinternalapp|reactexternalapp|agent] [-d <value>]
|
|
11979
|
-
[--lwc-language javascript|typescript] [--api-version <value>]
|
|
11978
|
+
standard|empty|analytics|reactinternalapp|reactexternalapp|angularinternalapp|angularexternalapp|agent] [-d <value>]
|
|
11979
|
+
[-s <value>] [-p <value>] [-x] [--lwc-language javascript|typescript] [--api-version <value>]
|
|
11980
11980
|
|
|
11981
11981
|
FLAGS
|
|
11982
11982
|
-d, --output-dir=<value> [default: .] Directory for saving the created files.
|
|
@@ -11984,7 +11984,8 @@ FLAGS
|
|
|
11984
11984
|
-p, --default-package-dir=<value> [default: force-app] Default package directory name.
|
|
11985
11985
|
-s, --namespace=<value> Namespace associated with this project and any connected scratch orgs.
|
|
11986
11986
|
-t, --template=<option> [default: standard] Template to use for project creation.
|
|
11987
|
-
<options: standard|empty|analytics|reactinternalapp|reactexternalapp|
|
|
11987
|
+
<options: standard|empty|analytics|reactinternalapp|reactexternalapp|angularinterna
|
|
11988
|
+
lapp|angularexternalapp|agent>
|
|
11988
11989
|
-x, --manifest Generate a manifest (package.xml) for change-set based development.
|
|
11989
11990
|
--api-version=<value> Will set this version as sourceApiVersion in the sfdx-project.json file
|
|
11990
11991
|
--lwc-language=<option> Language of the Lightning Web Components. If not specified, "javascript" is used.
|
|
@@ -12045,7 +12046,9 @@ FLAG DESCRIPTIONS
|
|
|
12045
12046
|
|
|
12046
12047
|
Metadata items such as classes and Lightning bundles are placed inside this folder.
|
|
12047
12048
|
|
|
12048
|
-
-t, --template=standard|empty|analytics|reactinternalapp|reactexternalapp|agent
|
|
12049
|
+
-t, --template=standard|empty|analytics|reactinternalapp|reactexternalapp|angularinternalapp|angularexternalapp|agent
|
|
12050
|
+
|
|
12051
|
+
Template to use for project creation.
|
|
12049
12052
|
|
|
12050
12053
|
The template determines the sample configuration files and directories that this command generates. For example, the
|
|
12051
12054
|
empty template provides these files and directory to get you started.
|
|
@@ -12072,6 +12075,9 @@ FLAG DESCRIPTIONS
|
|
|
12072
12075
|
The reactinternalapp and reactexternalapp templates provide React-based project scaffolding for internal and
|
|
12073
12076
|
external UI bundle use cases.
|
|
12074
12077
|
|
|
12078
|
+
The angularinternalapp and angularexternalapp templates provide Angular-based project scaffolding for internal and
|
|
12079
|
+
external UI bundle use cases.
|
|
12080
|
+
|
|
12075
12081
|
The agent template provides project scaffolding for building Agentforce agents and includes a sample agent called
|
|
12076
12082
|
Local Info Agent.
|
|
12077
12083
|
|
|
@@ -12092,7 +12098,7 @@ FLAG DESCRIPTIONS
|
|
|
12092
12098
|
server-side type stripping.
|
|
12093
12099
|
```
|
|
12094
12100
|
|
|
12095
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
12101
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.19.0/src/commands/template/generate/project/index.ts)_
|
|
12096
12102
|
|
|
12097
12103
|
## `sf template generate static-resource`
|
|
12098
12104
|
|
|
@@ -12155,7 +12161,7 @@ FLAG DESCRIPTIONS
|
|
|
12155
12161
|
etc.
|
|
12156
12162
|
```
|
|
12157
12163
|
|
|
12158
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
12164
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.19.0/src/commands/template/generate/static-resource/index.ts)_
|
|
12159
12165
|
|
|
12160
12166
|
## `sf template generate ui-bundle`
|
|
12161
12167
|
|
|
@@ -12244,7 +12250,7 @@ FLAG DESCRIPTIONS
|
|
|
12244
12250
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
12245
12251
|
```
|
|
12246
12252
|
|
|
12247
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
12253
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.19.0/src/commands/template/generate/ui-bundle/index.ts)_
|
|
12248
12254
|
|
|
12249
12255
|
## `sf template generate visualforce component`
|
|
12250
12256
|
|
|
@@ -12301,7 +12307,7 @@ FLAG DESCRIPTIONS
|
|
|
12301
12307
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
12302
12308
|
```
|
|
12303
12309
|
|
|
12304
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
12310
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.19.0/src/commands/template/generate/visualforce/component.ts)_
|
|
12305
12311
|
|
|
12306
12312
|
## `sf template generate visualforce page`
|
|
12307
12313
|
|
|
@@ -12352,7 +12358,7 @@ FLAG DESCRIPTIONS
|
|
|
12352
12358
|
The name can be up to 40 characters and must start with a letter.
|
|
12353
12359
|
```
|
|
12354
12360
|
|
|
12355
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
12361
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.19.0/src/commands/template/generate/visualforce/page.ts)_
|
|
12356
12362
|
|
|
12357
12363
|
## `sf update [CHANNEL]`
|
|
12358
12364
|
|
|
@@ -12390,7 +12396,7 @@ EXAMPLES
|
|
|
12390
12396
|
$ sf update --available
|
|
12391
12397
|
```
|
|
12392
12398
|
|
|
12393
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.
|
|
12399
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.55/src/commands/update.ts)_
|
|
12394
12400
|
|
|
12395
12401
|
## `sf version`
|
|
12396
12402
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.146.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.146.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
|
-
"@oclif/core": "4.
|
|
14
|
+
"@oclif/core": "4.12.0",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.53",
|
|
16
16
|
"@oclif/plugin-commands": "4.1.60",
|
|
17
17
|
"@oclif/plugin-help": "6.2.53",
|
|
18
18
|
"@oclif/plugin-not-found": "3.2.88",
|
|
19
19
|
"@oclif/plugin-plugins": "5.4.84",
|
|
20
20
|
"@oclif/plugin-search": "1.2.53",
|
|
21
|
-
"@oclif/plugin-update": "4.7.
|
|
21
|
+
"@oclif/plugin-update": "4.7.55",
|
|
22
22
|
"@oclif/plugin-version": "2.2.50",
|
|
23
23
|
"@oclif/plugin-warn-if-update-available": "3.1.68",
|
|
24
24
|
"@oclif/plugin-which": "3.2.58",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@salesforce/plugin-settings": "2.4.96",
|
|
40
40
|
"@salesforce/plugin-sobject": "1.4.123",
|
|
41
41
|
"@salesforce/plugin-telemetry": "3.8.31",
|
|
42
|
-
"@salesforce/plugin-templates": "56.
|
|
42
|
+
"@salesforce/plugin-templates": "56.19.0",
|
|
43
43
|
"@salesforce/plugin-trust": "3.8.38",
|
|
44
44
|
"@salesforce/plugin-user": "3.10.7",
|
|
45
45
|
"@salesforce/sf-plugins-core": "12.2.26",
|
|
@@ -3029,9 +3029,9 @@
|
|
|
3029
3029
|
}
|
|
3030
3030
|
},
|
|
3031
3031
|
"node_modules/@oclif/core": {
|
|
3032
|
-
"version": "4.
|
|
3033
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.
|
|
3034
|
-
"integrity": "sha512-
|
|
3032
|
+
"version": "4.12.0",
|
|
3033
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.12.0.tgz",
|
|
3034
|
+
"integrity": "sha512-xoUX6ZDixfyHSkllriITpq/3kA78E/oXOliz4em+De6qe22kg2CcKN9KKxMB4NyD4U1SFUsd0tfnG9uyeV5P7w==",
|
|
3035
3035
|
"license": "MIT",
|
|
3036
3036
|
"dependencies": {
|
|
3037
3037
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3492,9 +3492,9 @@
|
|
|
3492
3492
|
}
|
|
3493
3493
|
},
|
|
3494
3494
|
"node_modules/@oclif/plugin-update": {
|
|
3495
|
-
"version": "4.7.
|
|
3496
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.
|
|
3497
|
-
"integrity": "sha512-
|
|
3495
|
+
"version": "4.7.55",
|
|
3496
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.55.tgz",
|
|
3497
|
+
"integrity": "sha512-zGytfFpazPHRleh26xrNh9cLhKAxQf6lOr5MkfMEYQzkRqMmb1F9BVUntSgb7VWVZJhdIvo7zqBLaXbcONR7hQ==",
|
|
3498
3498
|
"license": "MIT",
|
|
3499
3499
|
"dependencies": {
|
|
3500
3500
|
"@inquirer/select": "^2.5.0",
|
|
@@ -4952,14 +4952,14 @@
|
|
|
4952
4952
|
}
|
|
4953
4953
|
},
|
|
4954
4954
|
"node_modules/@salesforce/plugin-templates": {
|
|
4955
|
-
"version": "56.
|
|
4956
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.
|
|
4957
|
-
"integrity": "sha512-
|
|
4955
|
+
"version": "56.19.0",
|
|
4956
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.19.0.tgz",
|
|
4957
|
+
"integrity": "sha512-vsjAzCyB9HcqI51gQ+CWsFk1rcSNw/FBdaSCTgi+YHbIyX1ATCLy15qw7e+5Km3mMW20xf5o0TZQKiR97DMxiw==",
|
|
4958
4958
|
"license": "Apache-2.0",
|
|
4959
4959
|
"dependencies": {
|
|
4960
4960
|
"@salesforce/core": "^8.32.4",
|
|
4961
4961
|
"@salesforce/sf-plugins-core": "^12",
|
|
4962
|
-
"@salesforce/templates": "^66.
|
|
4962
|
+
"@salesforce/templates": "^66.13.0"
|
|
4963
4963
|
},
|
|
4964
4964
|
"engines": {
|
|
4965
4965
|
"node": ">=18.0.0"
|
|
@@ -5468,9 +5468,9 @@
|
|
|
5468
5468
|
}
|
|
5469
5469
|
},
|
|
5470
5470
|
"node_modules/@salesforce/templates": {
|
|
5471
|
-
"version": "66.
|
|
5472
|
-
"resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-66.
|
|
5473
|
-
"integrity": "sha512-
|
|
5471
|
+
"version": "66.13.0",
|
|
5472
|
+
"resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-66.13.0.tgz",
|
|
5473
|
+
"integrity": "sha512-ACuTEIk0C9sksoZW/8F1RR0LEyyw4er0ovpb8KKJtlocvJCmbiQHMInAoRnwFciW2AjIS0iL+XJlNmO9mLPBCA==",
|
|
5474
5474
|
"license": "BSD-3-Clause",
|
|
5475
5475
|
"dependencies": {
|
|
5476
5476
|
"@salesforce/kit": "^3.2.6",
|
|
@@ -5479,7 +5479,7 @@
|
|
|
5479
5479
|
"hpagent": "^1.2.0",
|
|
5480
5480
|
"mime-types": "^3.0.2",
|
|
5481
5481
|
"proxy-from-env": "^1.1.0",
|
|
5482
|
-
"tar": "^7.5.
|
|
5482
|
+
"tar": "^7.5.20",
|
|
5483
5483
|
"tslib": "^2.8.1"
|
|
5484
5484
|
},
|
|
5485
5485
|
"engines": {
|
|
@@ -10741,9 +10741,9 @@
|
|
|
10741
10741
|
}
|
|
10742
10742
|
},
|
|
10743
10743
|
"node_modules/fast-uri": {
|
|
10744
|
-
"version": "3.1.
|
|
10745
|
-
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.
|
|
10746
|
-
"integrity": "sha512-
|
|
10744
|
+
"version": "3.1.4",
|
|
10745
|
+
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.4.tgz",
|
|
10746
|
+
"integrity": "sha512-8JnbkQ4juDyvYs4mgFGQqg4yCYtFDtUtmp2QIQq11ZZe5CFQ5wcqm1rqDgAh/QdMySuBnPzMUiJUNZG5N/AiQw==",
|
|
10747
10747
|
"funding": [
|
|
10748
10748
|
{
|
|
10749
10749
|
"type": "github",
|
|
@@ -14071,9 +14071,9 @@
|
|
|
14071
14071
|
"license": "MIT"
|
|
14072
14072
|
},
|
|
14073
14073
|
"node_modules/linkify-it": {
|
|
14074
|
-
"version": "5.0.
|
|
14075
|
-
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.
|
|
14076
|
-
"integrity": "sha512-
|
|
14074
|
+
"version": "5.0.2",
|
|
14075
|
+
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.2.tgz",
|
|
14076
|
+
"integrity": "sha512-ONTm2jCMAVZjgQa/Fy1kScXsuOoF5NPTsoFBdE1KVIZ2vAh/r9+Bqo+0jINCBYnavTPQZz38QzFTme79ENoN3Q==",
|
|
14077
14077
|
"dev": true,
|
|
14078
14078
|
"funding": [
|
|
14079
14079
|
{
|
|
@@ -17654,8 +17654,6 @@
|
|
|
17654
17654
|
},
|
|
17655
17655
|
"node_modules/npm/node_modules/tar": {
|
|
17656
17656
|
"version": "7.5.19",
|
|
17657
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.19.tgz",
|
|
17658
|
-
"integrity": "sha512-4LeEWl96twnS2Q7Bz4MGqgazLqO+hJN63GZxXoIqh1T3VweYD997gbU1ItNsQafqqXTXd5WFyFdReLtwvRBNiw==",
|
|
17659
17657
|
"inBundle": true,
|
|
17660
17658
|
"license": "BlueOak-1.0.0",
|
|
17661
17659
|
"dependencies": {
|
|
@@ -20833,9 +20831,9 @@
|
|
|
20833
20831
|
}
|
|
20834
20832
|
},
|
|
20835
20833
|
"node_modules/tar": {
|
|
20836
|
-
"version": "7.5.
|
|
20837
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.
|
|
20838
|
-
"integrity": "sha512-
|
|
20834
|
+
"version": "7.5.21",
|
|
20835
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.21.tgz",
|
|
20836
|
+
"integrity": "sha512-XdhtCvlMywwxpCW8YEq3lOXBJpUPTR2OHHcwLPO3HwsJqOHa2Ok/oJ7ruGzp+JrKoRPVCzJwAdEjqLW/vNRPHA==",
|
|
20839
20837
|
"license": "BlueOak-1.0.0",
|
|
20840
20838
|
"dependencies": {
|
|
20841
20839
|
"@isaacs/fs-minipass": "^4.0.0",
|
package/oclif.lock
CHANGED
|
@@ -1327,10 +1327,10 @@
|
|
|
1327
1327
|
node-gyp "^12.1.0"
|
|
1328
1328
|
proc-log "^6.0.0"
|
|
1329
1329
|
|
|
1330
|
-
"@oclif/core@^4", "@oclif/core@^4.10.4", "@oclif/core@^4.11.11", "@oclif/core@^4.11.14", "@oclif/core@^4.11.4", "@oclif/core@^4.11.7", "@oclif/core@>= 3.0.0", "@oclif/core@4.
|
|
1331
|
-
version "4.
|
|
1332
|
-
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.
|
|
1333
|
-
integrity sha512-
|
|
1330
|
+
"@oclif/core@^4", "@oclif/core@^4.10.4", "@oclif/core@^4.11.11", "@oclif/core@^4.11.14", "@oclif/core@^4.11.4", "@oclif/core@^4.11.7", "@oclif/core@>= 3.0.0", "@oclif/core@4.12.0":
|
|
1331
|
+
version "4.12.0"
|
|
1332
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.12.0.tgz"
|
|
1333
|
+
integrity sha512-xoUX6ZDixfyHSkllriITpq/3kA78E/oXOliz4em+De6qe22kg2CcKN9KKxMB4NyD4U1SFUsd0tfnG9uyeV5P7w==
|
|
1334
1334
|
dependencies:
|
|
1335
1335
|
ansi-escapes "^4.3.2"
|
|
1336
1336
|
ansis "^3.17.0"
|
|
@@ -1442,10 +1442,10 @@
|
|
|
1442
1442
|
ansi-escapes "^7.3.0"
|
|
1443
1443
|
inquirer-autocomplete-standalone "^0.8.1"
|
|
1444
1444
|
|
|
1445
|
-
"@oclif/plugin-update@4.7.
|
|
1446
|
-
version "4.7.
|
|
1447
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.
|
|
1448
|
-
integrity sha512-
|
|
1445
|
+
"@oclif/plugin-update@4.7.55":
|
|
1446
|
+
version "4.7.55"
|
|
1447
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.55.tgz"
|
|
1448
|
+
integrity sha512-zGytfFpazPHRleh26xrNh9cLhKAxQf6lOr5MkfMEYQzkRqMmb1F9BVUntSgb7VWVZJhdIvo7zqBLaXbcONR7hQ==
|
|
1449
1449
|
dependencies:
|
|
1450
1450
|
"@inquirer/select" "^2.5.0"
|
|
1451
1451
|
"@oclif/core" "^4"
|
|
@@ -2155,14 +2155,14 @@
|
|
|
2155
2155
|
"@salesforce/ts-types" "^2.0.12"
|
|
2156
2156
|
debug "^4.4.3"
|
|
2157
2157
|
|
|
2158
|
-
"@salesforce/plugin-templates@56.
|
|
2159
|
-
version "56.
|
|
2160
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.
|
|
2161
|
-
integrity sha512-
|
|
2158
|
+
"@salesforce/plugin-templates@56.19.0":
|
|
2159
|
+
version "56.19.0"
|
|
2160
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.19.0.tgz"
|
|
2161
|
+
integrity sha512-vsjAzCyB9HcqI51gQ+CWsFk1rcSNw/FBdaSCTgi+YHbIyX1ATCLy15qw7e+5Km3mMW20xf5o0TZQKiR97DMxiw==
|
|
2162
2162
|
dependencies:
|
|
2163
2163
|
"@salesforce/core" "^8.32.4"
|
|
2164
2164
|
"@salesforce/sf-plugins-core" "^12"
|
|
2165
|
-
"@salesforce/templates" "^66.
|
|
2165
|
+
"@salesforce/templates" "^66.13.0"
|
|
2166
2166
|
|
|
2167
2167
|
"@salesforce/plugin-trust@^3.7.89", "@salesforce/plugin-trust@3.8.38":
|
|
2168
2168
|
version "3.8.38"
|
|
@@ -2265,10 +2265,10 @@
|
|
|
2265
2265
|
o11y_schema "^260.65.0"
|
|
2266
2266
|
proxy-agent "^6.5.0"
|
|
2267
2267
|
|
|
2268
|
-
"@salesforce/templates@^66.
|
|
2269
|
-
version "66.
|
|
2270
|
-
resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-66.
|
|
2271
|
-
integrity sha512-
|
|
2268
|
+
"@salesforce/templates@^66.13.0":
|
|
2269
|
+
version "66.13.0"
|
|
2270
|
+
resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-66.13.0.tgz"
|
|
2271
|
+
integrity sha512-ACuTEIk0C9sksoZW/8F1RR0LEyyw4er0ovpb8KKJtlocvJCmbiQHMInAoRnwFciW2AjIS0iL+XJlNmO9mLPBCA==
|
|
2272
2272
|
dependencies:
|
|
2273
2273
|
"@salesforce/kit" "^3.2.6"
|
|
2274
2274
|
ejs "^3.1.10"
|
|
@@ -2276,7 +2276,7 @@
|
|
|
2276
2276
|
hpagent "^1.2.0"
|
|
2277
2277
|
mime-types "^3.0.2"
|
|
2278
2278
|
proxy-from-env "^1.1.0"
|
|
2279
|
-
tar "^7.5.
|
|
2279
|
+
tar "^7.5.20"
|
|
2280
2280
|
tslib "^2.8.1"
|
|
2281
2281
|
|
|
2282
2282
|
"@salesforce/ts-sinon@^1.4.36":
|
|
@@ -5116,9 +5116,9 @@ fast-string-width@^3.0.2:
|
|
|
5116
5116
|
fast-string-truncated-width "^3.0.2"
|
|
5117
5117
|
|
|
5118
5118
|
fast-uri@^3.0.1:
|
|
5119
|
-
version "3.1.
|
|
5120
|
-
resolved "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.
|
|
5121
|
-
integrity sha512-
|
|
5119
|
+
version "3.1.4"
|
|
5120
|
+
resolved "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.4.tgz"
|
|
5121
|
+
integrity sha512-8JnbkQ4juDyvYs4mgFGQqg4yCYtFDtUtmp2QIQq11ZZe5CFQ5wcqm1rqDgAh/QdMySuBnPzMUiJUNZG5N/AiQw==
|
|
5122
5122
|
|
|
5123
5123
|
fast-wrap-ansi@^0.2.0:
|
|
5124
5124
|
version "0.2.0"
|
|
@@ -7039,9 +7039,9 @@ lines-and-columns@^1.1.6:
|
|
|
7039
7039
|
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
|
|
7040
7040
|
|
|
7041
7041
|
linkify-it@^5.0.1:
|
|
7042
|
-
version "5.0.
|
|
7043
|
-
resolved "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.
|
|
7044
|
-
integrity sha512-
|
|
7042
|
+
version "5.0.2"
|
|
7043
|
+
resolved "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.2.tgz"
|
|
7044
|
+
integrity sha512-ONTm2jCMAVZjgQa/Fy1kScXsuOoF5NPTsoFBdE1KVIZ2vAh/r9+Bqo+0jINCBYnavTPQZz38QzFTme79ENoN3Q==
|
|
7045
7045
|
dependencies:
|
|
7046
7046
|
uc.micro "^2.0.0"
|
|
7047
7047
|
|
|
@@ -9991,10 +9991,19 @@ tar-stream@^2.1.4:
|
|
|
9991
9991
|
inherits "^2.0.3"
|
|
9992
9992
|
readable-stream "^3.1.1"
|
|
9993
9993
|
|
|
9994
|
-
tar@^7.4.3, tar@^7.5.1, tar@^7.5.
|
|
9994
|
+
tar@^7.4.3, tar@^7.5.1, tar@^7.5.20, tar@^7.5.4:
|
|
9995
|
+
version "7.5.21"
|
|
9996
|
+
resolved "https://registry.npmjs.org/tar/-/tar-7.5.21.tgz"
|
|
9997
|
+
integrity sha512-XdhtCvlMywwxpCW8YEq3lOXBJpUPTR2OHHcwLPO3HwsJqOHa2Ok/oJ7ruGzp+JrKoRPVCzJwAdEjqLW/vNRPHA==
|
|
9998
|
+
dependencies:
|
|
9999
|
+
"@isaacs/fs-minipass" "^4.0.0"
|
|
10000
|
+
chownr "^3.0.0"
|
|
10001
|
+
minipass "^7.1.2"
|
|
10002
|
+
minizlib "^3.1.0"
|
|
10003
|
+
yallist "^5.0.0"
|
|
10004
|
+
|
|
10005
|
+
tar@^7.5.19:
|
|
9995
10006
|
version "7.5.19"
|
|
9996
|
-
resolved "https://registry.npmjs.org/tar/-/tar-7.5.19.tgz"
|
|
9997
|
-
integrity sha512-4LeEWl96twnS2Q7Bz4MGqgazLqO+hJN63GZxXoIqh1T3VweYD997gbU1ItNsQafqqXTXd5WFyFdReLtwvRBNiw==
|
|
9998
10007
|
dependencies:
|
|
9999
10008
|
"@isaacs/fs-minipass" "^4.0.0"
|
|
10000
10009
|
chownr "^3.0.0"
|
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.146.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -146,14 +146,14 @@
|
|
|
146
146
|
},
|
|
147
147
|
"dependencies": {
|
|
148
148
|
"@inquirer/select": "^2.3.5",
|
|
149
|
-
"@oclif/core": "4.
|
|
149
|
+
"@oclif/core": "4.12.0",
|
|
150
150
|
"@oclif/plugin-autocomplete": "3.2.53",
|
|
151
151
|
"@oclif/plugin-commands": "4.1.60",
|
|
152
152
|
"@oclif/plugin-help": "6.2.53",
|
|
153
153
|
"@oclif/plugin-not-found": "3.2.88",
|
|
154
154
|
"@oclif/plugin-plugins": "5.4.84",
|
|
155
155
|
"@oclif/plugin-search": "1.2.53",
|
|
156
|
-
"@oclif/plugin-update": "4.7.
|
|
156
|
+
"@oclif/plugin-update": "4.7.55",
|
|
157
157
|
"@oclif/plugin-version": "2.2.50",
|
|
158
158
|
"@oclif/plugin-warn-if-update-available": "3.1.68",
|
|
159
159
|
"@oclif/plugin-which": "3.2.58",
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
"@salesforce/plugin-settings": "2.4.96",
|
|
175
175
|
"@salesforce/plugin-sobject": "1.4.123",
|
|
176
176
|
"@salesforce/plugin-telemetry": "3.8.31",
|
|
177
|
-
"@salesforce/plugin-templates": "56.
|
|
177
|
+
"@salesforce/plugin-templates": "56.19.0",
|
|
178
178
|
"@salesforce/plugin-trust": "3.8.38",
|
|
179
179
|
"@salesforce/plugin-user": "3.10.7",
|
|
180
180
|
"@salesforce/sf-plugins-core": "12.2.26",
|