@salesforce/cli 2.145.4 → 2.145.6

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 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.145.4 linux-x64 node-v22.23.1
28
+ @salesforce/cli/2.145.6 linux-x64 node-v22.23.1
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -5208,7 +5208,7 @@ EXAMPLES
5208
5208
  $ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
5209
5209
  ```
5210
5210
 
5211
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.6/src/commands/org/assign/permset.ts)_
5211
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.7/src/commands/org/assign/permset.ts)_
5212
5212
 
5213
5213
  ## `sf org assign permsetlicense`
5214
5214
 
@@ -5255,7 +5255,7 @@ EXAMPLES
5255
5255
  user3
5256
5256
  ```
5257
5257
 
5258
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.6/src/commands/org/assign/permsetlicense.ts)_
5258
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.7/src/commands/org/assign/permsetlicense.ts)_
5259
5259
 
5260
5260
  ## `sf org auth show-access-token`
5261
5261
 
@@ -5891,7 +5891,7 @@ FLAG DESCRIPTIONS
5891
5891
  might be different than what you specify in the definition file.
5892
5892
  ```
5893
5893
 
5894
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.6/src/commands/org/create/user.ts)_
5894
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.7/src/commands/org/create/user.ts)_
5895
5895
 
5896
5896
  ## `sf org delete sandbox`
5897
5897
 
@@ -6103,7 +6103,7 @@ EXAMPLES
6103
6103
  $ sf org display user --target-org me@my.org --json
6104
6104
  ```
6105
6105
 
6106
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.6/src/commands/org/display/user.ts)_
6106
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.7/src/commands/org/display/user.ts)_
6107
6107
 
6108
6108
  ## `sf org enable tracking`
6109
6109
 
@@ -6212,7 +6212,7 @@ EXAMPLES
6212
6212
  $ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
6213
6213
  ```
6214
6214
 
6215
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.6/src/commands/org/generate/password.ts)_
6215
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.7/src/commands/org/generate/password.ts)_
6216
6216
 
6217
6217
  ## `sf org list`
6218
6218
 
@@ -6283,7 +6283,7 @@ EXAMPLES
6283
6283
  $ sf org list auth
6284
6284
  ```
6285
6285
 
6286
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.6/src/commands/org/list/auth.ts)_
6286
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.7/src/commands/org/list/auth.ts)_
6287
6287
 
6288
6288
  ## `sf org list limits`
6289
6289
 
@@ -6529,7 +6529,7 @@ EXAMPLES
6529
6529
  $ sf org list users --target-org me@my.org
6530
6530
  ```
6531
6531
 
6532
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.6/src/commands/org/list/users.ts)_
6532
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.7/src/commands/org/list/users.ts)_
6533
6533
 
6534
6534
  ## `sf org login access-token`
6535
6535
 
@@ -6556,6 +6556,9 @@ DESCRIPTION
6556
6556
  By default, the command runs interactively and asks you for the access token. If you previously authorized the org,
6557
6557
  the command prompts whether you want to overwrite the local file. Specify --no-prompt to not be prompted.
6558
6558
 
6559
+ If you pipe the access token to the command (so stdin isn't an interactive terminal), the command reads the token from
6560
+ stdin and doesn't prompt to overwrite an existing file.
6561
+
6559
6562
  To use the command in a CI/CD script, set the SF_ACCESS_TOKEN environment variable to the access token. Then run the
6560
6563
  command with the --no-prompt parameter.
6561
6564
 
@@ -6583,7 +6586,7 @@ FLAG DESCRIPTIONS
6583
6586
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
6584
6587
  ```
6585
6588
 
6586
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.6/src/commands/org/login/access-token.ts)_
6589
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.7/src/commands/org/login/access-token.ts)_
6587
6590
 
6588
6591
  ## `sf org login jwt`
6589
6592
 
@@ -6674,7 +6677,7 @@ FLAG DESCRIPTIONS
6674
6677
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
6675
6678
  ```
6676
6679
 
6677
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.6/src/commands/org/login/jwt.ts)_
6680
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.7/src/commands/org/login/jwt.ts)_
6678
6681
 
6679
6682
  ## `sf org login sfdx-url`
6680
6683
 
@@ -6744,7 +6747,7 @@ EXAMPLES
6744
6747
  $ echo url | sf org login sfdx-url --sfdx-url-stdin
6745
6748
  ```
6746
6749
 
6747
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.6/src/commands/org/login/sfdx-url.ts)_
6750
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.7/src/commands/org/login/sfdx-url.ts)_
6748
6751
 
6749
6752
  ## `sf org login web`
6750
6753
 
@@ -6849,7 +6852,7 @@ FLAG DESCRIPTIONS
6849
6852
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
6850
6853
  ```
6851
6854
 
6852
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.6/src/commands/org/login/web.ts)_
6855
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.7/src/commands/org/login/web.ts)_
6853
6856
 
6854
6857
  ## `sf org logout`
6855
6858
 
@@ -6915,7 +6918,7 @@ FLAG DESCRIPTIONS
6915
6918
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
6916
6919
  ```
6917
6920
 
6918
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.6/src/commands/org/logout.ts)_
6921
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.7/src/commands/org/logout.ts)_
6919
6922
 
6920
6923
  ## `sf org open`
6921
6924
 
@@ -11386,7 +11389,7 @@ FLAG DESCRIPTIONS
11386
11389
  directory.
11387
11390
  ```
11388
11391
 
11389
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/analytics/template.ts)_
11392
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.19.0/src/commands/template/generate/analytics/template.ts)_
11390
11393
 
11391
11394
  ## `sf template generate apex class`
11392
11395
 
@@ -11448,7 +11451,7 @@ FLAG DESCRIPTIONS
11448
11451
  Supplied parameter values or default values are filled into a copy of the template.
11449
11452
  ```
11450
11453
 
11451
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/apex/class.ts)_
11454
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.19.0/src/commands/template/generate/apex/class.ts)_
11452
11455
 
11453
11456
  ## `sf template generate apex trigger`
11454
11457
 
@@ -11518,7 +11521,7 @@ FLAG DESCRIPTIONS
11518
11521
  Supplied parameter values or default values are filled into a copy of the template.
11519
11522
  ```
11520
11523
 
11521
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/apex/trigger.ts)_
11524
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.19.0/src/commands/template/generate/apex/trigger.ts)_
11522
11525
 
11523
11526
  ## `sf template generate digital-experience site`
11524
11527
 
@@ -11572,7 +11575,7 @@ FLAG DESCRIPTIONS
11572
11575
  project, defaults to the current directory.
11573
11576
  ```
11574
11577
 
11575
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/digital-experience/site.ts)_
11578
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.19.0/src/commands/template/generate/digital-experience/site.ts)_
11576
11579
 
11577
11580
  ## `sf template generate flexipage`
11578
11581
 
@@ -11654,7 +11657,7 @@ FLAG DESCRIPTIONS
11654
11657
  'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
11655
11658
  ```
11656
11659
 
11657
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/flexipage/index.ts)_
11660
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.19.0/src/commands/template/generate/flexipage/index.ts)_
11658
11661
 
11659
11662
  ## `sf template generate lightning app`
11660
11663
 
@@ -11712,7 +11715,7 @@ FLAG DESCRIPTIONS
11712
11715
  field in the DX project's "sfdx-project.json" file.
11713
11716
  ```
11714
11717
 
11715
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/lightning/app.ts)_
11718
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.19.0/src/commands/template/generate/lightning/app.ts)_
11716
11719
 
11717
11720
  ## `sf template generate lightning component`
11718
11721
 
@@ -11789,7 +11792,7 @@ FLAG DESCRIPTIONS
11789
11792
  field in the DX project's "sfdx-project.json" file.
11790
11793
  ```
11791
11794
 
11792
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/lightning/component.ts)_
11795
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.19.0/src/commands/template/generate/lightning/component.ts)_
11793
11796
 
11794
11797
  ## `sf template generate lightning event`
11795
11798
 
@@ -11847,7 +11850,7 @@ FLAG DESCRIPTIONS
11847
11850
  field in the DX project's "sfdx-project.json" file.
11848
11851
  ```
11849
11852
 
11850
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/lightning/event.ts)_
11853
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.19.0/src/commands/template/generate/lightning/event.ts)_
11851
11854
 
11852
11855
  ## `sf template generate lightning interface`
11853
11856
 
@@ -11905,7 +11908,7 @@ FLAG DESCRIPTIONS
11905
11908
  field in the DX project's "sfdx-project.json" file.
11906
11909
  ```
11907
11910
 
11908
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/lightning/interface.ts)_
11911
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.19.0/src/commands/template/generate/lightning/interface.ts)_
11909
11912
 
11910
11913
  ## `sf template generate lightning test`
11911
11914
 
@@ -11963,7 +11966,7 @@ FLAG DESCRIPTIONS
11963
11966
  field in the DX project's "sfdx-project.json" file.
11964
11967
  ```
11965
11968
 
11966
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/lightning/test.ts)_
11969
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.19.0/src/commands/template/generate/lightning/test.ts)_
11967
11970
 
11968
11971
  ## `sf template generate project`
11969
11972
 
@@ -11972,8 +11975,8 @@ Generate a Salesforce DX project.
11972
11975
  ```
11973
11976
  USAGE
11974
11977
  $ sf template generate project -n <value> [--json] [--flags-dir <value>] [-t
11975
- standard|empty|analytics|reactinternalapp|reactexternalapp|agent] [-d <value>] [-s <value>] [-p <value>] [-x]
11976
- [--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>]
11977
11980
 
11978
11981
  FLAGS
11979
11982
  -d, --output-dir=<value> [default: .] Directory for saving the created files.
@@ -11981,7 +11984,8 @@ FLAGS
11981
11984
  -p, --default-package-dir=<value> [default: force-app] Default package directory name.
11982
11985
  -s, --namespace=<value> Namespace associated with this project and any connected scratch orgs.
11983
11986
  -t, --template=<option> [default: standard] Template to use for project creation.
11984
- <options: standard|empty|analytics|reactinternalapp|reactexternalapp|agent>
11987
+ <options: standard|empty|analytics|reactinternalapp|reactexternalapp|angularinterna
11988
+ lapp|angularexternalapp|agent>
11985
11989
  -x, --manifest Generate a manifest (package.xml) for change-set based development.
11986
11990
  --api-version=<value> Will set this version as sourceApiVersion in the sfdx-project.json file
11987
11991
  --lwc-language=<option> Language of the Lightning Web Components. If not specified, "javascript" is used.
@@ -12042,7 +12046,9 @@ FLAG DESCRIPTIONS
12042
12046
 
12043
12047
  Metadata items such as classes and Lightning bundles are placed inside this folder.
12044
12048
 
12045
- -t, --template=standard|empty|analytics|reactinternalapp|reactexternalapp|agent Template to use for project creation.
12049
+ -t, --template=standard|empty|analytics|reactinternalapp|reactexternalapp|angularinternalapp|angularexternalapp|agent
12050
+
12051
+ Template to use for project creation.
12046
12052
 
12047
12053
  The template determines the sample configuration files and directories that this command generates. For example, the
12048
12054
  empty template provides these files and directory to get you started.
@@ -12069,6 +12075,9 @@ FLAG DESCRIPTIONS
12069
12075
  The reactinternalapp and reactexternalapp templates provide React-based project scaffolding for internal and
12070
12076
  external UI bundle use cases.
12071
12077
 
12078
+ The angularinternalapp and angularexternalapp templates provide Angular-based project scaffolding for internal and
12079
+ external UI bundle use cases.
12080
+
12072
12081
  The agent template provides project scaffolding for building Agentforce agents and includes a sample agent called
12073
12082
  Local Info Agent.
12074
12083
 
@@ -12089,7 +12098,7 @@ FLAG DESCRIPTIONS
12089
12098
  server-side type stripping.
12090
12099
  ```
12091
12100
 
12092
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/project/index.ts)_
12101
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.19.0/src/commands/template/generate/project/index.ts)_
12093
12102
 
12094
12103
  ## `sf template generate static-resource`
12095
12104
 
@@ -12152,7 +12161,7 @@ FLAG DESCRIPTIONS
12152
12161
  etc.
12153
12162
  ```
12154
12163
 
12155
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/static-resource/index.ts)_
12164
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.19.0/src/commands/template/generate/static-resource/index.ts)_
12156
12165
 
12157
12166
  ## `sf template generate ui-bundle`
12158
12167
 
@@ -12241,7 +12250,7 @@ FLAG DESCRIPTIONS
12241
12250
  Supplied parameter values or default values are filled into a copy of the template.
12242
12251
  ```
12243
12252
 
12244
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/ui-bundle/index.ts)_
12253
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.19.0/src/commands/template/generate/ui-bundle/index.ts)_
12245
12254
 
12246
12255
  ## `sf template generate visualforce component`
12247
12256
 
@@ -12298,7 +12307,7 @@ FLAG DESCRIPTIONS
12298
12307
  Supplied parameter values or default values are filled into a copy of the template.
12299
12308
  ```
12300
12309
 
12301
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/visualforce/component.ts)_
12310
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.19.0/src/commands/template/generate/visualforce/component.ts)_
12302
12311
 
12303
12312
  ## `sf template generate visualforce page`
12304
12313
 
@@ -12349,7 +12358,7 @@ FLAG DESCRIPTIONS
12349
12358
  The name can be up to 40 characters and must start with a letter.
12350
12359
  ```
12351
12360
 
12352
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.18/src/commands/template/generate/visualforce/page.ts)_
12361
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.19.0/src/commands/template/generate/visualforce/page.ts)_
12353
12362
 
12354
12363
  ## `sf update [CHANNEL]`
12355
12364
 
@@ -12387,7 +12396,7 @@ EXAMPLES
12387
12396
  $ sf update --available
12388
12397
  ```
12389
12398
 
12390
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.54/src/commands/update.ts)_
12399
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.55/src/commands/update.ts)_
12391
12400
 
12392
12401
  ## `sf version`
12393
12402
 
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.145.4",
3
+ "version": "2.145.6",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.145.4",
9
+ "version": "2.145.6",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
13
13
  "@inquirer/select": "^2.3.5",
14
- "@oclif/core": "4.11.14",
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.54",
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",
@@ -27,7 +27,7 @@
27
27
  "@salesforce/plugin-agent": "1.44.5",
28
28
  "@salesforce/plugin-apex": "3.9.39",
29
29
  "@salesforce/plugin-api": "1.3.50",
30
- "@salesforce/plugin-auth": "4.4.6",
30
+ "@salesforce/plugin-auth": "4.4.7",
31
31
  "@salesforce/plugin-data": "4.0.112",
32
32
  "@salesforce/plugin-deploy-retrieve": "3.24.59",
33
33
  "@salesforce/plugin-info": "3.4.151",
@@ -39,9 +39,9 @@
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.18.18",
42
+ "@salesforce/plugin-templates": "56.19.0",
43
43
  "@salesforce/plugin-trust": "3.8.38",
44
- "@salesforce/plugin-user": "3.10.6",
44
+ "@salesforce/plugin-user": "3.10.7",
45
45
  "@salesforce/sf-plugins-core": "12.2.26",
46
46
  "ansis": "^3.12.0"
47
47
  },
@@ -3029,9 +3029,9 @@
3029
3029
  }
3030
3030
  },
3031
3031
  "node_modules/@oclif/core": {
3032
- "version": "4.11.14",
3033
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.14.tgz",
3034
- "integrity": "sha512-cZ5Ktd+rT0PO+o7KBH4vRFTgg+xMLf8F41WK39p8MkXEViZA/Qqe+4lzZT6102zgUxMORET1HtF9t5w8CB3tnQ==",
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.54",
3496
- "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.54.tgz",
3497
- "integrity": "sha512-YzXP4kcscjX5KWDI5rGos+Z8K46apnTUySlss1hWRo0K1YxxOBnemdGbydMZqukOYDzE4BzUx/20l4LqWHa5OA==",
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",
@@ -4626,9 +4626,9 @@
4626
4626
  }
4627
4627
  },
4628
4628
  "node_modules/@salesforce/plugin-auth": {
4629
- "version": "4.4.6",
4630
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-4.4.6.tgz",
4631
- "integrity": "sha512-rI84l88TMr/lfwVol1xgzOBOg5MVuTxyyjWRf6Es4g7sCYcAJLDV9QF+4tmJhuUzusM+K2MhW/AMmwGNF8D5Kw==",
4629
+ "version": "4.4.7",
4630
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-4.4.7.tgz",
4631
+ "integrity": "sha512-VrXHR8EI+ONdTrlH0XD2xVBpPEEq8UylvZ0ACvbG7EZC+nLEdeMe04Kuf5jatQaRrDmeUM4nQQ3VGyIefMjjXA==",
4632
4632
  "license": "Apache-2.0",
4633
4633
  "dependencies": {
4634
4634
  "@inquirer/checkbox": "^2.5.0",
@@ -4952,14 +4952,14 @@
4952
4952
  }
4953
4953
  },
4954
4954
  "node_modules/@salesforce/plugin-templates": {
4955
- "version": "56.18.18",
4956
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.18.18.tgz",
4957
- "integrity": "sha512-C88/1CR6/X0zPfmNuJKardurtZnWvY7guJLmmidK6lq6XxDlzrFosqZjli2cJDDc+famOJSb+JDu5CxQXis8Xw==",
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.11.0"
4962
+ "@salesforce/templates": "^66.13.0"
4963
4963
  },
4964
4964
  "engines": {
4965
4965
  "node": ">=18.0.0"
@@ -5007,9 +5007,9 @@
5007
5007
  }
5008
5008
  },
5009
5009
  "node_modules/@salesforce/plugin-user": {
5010
- "version": "3.10.6",
5011
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.10.6.tgz",
5012
- "integrity": "sha512-GGoGH6QFeL4Qi6sIgKCu3eacKFkBEa5T5rhMsjtxKVM2t4T+WaajW0inwJWxJ6Jlui0Ulhz/wEQICazc0vkdpw==",
5010
+ "version": "3.10.7",
5011
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.10.7.tgz",
5012
+ "integrity": "sha512-EB0A3iXDIcvaQGNbN4/L4AGy08VUmwNnRMLqR6/HzxsbeBZnfKq8jpbeGNDqonK2Exo6ZkTszv845ggaH1uSbg==",
5013
5013
  "license": "Apache-2.0",
5014
5014
  "dependencies": {
5015
5015
  "@salesforce/core": "^8.30.3",
@@ -5468,9 +5468,9 @@
5468
5468
  }
5469
5469
  },
5470
5470
  "node_modules/@salesforce/templates": {
5471
- "version": "66.11.0",
5472
- "resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-66.11.0.tgz",
5473
- "integrity": "sha512-xUJfj6AjKCgj2qkblFqji2YFuaoz33DBq7yTGfQBM5CEabcd64mHjRwq43/7F6CZZ1nGtpD4ys+Mb6MeLsIvvg==",
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.19",
5482
+ "tar": "^7.5.20",
5483
5483
  "tslib": "^2.8.1"
5484
5484
  },
5485
5485
  "engines": {
@@ -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.19",
20837
- "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.19.tgz",
20838
- "integrity": "sha512-4LeEWl96twnS2Q7Bz4MGqgazLqO+hJN63GZxXoIqh1T3VweYD997gbU1ItNsQafqqXTXd5WFyFdReLtwvRBNiw==",
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.11.14":
1331
- version "4.11.14"
1332
- resolved "https://registry.npmjs.org/@oclif/core/-/core-4.11.14.tgz"
1333
- integrity sha512-cZ5Ktd+rT0PO+o7KBH4vRFTgg+xMLf8F41WK39p8MkXEViZA/Qqe+4lzZT6102zgUxMORET1HtF9t5w8CB3tnQ==
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.54":
1446
- version "4.7.54"
1447
- resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.54.tgz"
1448
- integrity sha512-YzXP4kcscjX5KWDI5rGos+Z8K46apnTUySlss1hWRo0K1YxxOBnemdGbydMZqukOYDzE4BzUx/20l4LqWHa5OA==
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"
@@ -1942,10 +1942,10 @@
1942
1942
  got "^13.0.0"
1943
1943
  proxy-agent "^6.5.0"
1944
1944
 
1945
- "@salesforce/plugin-auth@4.4.6":
1946
- version "4.4.6"
1947
- resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-4.4.6.tgz"
1948
- integrity sha512-rI84l88TMr/lfwVol1xgzOBOg5MVuTxyyjWRf6Es4g7sCYcAJLDV9QF+4tmJhuUzusM+K2MhW/AMmwGNF8D5Kw==
1945
+ "@salesforce/plugin-auth@4.4.7":
1946
+ version "4.4.7"
1947
+ resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-4.4.7.tgz"
1948
+ integrity sha512-VrXHR8EI+ONdTrlH0XD2xVBpPEEq8UylvZ0ACvbG7EZC+nLEdeMe04Kuf5jatQaRrDmeUM4nQQ3VGyIefMjjXA==
1949
1949
  dependencies:
1950
1950
  "@inquirer/checkbox" "^2.5.0"
1951
1951
  "@inquirer/select" "^2.5.0"
@@ -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.18.18":
2159
- version "56.18.18"
2160
- resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.18.18.tgz"
2161
- integrity sha512-C88/1CR6/X0zPfmNuJKardurtZnWvY7guJLmmidK6lq6XxDlzrFosqZjli2cJDDc+famOJSb+JDu5CxQXis8Xw==
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.11.0"
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"
@@ -2182,10 +2182,10 @@
2182
2182
  semver "^7.8.2"
2183
2183
  which "^5"
2184
2184
 
2185
- "@salesforce/plugin-user@3.10.6":
2186
- version "3.10.6"
2187
- resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.10.6.tgz"
2188
- integrity sha512-GGoGH6QFeL4Qi6sIgKCu3eacKFkBEa5T5rhMsjtxKVM2t4T+WaajW0inwJWxJ6Jlui0Ulhz/wEQICazc0vkdpw==
2185
+ "@salesforce/plugin-user@3.10.7":
2186
+ version "3.10.7"
2187
+ resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.10.7.tgz"
2188
+ integrity sha512-EB0A3iXDIcvaQGNbN4/L4AGy08VUmwNnRMLqR6/HzxsbeBZnfKq8jpbeGNDqonK2Exo6ZkTszv845ggaH1uSbg==
2189
2189
  dependencies:
2190
2190
  "@salesforce/core" "^8.30.3"
2191
2191
  "@salesforce/kit" "^3.2.4"
@@ -2265,10 +2265,10 @@
2265
2265
  o11y_schema "^260.65.0"
2266
2266
  proxy-agent "^6.5.0"
2267
2267
 
2268
- "@salesforce/templates@^66.11.0":
2269
- version "66.11.0"
2270
- resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-66.11.0.tgz"
2271
- integrity sha512-xUJfj6AjKCgj2qkblFqji2YFuaoz33DBq7yTGfQBM5CEabcd64mHjRwq43/7F6CZZ1nGtpD4ys+Mb6MeLsIvvg==
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.19"
2279
+ tar "^7.5.20"
2280
2280
  tslib "^2.8.1"
2281
2281
 
2282
2282
  "@salesforce/ts-sinon@^1.4.36":
@@ -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.19, tar@^7.5.4:
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"
@@ -5803,5 +5803,5 @@
5803
5803
  "requiresProject": true
5804
5804
  }
5805
5805
  },
5806
- "version": "2.145.4"
5806
+ "version": "2.145.6"
5807
5807
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.145.4",
4
+ "version": "2.145.6",
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.11.14",
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.54",
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",
@@ -162,7 +162,7 @@
162
162
  "@salesforce/plugin-agent": "1.44.5",
163
163
  "@salesforce/plugin-apex": "3.9.39",
164
164
  "@salesforce/plugin-api": "1.3.50",
165
- "@salesforce/plugin-auth": "4.4.6",
165
+ "@salesforce/plugin-auth": "4.4.7",
166
166
  "@salesforce/plugin-data": "4.0.112",
167
167
  "@salesforce/plugin-deploy-retrieve": "3.24.59",
168
168
  "@salesforce/plugin-info": "3.4.151",
@@ -174,9 +174,9 @@
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.18.18",
177
+ "@salesforce/plugin-templates": "56.19.0",
178
178
  "@salesforce/plugin-trust": "3.8.38",
179
- "@salesforce/plugin-user": "3.10.6",
179
+ "@salesforce/plugin-user": "3.10.7",
180
180
  "@salesforce/sf-plugins-core": "12.2.26",
181
181
  "ansis": "^3.12.0"
182
182
  },