@salesforce/cli 2.16.2-qa.0 → 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 +37 -37
- package/dist/flags.js +4 -0
- package/npm-shrinkwrap.json +94 -132
- package/oclif.manifest.json +1 -1
- package/package.json +12 -12
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
|
|
@@ -783,7 +783,7 @@ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-ape
|
|
|
783
783
|
|
|
784
784
|
## `sf autocomplete [SHELL]`
|
|
785
785
|
|
|
786
|
-
|
|
786
|
+
display autocomplete installation instructions
|
|
787
787
|
|
|
788
788
|
```
|
|
789
789
|
USAGE
|
|
@@ -796,7 +796,7 @@ FLAGS
|
|
|
796
796
|
-r, --refresh-cache Refresh cache (ignores displaying instructions)
|
|
797
797
|
|
|
798
798
|
DESCRIPTION
|
|
799
|
-
|
|
799
|
+
display autocomplete installation instructions
|
|
800
800
|
|
|
801
801
|
EXAMPLES
|
|
802
802
|
$ sf autocomplete
|
|
@@ -810,7 +810,7 @@ EXAMPLES
|
|
|
810
810
|
$ sf autocomplete --refresh-cache
|
|
811
811
|
```
|
|
812
812
|
|
|
813
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/2.3.
|
|
813
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/2.3.10/src/commands/autocomplete/index.ts)_
|
|
814
814
|
|
|
815
815
|
## `sf commands`
|
|
816
816
|
|
|
@@ -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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
|
|
@@ -7156,16 +7156,16 @@ EXAMPLES
|
|
|
7156
7156
|
|
|
7157
7157
|
$ sf sobject describe --sobject Account
|
|
7158
7158
|
|
|
7159
|
-
Display the metadata of the "
|
|
7159
|
+
Display the metadata of the "MyObject\_\_c" custom object in the org with alias "my-scratch-org":
|
|
7160
7160
|
|
|
7161
|
-
$ sf sobject describe --sobject
|
|
7161
|
+
$ sf sobject describe --sobject MyObject\_\_c --target-org my-scratch-org
|
|
7162
7162
|
|
|
7163
7163
|
Display the metadata of the ApexCodeCoverage Tooling API object in your default org:
|
|
7164
7164
|
|
|
7165
7165
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
7166
7166
|
```
|
|
7167
7167
|
|
|
7168
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/2.3.
|
|
7168
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/2.3.32/src/commands/sobject/describe.ts)_
|
|
7169
7169
|
|
|
7170
7170
|
## `sf sobject list`
|
|
7171
7171
|
|
|
@@ -7202,7 +7202,7 @@ EXAMPLES
|
|
|
7202
7202
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
7203
7203
|
```
|
|
7204
7204
|
|
|
7205
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/2.3.
|
|
7205
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/2.3.32/src/commands/sobject/list.ts)_
|
|
7206
7206
|
|
|
7207
7207
|
## `sf static-resource generate`
|
|
7208
7208
|
|
|
@@ -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.
|
|
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
|
|
package/dist/flags.js
CHANGED
|
@@ -17,6 +17,10 @@ export function preprocessCliFlags(process) {
|
|
|
17
17
|
process.env.DEBUG = debug;
|
|
18
18
|
process.env.SF_DEBUG = '1';
|
|
19
19
|
process.env.SF_ENV = 'development';
|
|
20
|
+
// set `SF_LOG_LEVEL` to `trace` if it wasn't specified
|
|
21
|
+
if (process.env.SF_LOG_LEVEL === undefined) {
|
|
22
|
+
process.env.SF_LOG_LEVEL = 'trace';
|
|
23
|
+
}
|
|
20
24
|
// need to calculate indexOf --dev-debug here because it might've changed based on --debug-filter
|
|
21
25
|
process.argv.splice(process.argv.indexOf('--dev-debug'), 1);
|
|
22
26
|
}
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.16.
|
|
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.
|
|
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
|
-
"@oclif/plugin-autocomplete": "2.3.
|
|
15
|
-
"@oclif/plugin-commands": "3.0.
|
|
16
|
-
"@oclif/plugin-help": "6.0.
|
|
14
|
+
"@oclif/plugin-autocomplete": "2.3.10",
|
|
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.
|
|
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.
|
|
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",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"@salesforce/plugin-login": "1.2.39",
|
|
32
32
|
"@salesforce/plugin-marketplace": "0.3.1",
|
|
33
33
|
"@salesforce/plugin-org": "2.11.5",
|
|
34
|
-
"@salesforce/plugin-schema": "2.3.
|
|
35
|
-
"@salesforce/plugin-settings": "1.4.
|
|
34
|
+
"@salesforce/plugin-schema": "2.3.32",
|
|
35
|
+
"@salesforce/plugin-settings": "1.4.37",
|
|
36
36
|
"@salesforce/plugin-sobject": "0.2.14",
|
|
37
|
-
"@salesforce/plugin-source": "2.10.
|
|
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",
|
|
@@ -2295,26 +2295,26 @@
|
|
|
2295
2295
|
}
|
|
2296
2296
|
},
|
|
2297
2297
|
"node_modules/@oclif/plugin-autocomplete": {
|
|
2298
|
-
"version": "2.3.
|
|
2299
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-2.3.
|
|
2300
|
-
"integrity": "sha512-
|
|
2298
|
+
"version": "2.3.10",
|
|
2299
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-2.3.10.tgz",
|
|
2300
|
+
"integrity": "sha512-Ow1AR8WtjzlyCtiWWPgzMyT8SbcDJFr47009riLioHa+MHX2BCDtVn2DVnN/E6b9JlPV5ptQpjefoRSNWBesmg==",
|
|
2301
2301
|
"license": "MIT",
|
|
2302
2302
|
"dependencies": {
|
|
2303
|
-
"@oclif/core": "^
|
|
2304
|
-
"chalk": "^
|
|
2305
|
-
"debug": "^4.3.4"
|
|
2306
|
-
"ejs": "^3.1.9"
|
|
2303
|
+
"@oclif/core": "^2.15.0",
|
|
2304
|
+
"chalk": "^4.1.0",
|
|
2305
|
+
"debug": "^4.3.4"
|
|
2307
2306
|
},
|
|
2308
2307
|
"engines": {
|
|
2309
|
-
"node": ">=
|
|
2308
|
+
"node": ">=12.0.0"
|
|
2310
2309
|
}
|
|
2311
2310
|
},
|
|
2312
2311
|
"node_modules/@oclif/plugin-autocomplete/node_modules/@oclif/core": {
|
|
2313
|
-
"version": "
|
|
2314
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-
|
|
2315
|
-
"integrity": "sha512-
|
|
2312
|
+
"version": "2.15.0",
|
|
2313
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.15.0.tgz",
|
|
2314
|
+
"integrity": "sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==",
|
|
2316
2315
|
"license": "MIT",
|
|
2317
2316
|
"dependencies": {
|
|
2317
|
+
"@types/cli-progress": "^3.11.0",
|
|
2318
2318
|
"ansi-escapes": "^4.3.2",
|
|
2319
2319
|
"ansi-styles": "^4.3.0",
|
|
2320
2320
|
"cardinal": "^2.1.1",
|
|
@@ -2322,7 +2322,7 @@
|
|
|
2322
2322
|
"clean-stack": "^3.0.1",
|
|
2323
2323
|
"cli-progress": "^3.12.0",
|
|
2324
2324
|
"debug": "^4.3.4",
|
|
2325
|
-
"ejs": "^3.1.
|
|
2325
|
+
"ejs": "^3.1.8",
|
|
2326
2326
|
"get-package-type": "^0.1.0",
|
|
2327
2327
|
"globby": "^11.1.0",
|
|
2328
2328
|
"hyperlinker": "^1.0.0",
|
|
@@ -2337,52 +2337,14 @@
|
|
|
2337
2337
|
"strip-ansi": "^6.0.1",
|
|
2338
2338
|
"supports-color": "^8.1.1",
|
|
2339
2339
|
"supports-hyperlinks": "^2.2.0",
|
|
2340
|
+
"ts-node": "^10.9.1",
|
|
2341
|
+
"tslib": "^2.5.0",
|
|
2340
2342
|
"widest-line": "^3.1.0",
|
|
2341
2343
|
"wordwrap": "^1.0.0",
|
|
2342
2344
|
"wrap-ansi": "^7.0.0"
|
|
2343
2345
|
},
|
|
2344
2346
|
"engines": {
|
|
2345
|
-
"node": ">=
|
|
2346
|
-
}
|
|
2347
|
-
},
|
|
2348
|
-
"node_modules/@oclif/plugin-autocomplete/node_modules/@oclif/core/node_modules/chalk": {
|
|
2349
|
-
"version": "4.1.2",
|
|
2350
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
2351
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
2352
|
-
"license": "MIT",
|
|
2353
|
-
"dependencies": {
|
|
2354
|
-
"ansi-styles": "^4.1.0",
|
|
2355
|
-
"supports-color": "^7.1.0"
|
|
2356
|
-
},
|
|
2357
|
-
"engines": {
|
|
2358
|
-
"node": ">=10"
|
|
2359
|
-
},
|
|
2360
|
-
"funding": {
|
|
2361
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2362
|
-
}
|
|
2363
|
-
},
|
|
2364
|
-
"node_modules/@oclif/plugin-autocomplete/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
2365
|
-
"version": "7.2.0",
|
|
2366
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
2367
|
-
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
2368
|
-
"license": "MIT",
|
|
2369
|
-
"dependencies": {
|
|
2370
|
-
"has-flag": "^4.0.0"
|
|
2371
|
-
},
|
|
2372
|
-
"engines": {
|
|
2373
|
-
"node": ">=8"
|
|
2374
|
-
}
|
|
2375
|
-
},
|
|
2376
|
-
"node_modules/@oclif/plugin-autocomplete/node_modules/chalk": {
|
|
2377
|
-
"version": "5.3.0",
|
|
2378
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
2379
|
-
"integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
|
|
2380
|
-
"license": "MIT",
|
|
2381
|
-
"engines": {
|
|
2382
|
-
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
2383
|
-
},
|
|
2384
|
-
"funding": {
|
|
2385
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2347
|
+
"node": ">=14.0.0"
|
|
2386
2348
|
}
|
|
2387
2349
|
},
|
|
2388
2350
|
"node_modules/@oclif/plugin-autocomplete/node_modules/supports-color": {
|
|
@@ -2476,12 +2438,12 @@
|
|
|
2476
2438
|
}
|
|
2477
2439
|
},
|
|
2478
2440
|
"node_modules/@oclif/plugin-commands": {
|
|
2479
|
-
"version": "3.0.
|
|
2480
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.0.
|
|
2481
|
-
"integrity": "sha512-
|
|
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==",
|
|
2482
2444
|
"license": "MIT",
|
|
2483
2445
|
"dependencies": {
|
|
2484
|
-
"@oclif/core": "^3.
|
|
2446
|
+
"@oclif/core": "^3.9.1",
|
|
2485
2447
|
"lodash.pickby": "^4.6.0",
|
|
2486
2448
|
"lodash.sortby": "^4.7.0",
|
|
2487
2449
|
"lodash.template": "^4.5.0",
|
|
@@ -2492,9 +2454,9 @@
|
|
|
2492
2454
|
}
|
|
2493
2455
|
},
|
|
2494
2456
|
"node_modules/@oclif/plugin-commands/node_modules/@oclif/core": {
|
|
2495
|
-
"version": "3.
|
|
2496
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
2497
|
-
"integrity": "sha512-
|
|
2457
|
+
"version": "3.9.1",
|
|
2458
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
|
|
2459
|
+
"integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
|
|
2498
2460
|
"license": "MIT",
|
|
2499
2461
|
"dependencies": {
|
|
2500
2462
|
"ansi-escapes": "^4.3.2",
|
|
@@ -2543,21 +2505,21 @@
|
|
|
2543
2505
|
}
|
|
2544
2506
|
},
|
|
2545
2507
|
"node_modules/@oclif/plugin-help": {
|
|
2546
|
-
"version": "6.0.
|
|
2547
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.
|
|
2548
|
-
"integrity": "sha512-
|
|
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==",
|
|
2549
2511
|
"license": "MIT",
|
|
2550
2512
|
"dependencies": {
|
|
2551
|
-
"@oclif/core": "^3.
|
|
2513
|
+
"@oclif/core": "^3.9.1"
|
|
2552
2514
|
},
|
|
2553
2515
|
"engines": {
|
|
2554
2516
|
"node": ">=18.0.0"
|
|
2555
2517
|
}
|
|
2556
2518
|
},
|
|
2557
2519
|
"node_modules/@oclif/plugin-help/node_modules/@oclif/core": {
|
|
2558
|
-
"version": "3.
|
|
2559
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
2560
|
-
"integrity": "sha512-
|
|
2520
|
+
"version": "3.9.1",
|
|
2521
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
|
|
2522
|
+
"integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
|
|
2561
2523
|
"license": "MIT",
|
|
2562
2524
|
"dependencies": {
|
|
2563
2525
|
"ansi-escapes": "^4.3.2",
|
|
@@ -2620,9 +2582,9 @@
|
|
|
2620
2582
|
}
|
|
2621
2583
|
},
|
|
2622
2584
|
"node_modules/@oclif/plugin-not-found/node_modules/@oclif/core": {
|
|
2623
|
-
"version": "3.
|
|
2624
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
2625
|
-
"integrity": "sha512-
|
|
2585
|
+
"version": "3.9.1",
|
|
2586
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
|
|
2587
|
+
"integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
|
|
2626
2588
|
"license": "MIT",
|
|
2627
2589
|
"dependencies": {
|
|
2628
2590
|
"ansi-escapes": "^4.3.2",
|
|
@@ -2731,9 +2693,9 @@
|
|
|
2731
2693
|
}
|
|
2732
2694
|
},
|
|
2733
2695
|
"node_modules/@oclif/plugin-plugins/node_modules/@oclif/core": {
|
|
2734
|
-
"version": "3.
|
|
2735
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
2736
|
-
"integrity": "sha512-
|
|
2696
|
+
"version": "3.9.1",
|
|
2697
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
|
|
2698
|
+
"integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
|
|
2737
2699
|
"license": "MIT",
|
|
2738
2700
|
"dependencies": {
|
|
2739
2701
|
"ansi-escapes": "^4.3.2",
|
|
@@ -2835,9 +2797,9 @@
|
|
|
2835
2797
|
}
|
|
2836
2798
|
},
|
|
2837
2799
|
"node_modules/@oclif/plugin-search/node_modules/@oclif/core": {
|
|
2838
|
-
"version": "3.
|
|
2839
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
2840
|
-
"integrity": "sha512-
|
|
2800
|
+
"version": "3.9.1",
|
|
2801
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
|
|
2802
|
+
"integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
|
|
2841
2803
|
"license": "MIT",
|
|
2842
2804
|
"dependencies": {
|
|
2843
2805
|
"ansi-escapes": "^4.3.2",
|
|
@@ -2907,9 +2869,9 @@
|
|
|
2907
2869
|
}
|
|
2908
2870
|
},
|
|
2909
2871
|
"node_modules/@oclif/plugin-update/node_modules/@oclif/core": {
|
|
2910
|
-
"version": "3.
|
|
2911
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
2912
|
-
"integrity": "sha512-
|
|
2872
|
+
"version": "3.9.1",
|
|
2873
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
|
|
2874
|
+
"integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
|
|
2913
2875
|
"license": "MIT",
|
|
2914
2876
|
"dependencies": {
|
|
2915
2877
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3082,21 +3044,21 @@
|
|
|
3082
3044
|
}
|
|
3083
3045
|
},
|
|
3084
3046
|
"node_modules/@oclif/plugin-version": {
|
|
3085
|
-
"version": "2.0.
|
|
3086
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.0.
|
|
3087
|
-
"integrity": "sha512-
|
|
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==",
|
|
3088
3050
|
"license": "MIT",
|
|
3089
3051
|
"dependencies": {
|
|
3090
|
-
"@oclif/core": "^3.
|
|
3052
|
+
"@oclif/core": "^3.9.1"
|
|
3091
3053
|
},
|
|
3092
3054
|
"engines": {
|
|
3093
3055
|
"node": ">=18.0.0"
|
|
3094
3056
|
}
|
|
3095
3057
|
},
|
|
3096
3058
|
"node_modules/@oclif/plugin-version/node_modules/@oclif/core": {
|
|
3097
|
-
"version": "3.
|
|
3098
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
3099
|
-
"integrity": "sha512-
|
|
3059
|
+
"version": "3.9.1",
|
|
3060
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
|
|
3061
|
+
"integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
|
|
3100
3062
|
"license": "MIT",
|
|
3101
3063
|
"dependencies": {
|
|
3102
3064
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3161,9 +3123,9 @@
|
|
|
3161
3123
|
}
|
|
3162
3124
|
},
|
|
3163
3125
|
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/@oclif/core": {
|
|
3164
|
-
"version": "3.
|
|
3165
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
3166
|
-
"integrity": "sha512-
|
|
3126
|
+
"version": "3.9.1",
|
|
3127
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
|
|
3128
|
+
"integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
|
|
3167
3129
|
"license": "MIT",
|
|
3168
3130
|
"dependencies": {
|
|
3169
3131
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3264,9 +3226,9 @@
|
|
|
3264
3226
|
}
|
|
3265
3227
|
},
|
|
3266
3228
|
"node_modules/@oclif/plugin-which/node_modules/@oclif/core": {
|
|
3267
|
-
"version": "3.
|
|
3268
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
3269
|
-
"integrity": "sha512-
|
|
3229
|
+
"version": "3.9.1",
|
|
3230
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
|
|
3231
|
+
"integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
|
|
3270
3232
|
"license": "MIT",
|
|
3271
3233
|
"dependencies": {
|
|
3272
3234
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3619,13 +3581,13 @@
|
|
|
3619
3581
|
}
|
|
3620
3582
|
},
|
|
3621
3583
|
"node_modules/@salesforce/core": {
|
|
3622
|
-
"version": "5.3.
|
|
3623
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.3.
|
|
3624
|
-
"integrity": "sha512-
|
|
3584
|
+
"version": "5.3.14",
|
|
3585
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.3.14.tgz",
|
|
3586
|
+
"integrity": "sha512-IFmLZCpFBcreTFEaH+Rn4BozUpFx3vvf43yWuXWdOvALz4ad18yU3Kzk9GxwzablrQxPFmJ43ClQG10dmoh/ig==",
|
|
3625
3587
|
"license": "BSD-3-Clause",
|
|
3626
3588
|
"dependencies": {
|
|
3627
|
-
"@salesforce/kit": "^3.0.
|
|
3628
|
-
"@salesforce/schemas": "^1.6.
|
|
3589
|
+
"@salesforce/kit": "^3.0.14",
|
|
3590
|
+
"@salesforce/schemas": "^1.6.1",
|
|
3629
3591
|
"@salesforce/ts-types": "^2.0.8",
|
|
3630
3592
|
"@types/semver": "^7.5.3",
|
|
3631
3593
|
"ajv": "^8.12.0",
|
|
@@ -3636,7 +3598,7 @@
|
|
|
3636
3598
|
"jsforce": "^2.0.0-beta.28",
|
|
3637
3599
|
"jsonwebtoken": "9.0.2",
|
|
3638
3600
|
"jszip": "3.10.1",
|
|
3639
|
-
"pino": "^8.
|
|
3601
|
+
"pino": "^8.16.0",
|
|
3640
3602
|
"pino-abstract-transport": "^1.0.0",
|
|
3641
3603
|
"pino-pretty": "^10.2.3",
|
|
3642
3604
|
"proper-lockfile": "^4.1.2",
|
|
@@ -4265,14 +4227,14 @@
|
|
|
4265
4227
|
}
|
|
4266
4228
|
},
|
|
4267
4229
|
"node_modules/@salesforce/plugin-auth": {
|
|
4268
|
-
"version": "2.8.
|
|
4269
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-2.8.
|
|
4270
|
-
"integrity": "sha512-
|
|
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==",
|
|
4271
4233
|
"license": "BSD-3-Clause",
|
|
4272
4234
|
"dependencies": {
|
|
4273
4235
|
"@oclif/core": "^2.15.0",
|
|
4274
4236
|
"@salesforce/core": "^5.3.9",
|
|
4275
|
-
"@salesforce/kit": "^3.0.
|
|
4237
|
+
"@salesforce/kit": "^3.0.15",
|
|
4276
4238
|
"@salesforce/sf-plugins-core": "^3.1.28",
|
|
4277
4239
|
"@salesforce/ts-types": "^2.0.9",
|
|
4278
4240
|
"chalk": "^4.1.2",
|
|
@@ -5336,9 +5298,9 @@
|
|
|
5336
5298
|
}
|
|
5337
5299
|
},
|
|
5338
5300
|
"node_modules/@salesforce/plugin-schema": {
|
|
5339
|
-
"version": "2.3.
|
|
5340
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-2.3.
|
|
5341
|
-
"integrity": "sha512-
|
|
5301
|
+
"version": "2.3.32",
|
|
5302
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-2.3.32.tgz",
|
|
5303
|
+
"integrity": "sha512-xigwrpeuDfhNrzH/rq1ZtxZPhlaG4eBjZqIIla0mjnFNK2vAXGlIeS9ShTBGHUoLV9dyzQpejZ48otdCxUT2Eg==",
|
|
5342
5304
|
"license": "BSD-3-Clause",
|
|
5343
5305
|
"dependencies": {
|
|
5344
5306
|
"@oclif/core": "^2.15.0",
|
|
@@ -5422,13 +5384,13 @@
|
|
|
5422
5384
|
}
|
|
5423
5385
|
},
|
|
5424
5386
|
"node_modules/@salesforce/plugin-settings": {
|
|
5425
|
-
"version": "1.4.
|
|
5426
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-1.4.
|
|
5427
|
-
"integrity": "sha512-
|
|
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==",
|
|
5428
5390
|
"license": "BSD-3-Clause",
|
|
5429
5391
|
"dependencies": {
|
|
5430
5392
|
"@oclif/core": "^2.15.0",
|
|
5431
|
-
"@salesforce/core": "^5.3.
|
|
5393
|
+
"@salesforce/core": "^5.3.14",
|
|
5432
5394
|
"@salesforce/sf-plugins-core": "^3.1.25",
|
|
5433
5395
|
"fast-levenshtein": "^3.0.0",
|
|
5434
5396
|
"tslib": "^2"
|
|
@@ -5601,9 +5563,9 @@
|
|
|
5601
5563
|
}
|
|
5602
5564
|
},
|
|
5603
5565
|
"node_modules/@salesforce/plugin-source": {
|
|
5604
|
-
"version": "2.10.
|
|
5605
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-2.10.
|
|
5606
|
-
"integrity": "sha512-
|
|
5566
|
+
"version": "2.10.46",
|
|
5567
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-2.10.46.tgz",
|
|
5568
|
+
"integrity": "sha512-qo6HH32aJ6spXNAwEqIhla32fPB2tEZyII8rauPpSidetREnUMZztC7x3XOYEWlvMxm6PqXkOorN1MhPTgys1A==",
|
|
5607
5569
|
"license": "BSD-3-Clause",
|
|
5608
5570
|
"dependencies": {
|
|
5609
5571
|
"@oclif/core": "^2.15.0",
|
|
@@ -5611,7 +5573,7 @@
|
|
|
5611
5573
|
"@salesforce/core": "^5.3.10",
|
|
5612
5574
|
"@salesforce/kit": "^3.0.14",
|
|
5613
5575
|
"@salesforce/sf-plugins-core": "^3.1.25",
|
|
5614
|
-
"@salesforce/source-deploy-retrieve": "^9.7.
|
|
5576
|
+
"@salesforce/source-deploy-retrieve": "^9.7.28",
|
|
5615
5577
|
"@salesforce/source-tracking": "^4.2.17",
|
|
5616
5578
|
"chalk": "^4.1.2",
|
|
5617
5579
|
"got": "^11.8.6",
|
|
@@ -6083,9 +6045,9 @@
|
|
|
6083
6045
|
}
|
|
6084
6046
|
},
|
|
6085
6047
|
"node_modules/@salesforce/sf-plugins-core/node_modules/@oclif/core": {
|
|
6086
|
-
"version": "3.
|
|
6087
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
6088
|
-
"integrity": "sha512-
|
|
6048
|
+
"version": "3.9.1",
|
|
6049
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
|
|
6050
|
+
"integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
|
|
6089
6051
|
"license": "MIT",
|
|
6090
6052
|
"dependencies": {
|
|
6091
6053
|
"ansi-escapes": "^4.3.2",
|
|
@@ -20167,9 +20129,9 @@
|
|
|
20167
20129
|
}
|
|
20168
20130
|
},
|
|
20169
20131
|
"node_modules/oclif/node_modules/@oclif/core": {
|
|
20170
|
-
"version": "3.
|
|
20171
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
20172
|
-
"integrity": "sha512-
|
|
20132
|
+
"version": "3.9.1",
|
|
20133
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
|
|
20134
|
+
"integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
|
|
20173
20135
|
"dev": true,
|
|
20174
20136
|
"license": "MIT",
|
|
20175
20137
|
"dependencies": {
|
|
@@ -21063,9 +21025,9 @@
|
|
|
21063
21025
|
}
|
|
21064
21026
|
},
|
|
21065
21027
|
"node_modules/pino": {
|
|
21066
|
-
"version": "8.16.
|
|
21067
|
-
"resolved": "https://registry.npmjs.org/pino/-/pino-8.16.
|
|
21068
|
-
"integrity": "sha512-
|
|
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==",
|
|
21069
21031
|
"license": "MIT",
|
|
21070
21032
|
"dependencies": {
|
|
21071
21033
|
"atomic-sleep": "^1.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.16.
|
|
4
|
+
"version": "2.16.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -72,12 +72,12 @@
|
|
|
72
72
|
],
|
|
73
73
|
"jitPlugins": {
|
|
74
74
|
"@salesforce/plugin-custom-metadata": "2.2.10",
|
|
75
|
-
"@salesforce/plugin-community": "2.4.
|
|
76
|
-
"@salesforce/plugin-dev": "1.3.
|
|
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",
|
|
80
|
-
"@salesforce/plugin-signups": "1.5.
|
|
80
|
+
"@salesforce/plugin-signups": "1.5.6",
|
|
81
81
|
"@salesforce/sfdx-plugin-lwc-test": "1.1.1",
|
|
82
82
|
"@salesforce/sfdx-scanner": "3.17.0"
|
|
83
83
|
},
|
|
@@ -125,19 +125,19 @@
|
|
|
125
125
|
},
|
|
126
126
|
"dependencies": {
|
|
127
127
|
"@oclif/core": "3.0.3",
|
|
128
|
-
"@oclif/plugin-autocomplete": "2.3.
|
|
129
|
-
"@oclif/plugin-commands": "3.0.
|
|
130
|
-
"@oclif/plugin-help": "6.0.
|
|
128
|
+
"@oclif/plugin-autocomplete": "2.3.10",
|
|
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.
|
|
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.
|
|
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",
|
|
@@ -145,10 +145,10 @@
|
|
|
145
145
|
"@salesforce/plugin-login": "1.2.39",
|
|
146
146
|
"@salesforce/plugin-marketplace": "0.3.1",
|
|
147
147
|
"@salesforce/plugin-org": "2.11.5",
|
|
148
|
-
"@salesforce/plugin-schema": "2.3.
|
|
149
|
-
"@salesforce/plugin-settings": "1.4.
|
|
148
|
+
"@salesforce/plugin-schema": "2.3.32",
|
|
149
|
+
"@salesforce/plugin-settings": "1.4.37",
|
|
150
150
|
"@salesforce/plugin-sobject": "0.2.14",
|
|
151
|
-
"@salesforce/plugin-source": "2.10.
|
|
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",
|