@salesforce/cli 2.16.2 → 2.16.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md 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.16.2 linux-x64 node-v20.9.0
27
+ @salesforce/cli/2.16.3 linux-x64 node-v20.9.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -192,7 +192,7 @@ EXAMPLES
192
192
  $ sf alias list
193
193
  ```
194
194
 
195
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.36/src/commands/alias/list.ts)_
195
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.37/src/commands/alias/list.ts)_
196
196
 
197
197
  ## `sf alias set`
198
198
 
@@ -240,7 +240,7 @@ EXAMPLES
240
240
  $ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
241
241
  ```
242
242
 
243
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.36/src/commands/alias/set.ts)_
243
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.37/src/commands/alias/set.ts)_
244
244
 
245
245
  ## `sf alias unset`
246
246
 
@@ -279,7 +279,7 @@ EXAMPLES
279
279
  $ sf alias unset --all [--no-prompt]
280
280
  ```
281
281
 
282
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.36/src/commands/alias/unset.ts)_
282
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.37/src/commands/alias/unset.ts)_
283
283
 
284
284
  ## `sf analytics generate template`
285
285
 
@@ -842,7 +842,7 @@ DESCRIPTION
842
842
  list all the commands
843
843
  ```
844
844
 
845
- _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/3.0.4/src/commands/commands.ts)_
845
+ _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/3.0.5/src/commands/commands.ts)_
846
846
 
847
847
  ## `sf config get`
848
848
 
@@ -889,7 +889,7 @@ CONFIGURATION VARIABLES
889
889
  org-max-query-limit Maximum number of Salesforce records returned by a CLI command. Default: 10,000.
890
890
  ```
891
891
 
892
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.36/src/commands/config/get.ts)_
892
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.37/src/commands/config/get.ts)_
893
893
 
894
894
  ## `sf config list`
895
895
 
@@ -928,7 +928,7 @@ EXAMPLES
928
928
  $ sf config list
929
929
  ```
930
930
 
931
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.36/src/commands/config/list.ts)_
931
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.37/src/commands/config/list.ts)_
932
932
 
933
933
  ## `sf config set`
934
934
 
@@ -995,7 +995,7 @@ CONFIGURATION VARIABLES
995
995
  org-max-query-limit Maximum number of Salesforce records returned by a CLI command. Default: 10,000.
996
996
  ```
997
997
 
998
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.36/src/commands/config/set.ts)_
998
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.37/src/commands/config/set.ts)_
999
999
 
1000
1000
  ## `sf config unset`
1001
1001
 
@@ -1043,7 +1043,7 @@ CONFIGURATION VARIABLES
1043
1043
  org-max-query-limit Maximum number of Salesforce records returned by a CLI command. Default: 10,000.
1044
1044
  ```
1045
1045
 
1046
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.36/src/commands/config/unset.ts)_
1046
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.37/src/commands/config/unset.ts)_
1047
1047
 
1048
1048
  ## `sf data create record`
1049
1049
 
@@ -2067,7 +2067,7 @@ FLAG DESCRIPTIONS
2067
2067
  Indicates that you want verbose output from the deploy operation.
2068
2068
  ```
2069
2069
 
2070
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.45/src/commands/force/mdapi/deploy.ts)_
2070
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/mdapi/deploy.ts)_
2071
2071
 
2072
2072
  ## `sf force mdapi deploy cancel`
2073
2073
 
@@ -2110,7 +2110,7 @@ FLAG DESCRIPTIONS
2110
2110
  If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
2111
2111
  ```
2112
2112
 
2113
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.45/src/commands/force/mdapi/deploy/cancel.ts)_
2113
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/mdapi/deploy/cancel.ts)_
2114
2114
 
2115
2115
  ## `sf force mdapi deploy report`
2116
2116
 
@@ -2181,7 +2181,7 @@ FLAG DESCRIPTIONS
2181
2181
  use the ID of the most recent metadata deployment.
2182
2182
  ```
2183
2183
 
2184
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.45/src/commands/force/mdapi/deploy/report.ts)_
2184
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/mdapi/deploy/report.ts)_
2185
2185
 
2186
2186
  ## `sf force mdapi retrieve`
2187
2187
 
@@ -2245,7 +2245,7 @@ FLAG DESCRIPTIONS
2245
2245
  By default, the CLI assumes the directory is structured for a set of packages.
2246
2246
  ```
2247
2247
 
2248
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.45/src/commands/force/mdapi/retrieve.ts)_
2248
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/mdapi/retrieve.ts)_
2249
2249
 
2250
2250
  ## `sf force mdapi retrieve report`
2251
2251
 
@@ -2299,7 +2299,7 @@ FLAG DESCRIPTIONS
2299
2299
  You must specify a --retrievetargetdir. Use with --wait to resume waiting.
2300
2300
  ```
2301
2301
 
2302
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.45/src/commands/force/mdapi/retrieve/report.ts)_
2302
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/mdapi/retrieve/report.ts)_
2303
2303
 
2304
2304
  ## `sf force org clone`
2305
2305
 
@@ -2730,7 +2730,7 @@ FLAG DESCRIPTIONS
2730
2730
  If you specify this parameter, don’t specify --metadata or --sourcepath.
2731
2731
  ```
2732
2732
 
2733
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.45/src/commands/force/source/deploy.ts)_
2733
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/source/deploy.ts)_
2734
2734
 
2735
2735
  ## `sf force source deploy cancel`
2736
2736
 
@@ -2775,7 +2775,7 @@ FLAG DESCRIPTIONS
2775
2775
  If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
2776
2776
  ```
2777
2777
 
2778
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.45/src/commands/force/source/deploy/cancel.ts)_
2778
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/source/deploy/cancel.ts)_
2779
2779
 
2780
2780
  ## `sf force source deploy report`
2781
2781
 
@@ -2838,7 +2838,7 @@ FLAG DESCRIPTIONS
2838
2838
  If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
2839
2839
  ```
2840
2840
 
2841
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.45/src/commands/force/source/deploy/report.ts)_
2841
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/source/deploy/report.ts)_
2842
2842
 
2843
2843
  ## `sf force source pull`
2844
2844
 
@@ -2881,7 +2881,7 @@ FLAG DESCRIPTIONS
2881
2881
  If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
2882
2882
  ```
2883
2883
 
2884
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.45/src/commands/force/source/pull.ts)_
2884
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/source/pull.ts)_
2885
2885
 
2886
2886
  ## `sf force source push`
2887
2887
 
@@ -2926,7 +2926,7 @@ FLAG DESCRIPTIONS
2926
2926
  If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
2927
2927
  ```
2928
2928
 
2929
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.45/src/commands/force/source/push.ts)_
2929
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/source/push.ts)_
2930
2930
 
2931
2931
  ## `sf force source retrieve`
2932
2932
 
@@ -3051,7 +3051,7 @@ FLAG DESCRIPTIONS
3051
3051
  If you specify this parameter, don’t specify --metadata or --sourcepath.
3052
3052
  ```
3053
3053
 
3054
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.45/src/commands/force/source/retrieve.ts)_
3054
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/source/retrieve.ts)_
3055
3055
 
3056
3056
  ## `sf force source status`
3057
3057
 
@@ -3081,7 +3081,7 @@ EXAMPLES
3081
3081
  $ sf force source status --remote
3082
3082
  ```
3083
3083
 
3084
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.45/src/commands/force/source/status.ts)_
3084
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/source/status.ts)_
3085
3085
 
3086
3086
  ## `sf force user password generate`
3087
3087
 
@@ -3166,7 +3166,7 @@ DESCRIPTION
3166
3166
  Display help for sf.
3167
3167
  ```
3168
3168
 
3169
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.4/src/commands/help.ts)_
3169
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.5/src/commands/help.ts)_
3170
3170
 
3171
3171
  ## `sf info releasenotes display`
3172
3172
 
@@ -4364,7 +4364,7 @@ EXAMPLES
4364
4364
  $ sf org list auth
4365
4365
  ```
4366
4366
 
4367
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.23/src/commands/org/list/auth.ts)_
4367
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.24/src/commands/org/list/auth.ts)_
4368
4368
 
4369
4369
  ## `sf org list metadata`
4370
4370
 
@@ -4570,7 +4570,7 @@ FLAG DESCRIPTIONS
4570
4570
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
4571
4571
  ```
4572
4572
 
4573
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.23/src/commands/org/login/access-token.ts)_
4573
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.24/src/commands/org/login/access-token.ts)_
4574
4574
 
4575
4575
  ## `sf org login device`
4576
4576
 
@@ -4629,7 +4629,7 @@ FLAG DESCRIPTIONS
4629
4629
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
4630
4630
  ```
4631
4631
 
4632
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.23/src/commands/org/login/device.ts)_
4632
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.24/src/commands/org/login/device.ts)_
4633
4633
 
4634
4634
  ## `sf org login jwt`
4635
4635
 
@@ -4718,7 +4718,7 @@ FLAG DESCRIPTIONS
4718
4718
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
4719
4719
  ```
4720
4720
 
4721
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.23/src/commands/org/login/jwt.ts)_
4721
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.24/src/commands/org/login/jwt.ts)_
4722
4722
 
4723
4723
  ## `sf org login sfdx-url`
4724
4724
 
@@ -4776,7 +4776,7 @@ EXAMPLES
4776
4776
  $ sf org login sfdx-url --sfdx-url-file files/authFile.json --set-default --alias MyDefaultOrg
4777
4777
  ```
4778
4778
 
4779
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.23/src/commands/org/login/sfdx-url.ts)_
4779
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.24/src/commands/org/login/sfdx-url.ts)_
4780
4780
 
4781
4781
  ## `sf org login web`
4782
4782
 
@@ -4861,7 +4861,7 @@ FLAG DESCRIPTIONS
4861
4861
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
4862
4862
  ```
4863
4863
 
4864
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.23/src/commands/org/login/web.ts)_
4864
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.24/src/commands/org/login/web.ts)_
4865
4865
 
4866
4866
  ## `sf org logout`
4867
4867
 
@@ -4921,7 +4921,7 @@ FLAG DESCRIPTIONS
4921
4921
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
4922
4922
  ```
4923
4923
 
4924
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.23/src/commands/org/logout.ts)_
4924
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.24/src/commands/org/logout.ts)_
4925
4925
 
4926
4926
  ## `sf org open`
4927
4927
 
@@ -7319,7 +7319,7 @@ FLAG DESCRIPTIONS
7319
7319
  Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
7320
7320
  ```
7321
7321
 
7322
- _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.0.3/src/commands/version.ts)_
7322
+ _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.0.4/src/commands/version.ts)_
7323
7323
 
7324
7324
  ## `sf visualforce generate component`
7325
7325
 
@@ -1,29 +1,29 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.16.2",
3
+ "version": "2.16.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.16.2",
9
+ "version": "2.16.3",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
13
13
  "@oclif/core": "3.0.3",
14
14
  "@oclif/plugin-autocomplete": "2.3.10",
15
- "@oclif/plugin-commands": "3.0.4",
16
- "@oclif/plugin-help": "6.0.4",
15
+ "@oclif/plugin-commands": "3.0.5",
16
+ "@oclif/plugin-help": "6.0.5",
17
17
  "@oclif/plugin-not-found": "3.0.2",
18
18
  "@oclif/plugin-plugins": "4.0.1",
19
19
  "@oclif/plugin-search": "1.0.4",
20
20
  "@oclif/plugin-update": "4.1.3",
21
- "@oclif/plugin-version": "2.0.3",
21
+ "@oclif/plugin-version": "2.0.4",
22
22
  "@oclif/plugin-warn-if-update-available": "3.0.2",
23
23
  "@oclif/plugin-which": "3.0.6",
24
24
  "@salesforce/core": "^5.2.0",
25
25
  "@salesforce/plugin-apex": "2.3.20",
26
- "@salesforce/plugin-auth": "2.8.23",
26
+ "@salesforce/plugin-auth": "2.8.24",
27
27
  "@salesforce/plugin-data": "2.6.1",
28
28
  "@salesforce/plugin-deploy-retrieve": "1.19.2",
29
29
  "@salesforce/plugin-info": "2.6.51",
@@ -32,9 +32,9 @@
32
32
  "@salesforce/plugin-marketplace": "0.3.1",
33
33
  "@salesforce/plugin-org": "2.11.5",
34
34
  "@salesforce/plugin-schema": "2.3.32",
35
- "@salesforce/plugin-settings": "1.4.36",
35
+ "@salesforce/plugin-settings": "1.4.37",
36
36
  "@salesforce/plugin-sobject": "0.2.14",
37
- "@salesforce/plugin-source": "2.10.45",
37
+ "@salesforce/plugin-source": "2.10.46",
38
38
  "@salesforce/plugin-telemetry": "2.3.8",
39
39
  "@salesforce/plugin-templates": "55.5.17",
40
40
  "@salesforce/plugin-trust": "2.6.22",
@@ -2438,12 +2438,12 @@
2438
2438
  }
2439
2439
  },
2440
2440
  "node_modules/@oclif/plugin-commands": {
2441
- "version": "3.0.4",
2442
- "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.0.4.tgz",
2443
- "integrity": "sha512-xeuoh/VaAxd7Xtext190yzdbfLvxYNMfHJZlnGK+9a1MTNPLZiKte/0gD/kBDBChrqfPegl1rpzYhAx2Iej4rA==",
2441
+ "version": "3.0.5",
2442
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.0.5.tgz",
2443
+ "integrity": "sha512-Q3YCF5+nayT+yDSUQQ5acqaD1yS0OaRCx/FrWwZHC8dwVB/tFDz/nCfvfi0yoHpG6N+66/WhOwxU/52NdHy+zA==",
2444
2444
  "license": "MIT",
2445
2445
  "dependencies": {
2446
- "@oclif/core": "^3.2.1",
2446
+ "@oclif/core": "^3.9.1",
2447
2447
  "lodash.pickby": "^4.6.0",
2448
2448
  "lodash.sortby": "^4.7.0",
2449
2449
  "lodash.template": "^4.5.0",
@@ -2454,9 +2454,9 @@
2454
2454
  }
2455
2455
  },
2456
2456
  "node_modules/@oclif/plugin-commands/node_modules/@oclif/core": {
2457
- "version": "3.8.0",
2458
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.8.0.tgz",
2459
- "integrity": "sha512-fKqg9QzjIflDcYljZkZEeY6zoRyk4AZ5e2V4LUIsSOR7+B78qpqNqDPJFTI8TvrEU3+Q+ssELntOL2VA3SMsqQ==",
2457
+ "version": "3.9.1",
2458
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
2459
+ "integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
2460
2460
  "license": "MIT",
2461
2461
  "dependencies": {
2462
2462
  "ansi-escapes": "^4.3.2",
@@ -2505,21 +2505,21 @@
2505
2505
  }
2506
2506
  },
2507
2507
  "node_modules/@oclif/plugin-help": {
2508
- "version": "6.0.4",
2509
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.4.tgz",
2510
- "integrity": "sha512-IxiH1petVjLKdITMPbGWKGQtrIn+FSaUt2NKMs6RW5qjVhlkHXLNiN0MJ7/uvn6X/DmG+CDCHxigFgr1eDSmRQ==",
2508
+ "version": "6.0.5",
2509
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.5.tgz",
2510
+ "integrity": "sha512-PnwmnpNGE3y7zZBKMH7Le+iFKuvKViO1lboJbz8BEhM+XXvTDkIJ1TYFlETMHzK+KSB2JyFCJmqn2AnAKSyTKA==",
2511
2511
  "license": "MIT",
2512
2512
  "dependencies": {
2513
- "@oclif/core": "^3.5.0"
2513
+ "@oclif/core": "^3.9.1"
2514
2514
  },
2515
2515
  "engines": {
2516
2516
  "node": ">=18.0.0"
2517
2517
  }
2518
2518
  },
2519
2519
  "node_modules/@oclif/plugin-help/node_modules/@oclif/core": {
2520
- "version": "3.8.0",
2521
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.8.0.tgz",
2522
- "integrity": "sha512-fKqg9QzjIflDcYljZkZEeY6zoRyk4AZ5e2V4LUIsSOR7+B78qpqNqDPJFTI8TvrEU3+Q+ssELntOL2VA3SMsqQ==",
2520
+ "version": "3.9.1",
2521
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
2522
+ "integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
2523
2523
  "license": "MIT",
2524
2524
  "dependencies": {
2525
2525
  "ansi-escapes": "^4.3.2",
@@ -2582,9 +2582,9 @@
2582
2582
  }
2583
2583
  },
2584
2584
  "node_modules/@oclif/plugin-not-found/node_modules/@oclif/core": {
2585
- "version": "3.8.0",
2586
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.8.0.tgz",
2587
- "integrity": "sha512-fKqg9QzjIflDcYljZkZEeY6zoRyk4AZ5e2V4LUIsSOR7+B78qpqNqDPJFTI8TvrEU3+Q+ssELntOL2VA3SMsqQ==",
2585
+ "version": "3.9.1",
2586
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
2587
+ "integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
2588
2588
  "license": "MIT",
2589
2589
  "dependencies": {
2590
2590
  "ansi-escapes": "^4.3.2",
@@ -2693,9 +2693,9 @@
2693
2693
  }
2694
2694
  },
2695
2695
  "node_modules/@oclif/plugin-plugins/node_modules/@oclif/core": {
2696
- "version": "3.8.0",
2697
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.8.0.tgz",
2698
- "integrity": "sha512-fKqg9QzjIflDcYljZkZEeY6zoRyk4AZ5e2V4LUIsSOR7+B78qpqNqDPJFTI8TvrEU3+Q+ssELntOL2VA3SMsqQ==",
2696
+ "version": "3.9.1",
2697
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
2698
+ "integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
2699
2699
  "license": "MIT",
2700
2700
  "dependencies": {
2701
2701
  "ansi-escapes": "^4.3.2",
@@ -2797,9 +2797,9 @@
2797
2797
  }
2798
2798
  },
2799
2799
  "node_modules/@oclif/plugin-search/node_modules/@oclif/core": {
2800
- "version": "3.8.0",
2801
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.8.0.tgz",
2802
- "integrity": "sha512-fKqg9QzjIflDcYljZkZEeY6zoRyk4AZ5e2V4LUIsSOR7+B78qpqNqDPJFTI8TvrEU3+Q+ssELntOL2VA3SMsqQ==",
2800
+ "version": "3.9.1",
2801
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
2802
+ "integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
2803
2803
  "license": "MIT",
2804
2804
  "dependencies": {
2805
2805
  "ansi-escapes": "^4.3.2",
@@ -2869,9 +2869,9 @@
2869
2869
  }
2870
2870
  },
2871
2871
  "node_modules/@oclif/plugin-update/node_modules/@oclif/core": {
2872
- "version": "3.8.0",
2873
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.8.0.tgz",
2874
- "integrity": "sha512-fKqg9QzjIflDcYljZkZEeY6zoRyk4AZ5e2V4LUIsSOR7+B78qpqNqDPJFTI8TvrEU3+Q+ssELntOL2VA3SMsqQ==",
2872
+ "version": "3.9.1",
2873
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
2874
+ "integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
2875
2875
  "license": "MIT",
2876
2876
  "dependencies": {
2877
2877
  "ansi-escapes": "^4.3.2",
@@ -3044,21 +3044,21 @@
3044
3044
  }
3045
3045
  },
3046
3046
  "node_modules/@oclif/plugin-version": {
3047
- "version": "2.0.3",
3048
- "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.0.3.tgz",
3049
- "integrity": "sha512-Hge6BOHlTwh569avM/S7jPnv9wvp3KW+I+BSjbpTNwzJP894+bj/rNxt4IhbmZxLfscy0DP1l2Lc4vAb13BiTw==",
3047
+ "version": "2.0.4",
3048
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.0.4.tgz",
3049
+ "integrity": "sha512-zMufYMcyXhHb/FHnkgf2xcmceSgWDPPFVnBhBkpG3iEefD3WxaZPxSYm2NZhQUjS4Y5re7bKmuCmAtzxL5GAuA==",
3050
3050
  "license": "MIT",
3051
3051
  "dependencies": {
3052
- "@oclif/core": "^3.2.1"
3052
+ "@oclif/core": "^3.9.1"
3053
3053
  },
3054
3054
  "engines": {
3055
3055
  "node": ">=18.0.0"
3056
3056
  }
3057
3057
  },
3058
3058
  "node_modules/@oclif/plugin-version/node_modules/@oclif/core": {
3059
- "version": "3.8.0",
3060
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.8.0.tgz",
3061
- "integrity": "sha512-fKqg9QzjIflDcYljZkZEeY6zoRyk4AZ5e2V4LUIsSOR7+B78qpqNqDPJFTI8TvrEU3+Q+ssELntOL2VA3SMsqQ==",
3059
+ "version": "3.9.1",
3060
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
3061
+ "integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
3062
3062
  "license": "MIT",
3063
3063
  "dependencies": {
3064
3064
  "ansi-escapes": "^4.3.2",
@@ -3123,9 +3123,9 @@
3123
3123
  }
3124
3124
  },
3125
3125
  "node_modules/@oclif/plugin-warn-if-update-available/node_modules/@oclif/core": {
3126
- "version": "3.8.0",
3127
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.8.0.tgz",
3128
- "integrity": "sha512-fKqg9QzjIflDcYljZkZEeY6zoRyk4AZ5e2V4LUIsSOR7+B78qpqNqDPJFTI8TvrEU3+Q+ssELntOL2VA3SMsqQ==",
3126
+ "version": "3.9.1",
3127
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
3128
+ "integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
3129
3129
  "license": "MIT",
3130
3130
  "dependencies": {
3131
3131
  "ansi-escapes": "^4.3.2",
@@ -3226,9 +3226,9 @@
3226
3226
  }
3227
3227
  },
3228
3228
  "node_modules/@oclif/plugin-which/node_modules/@oclif/core": {
3229
- "version": "3.8.0",
3230
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.8.0.tgz",
3231
- "integrity": "sha512-fKqg9QzjIflDcYljZkZEeY6zoRyk4AZ5e2V4LUIsSOR7+B78qpqNqDPJFTI8TvrEU3+Q+ssELntOL2VA3SMsqQ==",
3229
+ "version": "3.9.1",
3230
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
3231
+ "integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
3232
3232
  "license": "MIT",
3233
3233
  "dependencies": {
3234
3234
  "ansi-escapes": "^4.3.2",
@@ -3581,13 +3581,13 @@
3581
3581
  }
3582
3582
  },
3583
3583
  "node_modules/@salesforce/core": {
3584
- "version": "5.3.10",
3585
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.3.10.tgz",
3586
- "integrity": "sha512-PVBLRt28CBbDHbElChDsFIy+hMfc66pg/Vz0EzWiwL0XImN8Cw6n+viPV8uX7FGQVeA2P2RHGdRb83NCDt58dA==",
3584
+ "version": "5.3.14",
3585
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.3.14.tgz",
3586
+ "integrity": "sha512-IFmLZCpFBcreTFEaH+Rn4BozUpFx3vvf43yWuXWdOvALz4ad18yU3Kzk9GxwzablrQxPFmJ43ClQG10dmoh/ig==",
3587
3587
  "license": "BSD-3-Clause",
3588
3588
  "dependencies": {
3589
- "@salesforce/kit": "^3.0.13",
3590
- "@salesforce/schemas": "^1.6.0",
3589
+ "@salesforce/kit": "^3.0.14",
3590
+ "@salesforce/schemas": "^1.6.1",
3591
3591
  "@salesforce/ts-types": "^2.0.8",
3592
3592
  "@types/semver": "^7.5.3",
3593
3593
  "ajv": "^8.12.0",
@@ -3598,7 +3598,7 @@
3598
3598
  "jsforce": "^2.0.0-beta.28",
3599
3599
  "jsonwebtoken": "9.0.2",
3600
3600
  "jszip": "3.10.1",
3601
- "pino": "^8.15.6",
3601
+ "pino": "^8.16.0",
3602
3602
  "pino-abstract-transport": "^1.0.0",
3603
3603
  "pino-pretty": "^10.2.3",
3604
3604
  "proper-lockfile": "^4.1.2",
@@ -4227,14 +4227,14 @@
4227
4227
  }
4228
4228
  },
4229
4229
  "node_modules/@salesforce/plugin-auth": {
4230
- "version": "2.8.23",
4231
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-2.8.23.tgz",
4232
- "integrity": "sha512-2TsXJoD7mOATwnhdtCCMlwikvoBzOe7E+Jz3u7IFWoU8StYknc+liVOV4IAgUt/IfygHWf8g1UyZLWWWgSCW1A==",
4230
+ "version": "2.8.24",
4231
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-2.8.24.tgz",
4232
+ "integrity": "sha512-fy0moXUrfnX2/iH6m06HHw75Ukxv539RZNjLxTHES1V3u0NcTFsrFIcqyyO9FP7I3a3pQqkfRps8KZ2yAth5EQ==",
4233
4233
  "license": "BSD-3-Clause",
4234
4234
  "dependencies": {
4235
4235
  "@oclif/core": "^2.15.0",
4236
4236
  "@salesforce/core": "^5.3.9",
4237
- "@salesforce/kit": "^3.0.9",
4237
+ "@salesforce/kit": "^3.0.15",
4238
4238
  "@salesforce/sf-plugins-core": "^3.1.28",
4239
4239
  "@salesforce/ts-types": "^2.0.9",
4240
4240
  "chalk": "^4.1.2",
@@ -5384,13 +5384,13 @@
5384
5384
  }
5385
5385
  },
5386
5386
  "node_modules/@salesforce/plugin-settings": {
5387
- "version": "1.4.36",
5388
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-1.4.36.tgz",
5389
- "integrity": "sha512-veHekApc42Re/oinH9Iv1JDxxBK72YsFMjBVg/Y2rTQ2Gvh41i//8og9bX5hTZVEC9lUbydKM3DpgyEDRCsr9w==",
5387
+ "version": "1.4.37",
5388
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-1.4.37.tgz",
5389
+ "integrity": "sha512-tj2M2Xrb9eK8UylcJHROKxXyVN8it5EDHsgcI4dqk74fNgA1l63jKQ190kilm3/TvjyoyqR5FWDbPmokVpAaBQ==",
5390
5390
  "license": "BSD-3-Clause",
5391
5391
  "dependencies": {
5392
5392
  "@oclif/core": "^2.15.0",
5393
- "@salesforce/core": "^5.3.10",
5393
+ "@salesforce/core": "^5.3.14",
5394
5394
  "@salesforce/sf-plugins-core": "^3.1.25",
5395
5395
  "fast-levenshtein": "^3.0.0",
5396
5396
  "tslib": "^2"
@@ -5563,9 +5563,9 @@
5563
5563
  }
5564
5564
  },
5565
5565
  "node_modules/@salesforce/plugin-source": {
5566
- "version": "2.10.45",
5567
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-2.10.45.tgz",
5568
- "integrity": "sha512-mP/lDt0/eBSUtqO9j7yVKmJcBhTnmsZXUZ2NNCijaGxVxIY2CFLsZ8lFSUyqLbW2LnSb4oJ4+9dStAoNx93kwg==",
5566
+ "version": "2.10.46",
5567
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-2.10.46.tgz",
5568
+ "integrity": "sha512-qo6HH32aJ6spXNAwEqIhla32fPB2tEZyII8rauPpSidetREnUMZztC7x3XOYEWlvMxm6PqXkOorN1MhPTgys1A==",
5569
5569
  "license": "BSD-3-Clause",
5570
5570
  "dependencies": {
5571
5571
  "@oclif/core": "^2.15.0",
@@ -5573,7 +5573,7 @@
5573
5573
  "@salesforce/core": "^5.3.10",
5574
5574
  "@salesforce/kit": "^3.0.14",
5575
5575
  "@salesforce/sf-plugins-core": "^3.1.25",
5576
- "@salesforce/source-deploy-retrieve": "^9.7.27",
5576
+ "@salesforce/source-deploy-retrieve": "^9.7.28",
5577
5577
  "@salesforce/source-tracking": "^4.2.17",
5578
5578
  "chalk": "^4.1.2",
5579
5579
  "got": "^11.8.6",
@@ -6045,9 +6045,9 @@
6045
6045
  }
6046
6046
  },
6047
6047
  "node_modules/@salesforce/sf-plugins-core/node_modules/@oclif/core": {
6048
- "version": "3.8.0",
6049
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.8.0.tgz",
6050
- "integrity": "sha512-fKqg9QzjIflDcYljZkZEeY6zoRyk4AZ5e2V4LUIsSOR7+B78qpqNqDPJFTI8TvrEU3+Q+ssELntOL2VA3SMsqQ==",
6048
+ "version": "3.9.1",
6049
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
6050
+ "integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
6051
6051
  "license": "MIT",
6052
6052
  "dependencies": {
6053
6053
  "ansi-escapes": "^4.3.2",
@@ -20129,9 +20129,9 @@
20129
20129
  }
20130
20130
  },
20131
20131
  "node_modules/oclif/node_modules/@oclif/core": {
20132
- "version": "3.8.0",
20133
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.8.0.tgz",
20134
- "integrity": "sha512-fKqg9QzjIflDcYljZkZEeY6zoRyk4AZ5e2V4LUIsSOR7+B78qpqNqDPJFTI8TvrEU3+Q+ssELntOL2VA3SMsqQ==",
20132
+ "version": "3.9.1",
20133
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
20134
+ "integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
20135
20135
  "dev": true,
20136
20136
  "license": "MIT",
20137
20137
  "dependencies": {
@@ -21025,9 +21025,9 @@
21025
21025
  }
21026
21026
  },
21027
21027
  "node_modules/pino": {
21028
- "version": "8.16.0",
21029
- "resolved": "https://registry.npmjs.org/pino/-/pino-8.16.0.tgz",
21030
- "integrity": "sha512-UUmvQ/7KTZt/vHjhRrnyS7h+J7qPBQnpG80V56xmIC+o9IqYmQOw/UIny9S9zYDfRBR0ClouCr464EkBMIT7Fw==",
21028
+ "version": "8.16.1",
21029
+ "resolved": "https://registry.npmjs.org/pino/-/pino-8.16.1.tgz",
21030
+ "integrity": "sha512-3bKsVhBmgPjGV9pyn4fO/8RtoVDR8ssW1ev819FsRXlRNgW8gR/9Kx+gCK4UPWd4JjrRDLWpzd/pb1AyWm3MGA==",
21031
21031
  "license": "MIT",
21032
21032
  "dependencies": {
21033
21033
  "atomic-sleep": "^1.0.0",
@@ -5557,5 +5557,5 @@
5557
5557
  ]
5558
5558
  }
5559
5559
  },
5560
- "version": "2.16.2"
5560
+ "version": "2.16.3"
5561
5561
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.16.2",
4
+ "version": "2.16.3",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -72,8 +72,8 @@
72
72
  ],
73
73
  "jitPlugins": {
74
74
  "@salesforce/plugin-custom-metadata": "2.2.10",
75
- "@salesforce/plugin-community": "2.4.7",
76
- "@salesforce/plugin-dev": "1.3.0",
75
+ "@salesforce/plugin-community": "2.4.8",
76
+ "@salesforce/plugin-dev": "1.3.1",
77
77
  "@salesforce/plugin-devops-center": "1.2.3",
78
78
  "@salesforce/plugin-env": "2.2.8",
79
79
  "@salesforce/plugin-packaging": "1.26.4",
@@ -126,18 +126,18 @@
126
126
  "dependencies": {
127
127
  "@oclif/core": "3.0.3",
128
128
  "@oclif/plugin-autocomplete": "2.3.10",
129
- "@oclif/plugin-commands": "3.0.4",
130
- "@oclif/plugin-help": "6.0.4",
129
+ "@oclif/plugin-commands": "3.0.5",
130
+ "@oclif/plugin-help": "6.0.5",
131
131
  "@oclif/plugin-not-found": "3.0.2",
132
132
  "@oclif/plugin-plugins": "4.0.1",
133
133
  "@oclif/plugin-search": "1.0.4",
134
134
  "@oclif/plugin-update": "4.1.3",
135
- "@oclif/plugin-version": "2.0.3",
135
+ "@oclif/plugin-version": "2.0.4",
136
136
  "@oclif/plugin-warn-if-update-available": "3.0.2",
137
137
  "@oclif/plugin-which": "3.0.6",
138
138
  "@salesforce/core": "^5.2.0",
139
139
  "@salesforce/plugin-apex": "2.3.20",
140
- "@salesforce/plugin-auth": "2.8.23",
140
+ "@salesforce/plugin-auth": "2.8.24",
141
141
  "@salesforce/plugin-data": "2.6.1",
142
142
  "@salesforce/plugin-deploy-retrieve": "1.19.2",
143
143
  "@salesforce/plugin-info": "2.6.51",
@@ -146,9 +146,9 @@
146
146
  "@salesforce/plugin-marketplace": "0.3.1",
147
147
  "@salesforce/plugin-org": "2.11.5",
148
148
  "@salesforce/plugin-schema": "2.3.32",
149
- "@salesforce/plugin-settings": "1.4.36",
149
+ "@salesforce/plugin-settings": "1.4.37",
150
150
  "@salesforce/plugin-sobject": "0.2.14",
151
- "@salesforce/plugin-source": "2.10.45",
151
+ "@salesforce/plugin-source": "2.10.46",
152
152
  "@salesforce/plugin-telemetry": "2.3.8",
153
153
  "@salesforce/plugin-templates": "55.5.17",
154
154
  "@salesforce/plugin-trust": "2.6.22",