@salesforce/cli 2.86.2 → 2.86.4
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 +30 -30
- package/npm-shrinkwrap.json +19 -19
- package/oclif.lock +18 -18
- package/oclif.manifest.json +126 -126
- package/package.json +5 -5
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.86.
|
|
28
|
+
@salesforce/cli/2.86.4 linux-x64 node-v22.14.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -3883,7 +3883,7 @@ EXAMPLES
|
|
|
3883
3883
|
$ sf org list auth
|
|
3884
3884
|
```
|
|
3885
3885
|
|
|
3886
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3886
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.112/src/commands/org/list/auth.ts)_
|
|
3887
3887
|
|
|
3888
3888
|
## `sf org list limits`
|
|
3889
3889
|
|
|
@@ -4183,7 +4183,7 @@ FLAG DESCRIPTIONS
|
|
|
4183
4183
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4184
4184
|
```
|
|
4185
4185
|
|
|
4186
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4186
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.112/src/commands/org/login/access-token.ts)_
|
|
4187
4187
|
|
|
4188
4188
|
## `sf org login device`
|
|
4189
4189
|
|
|
@@ -4243,7 +4243,7 @@ FLAG DESCRIPTIONS
|
|
|
4243
4243
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4244
4244
|
```
|
|
4245
4245
|
|
|
4246
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4246
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.112/src/commands/org/login/device.ts)_
|
|
4247
4247
|
|
|
4248
4248
|
## `sf org login jwt`
|
|
4249
4249
|
|
|
@@ -4334,7 +4334,7 @@ FLAG DESCRIPTIONS
|
|
|
4334
4334
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4335
4335
|
```
|
|
4336
4336
|
|
|
4337
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4337
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.112/src/commands/org/login/jwt.ts)_
|
|
4338
4338
|
|
|
4339
4339
|
## `sf org login sfdx-url`
|
|
4340
4340
|
|
|
@@ -4404,7 +4404,7 @@ EXAMPLES
|
|
|
4404
4404
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
4405
4405
|
```
|
|
4406
4406
|
|
|
4407
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4407
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.112/src/commands/org/login/sfdx-url.ts)_
|
|
4408
4408
|
|
|
4409
4409
|
## `sf org login web`
|
|
4410
4410
|
|
|
@@ -4491,7 +4491,7 @@ FLAG DESCRIPTIONS
|
|
|
4491
4491
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4492
4492
|
```
|
|
4493
4493
|
|
|
4494
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4494
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.112/src/commands/org/login/web.ts)_
|
|
4495
4495
|
|
|
4496
4496
|
## `sf org logout`
|
|
4497
4497
|
|
|
@@ -4552,7 +4552,7 @@ FLAG DESCRIPTIONS
|
|
|
4552
4552
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
4553
4553
|
```
|
|
4554
4554
|
|
|
4555
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4555
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.112/src/commands/org/logout.ts)_
|
|
4556
4556
|
|
|
4557
4557
|
## `sf org open`
|
|
4558
4558
|
|
|
@@ -4951,7 +4951,7 @@ FLAG DESCRIPTIONS
|
|
|
4951
4951
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
4952
4952
|
```
|
|
4953
4953
|
|
|
4954
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.
|
|
4954
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.1/src/commands/package/create.ts)_
|
|
4955
4955
|
|
|
4956
4956
|
## `sf package delete`
|
|
4957
4957
|
|
|
@@ -4993,7 +4993,7 @@ EXAMPLES
|
|
|
4993
4993
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
4994
4994
|
```
|
|
4995
4995
|
|
|
4996
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.
|
|
4996
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.1/src/commands/package/delete.ts)_
|
|
4997
4997
|
|
|
4998
4998
|
## `sf package install`
|
|
4999
4999
|
|
|
@@ -5092,7 +5092,7 @@ FLAG DESCRIPTIONS
|
|
|
5092
5092
|
- Delete: Delete all removed components that can be safely deleted, and deprecate the other components.
|
|
5093
5093
|
```
|
|
5094
5094
|
|
|
5095
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.
|
|
5095
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.1/src/commands/package/install.ts)_
|
|
5096
5096
|
|
|
5097
5097
|
## `sf package install report`
|
|
5098
5098
|
|
|
@@ -5125,7 +5125,7 @@ EXAMPLES
|
|
|
5125
5125
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
5126
5126
|
```
|
|
5127
5127
|
|
|
5128
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.
|
|
5128
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.1/src/commands/package/install/report.ts)_
|
|
5129
5129
|
|
|
5130
5130
|
## `sf package installed list`
|
|
5131
5131
|
|
|
@@ -5157,7 +5157,7 @@ EXAMPLES
|
|
|
5157
5157
|
$ sf package installed list --target-org me@example.com
|
|
5158
5158
|
```
|
|
5159
5159
|
|
|
5160
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.
|
|
5160
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.1/src/commands/package/installed/list.ts)_
|
|
5161
5161
|
|
|
5162
5162
|
## `sf package list`
|
|
5163
5163
|
|
|
@@ -5195,7 +5195,7 @@ EXAMPLES
|
|
|
5195
5195
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
5196
5196
|
```
|
|
5197
5197
|
|
|
5198
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.
|
|
5198
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.1/src/commands/package/list.ts)_
|
|
5199
5199
|
|
|
5200
5200
|
## `sf package uninstall`
|
|
5201
5201
|
|
|
@@ -5243,7 +5243,7 @@ EXAMPLES
|
|
|
5243
5243
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
5244
5244
|
```
|
|
5245
5245
|
|
|
5246
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.
|
|
5246
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.1/src/commands/package/uninstall.ts)_
|
|
5247
5247
|
|
|
5248
5248
|
## `sf package uninstall report`
|
|
5249
5249
|
|
|
@@ -5276,7 +5276,7 @@ EXAMPLES
|
|
|
5276
5276
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
5277
5277
|
```
|
|
5278
5278
|
|
|
5279
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.
|
|
5279
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.1/src/commands/package/uninstall/report.ts)_
|
|
5280
5280
|
|
|
5281
5281
|
## `sf package update`
|
|
5282
5282
|
|
|
@@ -5331,7 +5331,7 @@ FLAG DESCRIPTIONS
|
|
|
5331
5331
|
associated with your package.
|
|
5332
5332
|
```
|
|
5333
5333
|
|
|
5334
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.
|
|
5334
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.1/src/commands/package/update.ts)_
|
|
5335
5335
|
|
|
5336
5336
|
## `sf package version create`
|
|
5337
5337
|
|
|
@@ -5506,7 +5506,7 @@ FLAG DESCRIPTIONS
|
|
|
5506
5506
|
periods of no output from commands.
|
|
5507
5507
|
```
|
|
5508
5508
|
|
|
5509
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.
|
|
5509
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.1/src/commands/package/version/create.ts)_
|
|
5510
5510
|
|
|
5511
5511
|
## `sf package version create list`
|
|
5512
5512
|
|
|
@@ -5567,7 +5567,7 @@ EXAMPLES
|
|
|
5567
5567
|
$ sf package version create list --created-last-days 0 --status Success
|
|
5568
5568
|
```
|
|
5569
5569
|
|
|
5570
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.
|
|
5570
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.1/src/commands/package/version/create/list.ts)_
|
|
5571
5571
|
|
|
5572
5572
|
## `sf package version create report`
|
|
5573
5573
|
|
|
@@ -5610,7 +5610,7 @@ EXAMPLES
|
|
|
5610
5610
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
5611
5611
|
```
|
|
5612
5612
|
|
|
5613
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.
|
|
5613
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.1/src/commands/package/version/create/report.ts)_
|
|
5614
5614
|
|
|
5615
5615
|
## `sf package version delete`
|
|
5616
5616
|
|
|
@@ -5651,7 +5651,7 @@ EXAMPLES
|
|
|
5651
5651
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
5652
5652
|
```
|
|
5653
5653
|
|
|
5654
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.
|
|
5654
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.1/src/commands/package/version/delete.ts)_
|
|
5655
5655
|
|
|
5656
5656
|
## `sf package version displayancestry`
|
|
5657
5657
|
|
|
@@ -5711,7 +5711,7 @@ FLAG DESCRIPTIONS
|
|
|
5711
5711
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
5712
5712
|
```
|
|
5713
5713
|
|
|
5714
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.
|
|
5714
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.1/src/commands/package/version/displayancestry.ts)_
|
|
5715
5715
|
|
|
5716
5716
|
## `sf package version list`
|
|
5717
5717
|
|
|
@@ -5787,7 +5787,7 @@ EXAMPLES
|
|
|
5787
5787
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
5788
5788
|
```
|
|
5789
5789
|
|
|
5790
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.
|
|
5790
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.1/src/commands/package/version/list.ts)_
|
|
5791
5791
|
|
|
5792
5792
|
## `sf package version promote`
|
|
5793
5793
|
|
|
@@ -5831,7 +5831,7 @@ EXAMPLES
|
|
|
5831
5831
|
$ sf package version promote --package "Awesome Package Alias"
|
|
5832
5832
|
```
|
|
5833
5833
|
|
|
5834
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.
|
|
5834
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.1/src/commands/package/version/promote.ts)_
|
|
5835
5835
|
|
|
5836
5836
|
## `sf package version report`
|
|
5837
5837
|
|
|
@@ -5871,7 +5871,7 @@ EXAMPLES
|
|
|
5871
5871
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
5872
5872
|
```
|
|
5873
5873
|
|
|
5874
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.
|
|
5874
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.1/src/commands/package/version/report.ts)_
|
|
5875
5875
|
|
|
5876
5876
|
## `sf package version update`
|
|
5877
5877
|
|
|
@@ -5924,7 +5924,7 @@ EXAMPLES
|
|
|
5924
5924
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
5925
5925
|
```
|
|
5926
5926
|
|
|
5927
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.
|
|
5927
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.1/src/commands/package/version/update.ts)_
|
|
5928
5928
|
|
|
5929
5929
|
## `sf package1 version create`
|
|
5930
5930
|
|
|
@@ -5991,7 +5991,7 @@ FLAG DESCRIPTIONS
|
|
|
5991
5991
|
subscribers.
|
|
5992
5992
|
```
|
|
5993
5993
|
|
|
5994
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.
|
|
5994
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.1/src/commands/package1/version/create.ts)_
|
|
5995
5995
|
|
|
5996
5996
|
## `sf package1 version create get`
|
|
5997
5997
|
|
|
@@ -6024,7 +6024,7 @@ EXAMPLES
|
|
|
6024
6024
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
6025
6025
|
```
|
|
6026
6026
|
|
|
6027
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.
|
|
6027
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.1/src/commands/package1/version/create/get.ts)_
|
|
6028
6028
|
|
|
6029
6029
|
## `sf package1 version display`
|
|
6030
6030
|
|
|
@@ -6058,7 +6058,7 @@ EXAMPLES
|
|
|
6058
6058
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
6059
6059
|
```
|
|
6060
6060
|
|
|
6061
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.
|
|
6061
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.1/src/commands/package1/version/display.ts)_
|
|
6062
6062
|
|
|
6063
6063
|
## `sf package1 version list`
|
|
6064
6064
|
|
|
@@ -6096,7 +6096,7 @@ FLAG DESCRIPTIONS
|
|
|
6096
6096
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
6097
6097
|
```
|
|
6098
6098
|
|
|
6099
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.
|
|
6099
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.1/src/commands/package1/version/list.ts)_
|
|
6100
6100
|
|
|
6101
6101
|
## `sf plugins`
|
|
6102
6102
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.86.
|
|
3
|
+
"version": "2.86.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.86.
|
|
9
|
+
"version": "2.86.4",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -26,14 +26,14 @@
|
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
27
|
"@salesforce/plugin-apex": "3.6.12",
|
|
28
28
|
"@salesforce/plugin-api": "1.3.3",
|
|
29
|
-
"@salesforce/plugin-auth": "3.6.
|
|
29
|
+
"@salesforce/plugin-auth": "3.6.112",
|
|
30
30
|
"@salesforce/plugin-data": "4.0.26",
|
|
31
31
|
"@salesforce/plugin-deploy-retrieve": "3.22.4",
|
|
32
32
|
"@salesforce/plugin-info": "3.4.53",
|
|
33
33
|
"@salesforce/plugin-limits": "3.3.51",
|
|
34
34
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
35
35
|
"@salesforce/plugin-org": "5.6.1",
|
|
36
|
-
"@salesforce/plugin-packaging": "2.13.
|
|
36
|
+
"@salesforce/plugin-packaging": "2.13.1",
|
|
37
37
|
"@salesforce/plugin-schema": "3.3.59",
|
|
38
38
|
"@salesforce/plugin-settings": "2.4.23",
|
|
39
39
|
"@salesforce/plugin-sobject": "1.4.54",
|
|
@@ -4906,9 +4906,9 @@
|
|
|
4906
4906
|
}
|
|
4907
4907
|
},
|
|
4908
4908
|
"node_modules/@salesforce/core": {
|
|
4909
|
-
"version": "8.9.
|
|
4910
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.9.
|
|
4911
|
-
"integrity": "sha512-
|
|
4909
|
+
"version": "8.9.1",
|
|
4910
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.9.1.tgz",
|
|
4911
|
+
"integrity": "sha512-Q1evH4WD7IYWgbcIYCUDi3FTEMgy1KLVg4Xa4GacKLNcOBfom5s6whNsz3gUFESqjndGDwV5Pbgpi0ImC17PfQ==",
|
|
4912
4912
|
"license": "BSD-3-Clause",
|
|
4913
4913
|
"dependencies": {
|
|
4914
4914
|
"@jsforce/jsforce-node": "^3.7.0",
|
|
@@ -5114,10 +5114,10 @@
|
|
|
5114
5114
|
}
|
|
5115
5115
|
},
|
|
5116
5116
|
"node_modules/@salesforce/plugin-auth": {
|
|
5117
|
-
"version": "3.6.
|
|
5118
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
5119
|
-
"integrity": "sha512-
|
|
5120
|
-
"license": "
|
|
5117
|
+
"version": "3.6.112",
|
|
5118
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.112.tgz",
|
|
5119
|
+
"integrity": "sha512-UK4Bjm/D7SoJ/Q9Vu40GgnDngZ52ETD91R5RjKltNxuxKD3w3wTZ/6SHAcqKz38aM49w76eHtIoODpHlhVhPuQ==",
|
|
5120
|
+
"license": "Apache-2.0",
|
|
5121
5121
|
"dependencies": {
|
|
5122
5122
|
"@inquirer/checkbox": "^2.5.0",
|
|
5123
5123
|
"@inquirer/select": "^2.5.0",
|
|
@@ -5127,7 +5127,7 @@
|
|
|
5127
5127
|
"@salesforce/plugin-info": "^3.4.52",
|
|
5128
5128
|
"@salesforce/sf-plugins-core": "^12.2.1",
|
|
5129
5129
|
"@salesforce/ts-types": "^2.0.11",
|
|
5130
|
-
"open": "^10.1.
|
|
5130
|
+
"open": "^10.1.1"
|
|
5131
5131
|
},
|
|
5132
5132
|
"engines": {
|
|
5133
5133
|
"node": ">=18.0.0"
|
|
@@ -5367,13 +5367,13 @@
|
|
|
5367
5367
|
}
|
|
5368
5368
|
},
|
|
5369
5369
|
"node_modules/@salesforce/plugin-packaging": {
|
|
5370
|
-
"version": "2.13.
|
|
5371
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.13.
|
|
5372
|
-
"integrity": "sha512-
|
|
5370
|
+
"version": "2.13.1",
|
|
5371
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.13.1.tgz",
|
|
5372
|
+
"integrity": "sha512-DN3fetWD0D98khzrAFQiz6flLhr9BhEFjPFMyP3+oEWMYYRD5Ij2Bvz5UYvMCJYKrl7KjjWYpiGSh9F69qxjJA==",
|
|
5373
5373
|
"license": "BSD-3-Clause",
|
|
5374
5374
|
"dependencies": {
|
|
5375
5375
|
"@oclif/core": "^4",
|
|
5376
|
-
"@salesforce/core": "^8.
|
|
5376
|
+
"@salesforce/core": "^8.9.1",
|
|
5377
5377
|
"@salesforce/kit": "^3.2.3",
|
|
5378
5378
|
"@salesforce/packaging": "^4.5.0",
|
|
5379
5379
|
"@salesforce/sf-plugins-core": "^12.2.1",
|
|
@@ -20051,9 +20051,9 @@
|
|
|
20051
20051
|
}
|
|
20052
20052
|
},
|
|
20053
20053
|
"node_modules/open": {
|
|
20054
|
-
"version": "10.1.
|
|
20055
|
-
"resolved": "https://registry.npmjs.org/open/-/open-10.1.
|
|
20056
|
-
"integrity": "sha512-
|
|
20054
|
+
"version": "10.1.1",
|
|
20055
|
+
"resolved": "https://registry.npmjs.org/open/-/open-10.1.1.tgz",
|
|
20056
|
+
"integrity": "sha512-zy1wx4+P3PfhXSEPJNtZmJXfhkkIaxU1VauWIrDZw1O7uJRDRJtKr9n3Ic4NgbA16KyOxOXO2ng9gYwCdXuSXA==",
|
|
20057
20057
|
"license": "MIT",
|
|
20058
20058
|
"dependencies": {
|
|
20059
20059
|
"default-browser": "^5.2.1",
|
package/oclif.lock
CHANGED
|
@@ -2008,10 +2008,10 @@
|
|
|
2008
2008
|
strip-ansi "6.0.1"
|
|
2009
2009
|
ts-retry-promise "^0.8.1"
|
|
2010
2010
|
|
|
2011
|
-
"@salesforce/core@^8.2.3", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.1", "@salesforce/core@^8.8.5", "@salesforce/core@^8.8.6", "@salesforce/core@^8.8.7", "@salesforce/core@^8.9.0":
|
|
2012
|
-
version "8.9.
|
|
2013
|
-
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.9.
|
|
2014
|
-
integrity sha512-
|
|
2011
|
+
"@salesforce/core@^8.2.3", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.1", "@salesforce/core@^8.8.5", "@salesforce/core@^8.8.6", "@salesforce/core@^8.8.7", "@salesforce/core@^8.9.0", "@salesforce/core@^8.9.1":
|
|
2012
|
+
version "8.9.1"
|
|
2013
|
+
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.9.1.tgz"
|
|
2014
|
+
integrity sha512-Q1evH4WD7IYWgbcIYCUDi3FTEMgy1KLVg4Xa4GacKLNcOBfom5s6whNsz3gUFESqjndGDwV5Pbgpi0ImC17PfQ==
|
|
2015
2015
|
dependencies:
|
|
2016
2016
|
"@jsforce/jsforce-node" "^3.7.0"
|
|
2017
2017
|
"@salesforce/kit" "^3.2.2"
|
|
@@ -2122,10 +2122,10 @@
|
|
|
2122
2122
|
got "^13.0.0"
|
|
2123
2123
|
proxy-agent "^6.4.0"
|
|
2124
2124
|
|
|
2125
|
-
"@salesforce/plugin-auth@3.6.
|
|
2126
|
-
version "3.6.
|
|
2127
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
2128
|
-
integrity sha512-
|
|
2125
|
+
"@salesforce/plugin-auth@3.6.112":
|
|
2126
|
+
version "3.6.112"
|
|
2127
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.112.tgz"
|
|
2128
|
+
integrity sha512-UK4Bjm/D7SoJ/Q9Vu40GgnDngZ52ETD91R5RjKltNxuxKD3w3wTZ/6SHAcqKz38aM49w76eHtIoODpHlhVhPuQ==
|
|
2129
2129
|
dependencies:
|
|
2130
2130
|
"@inquirer/checkbox" "^2.5.0"
|
|
2131
2131
|
"@inquirer/select" "^2.5.0"
|
|
@@ -2135,7 +2135,7 @@
|
|
|
2135
2135
|
"@salesforce/plugin-info" "^3.4.52"
|
|
2136
2136
|
"@salesforce/sf-plugins-core" "^12.2.1"
|
|
2137
2137
|
"@salesforce/ts-types" "^2.0.11"
|
|
2138
|
-
open "^10.1.
|
|
2138
|
+
open "^10.1.1"
|
|
2139
2139
|
|
|
2140
2140
|
"@salesforce/plugin-command-reference@^3.1.45":
|
|
2141
2141
|
version "3.1.47"
|
|
@@ -2243,13 +2243,13 @@
|
|
|
2243
2243
|
open "^10.1.0"
|
|
2244
2244
|
terminal-link "^3.0.0"
|
|
2245
2245
|
|
|
2246
|
-
"@salesforce/plugin-packaging@2.13.
|
|
2247
|
-
version "2.13.
|
|
2248
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.13.
|
|
2249
|
-
integrity sha512-
|
|
2246
|
+
"@salesforce/plugin-packaging@2.13.1":
|
|
2247
|
+
version "2.13.1"
|
|
2248
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.13.1.tgz"
|
|
2249
|
+
integrity sha512-DN3fetWD0D98khzrAFQiz6flLhr9BhEFjPFMyP3+oEWMYYRD5Ij2Bvz5UYvMCJYKrl7KjjWYpiGSh9F69qxjJA==
|
|
2250
2250
|
dependencies:
|
|
2251
2251
|
"@oclif/core" "^4"
|
|
2252
|
-
"@salesforce/core" "^8.
|
|
2252
|
+
"@salesforce/core" "^8.9.1"
|
|
2253
2253
|
"@salesforce/kit" "^3.2.3"
|
|
2254
2254
|
"@salesforce/packaging" "^4.5.0"
|
|
2255
2255
|
"@salesforce/sf-plugins-core" "^12.2.1"
|
|
@@ -8941,10 +8941,10 @@ onetime@^5.1.0, onetime@^5.1.2:
|
|
|
8941
8941
|
dependencies:
|
|
8942
8942
|
mimic-fn "^2.1.0"
|
|
8943
8943
|
|
|
8944
|
-
open@^10.1.0:
|
|
8945
|
-
version "10.1.
|
|
8946
|
-
resolved "https://registry.npmjs.org/open/-/open-10.1.
|
|
8947
|
-
integrity sha512-
|
|
8944
|
+
open@^10.1.0, open@^10.1.1:
|
|
8945
|
+
version "10.1.1"
|
|
8946
|
+
resolved "https://registry.npmjs.org/open/-/open-10.1.1.tgz"
|
|
8947
|
+
integrity sha512-zy1wx4+P3PfhXSEPJNtZmJXfhkkIaxU1VauWIrDZw1O7uJRDRJtKr9n3Ic4NgbA16KyOxOXO2ng9gYwCdXuSXA==
|
|
8948
8948
|
dependencies:
|
|
8949
8949
|
default-browser "^5.2.1"
|
|
8950
8950
|
define-lazy-prop "^3.0.0"
|
package/oclif.manifest.json
CHANGED
|
@@ -3192,131 +3192,6 @@
|
|
|
3192
3192
|
"snapshot:delete:org"
|
|
3193
3193
|
]
|
|
3194
3194
|
},
|
|
3195
|
-
"org:get:snapshot": {
|
|
3196
|
-
"aliases": [
|
|
3197
|
-
"force:org:snapshot:get"
|
|
3198
|
-
],
|
|
3199
|
-
"args": {},
|
|
3200
|
-
"deprecateAliases": true,
|
|
3201
|
-
"description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
|
|
3202
|
-
"examples": [
|
|
3203
|
-
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
3204
|
-
"Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
|
|
3205
|
-
],
|
|
3206
|
-
"flags": {
|
|
3207
|
-
"json": {
|
|
3208
|
-
"description": "Format output as json.",
|
|
3209
|
-
"helpGroup": "GLOBAL",
|
|
3210
|
-
"name": "json",
|
|
3211
|
-
"allowNo": false,
|
|
3212
|
-
"type": "boolean"
|
|
3213
|
-
},
|
|
3214
|
-
"flags-dir": {
|
|
3215
|
-
"helpGroup": "GLOBAL",
|
|
3216
|
-
"name": "flags-dir",
|
|
3217
|
-
"summary": "Import flag values from a directory.",
|
|
3218
|
-
"hasDynamicHelp": false,
|
|
3219
|
-
"multiple": false,
|
|
3220
|
-
"type": "option"
|
|
3221
|
-
},
|
|
3222
|
-
"target-dev-hub": {
|
|
3223
|
-
"aliases": [
|
|
3224
|
-
"targetdevhubusername"
|
|
3225
|
-
],
|
|
3226
|
-
"char": "v",
|
|
3227
|
-
"deprecateAliases": true,
|
|
3228
|
-
"name": "target-dev-hub",
|
|
3229
|
-
"noCacheDefault": true,
|
|
3230
|
-
"required": true,
|
|
3231
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
3232
|
-
"hasDynamicHelp": true,
|
|
3233
|
-
"multiple": false,
|
|
3234
|
-
"type": "option"
|
|
3235
|
-
},
|
|
3236
|
-
"api-version": {
|
|
3237
|
-
"aliases": [
|
|
3238
|
-
"apiversion"
|
|
3239
|
-
],
|
|
3240
|
-
"deprecateAliases": true,
|
|
3241
|
-
"description": "Override the api version used for api requests made by this command",
|
|
3242
|
-
"name": "api-version",
|
|
3243
|
-
"hasDynamicHelp": false,
|
|
3244
|
-
"multiple": false,
|
|
3245
|
-
"type": "option"
|
|
3246
|
-
},
|
|
3247
|
-
"loglevel": {
|
|
3248
|
-
"deprecated": {
|
|
3249
|
-
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
3250
|
-
},
|
|
3251
|
-
"hidden": true,
|
|
3252
|
-
"name": "loglevel",
|
|
3253
|
-
"hasDynamicHelp": false,
|
|
3254
|
-
"multiple": false,
|
|
3255
|
-
"type": "option"
|
|
3256
|
-
},
|
|
3257
|
-
"snapshot": {
|
|
3258
|
-
"char": "s",
|
|
3259
|
-
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
3260
|
-
"name": "snapshot",
|
|
3261
|
-
"required": true,
|
|
3262
|
-
"summary": "Name or ID of snapshot to retrieve.",
|
|
3263
|
-
"hasDynamicHelp": false,
|
|
3264
|
-
"multiple": false,
|
|
3265
|
-
"type": "option"
|
|
3266
|
-
}
|
|
3267
|
-
},
|
|
3268
|
-
"hasDynamicHelp": true,
|
|
3269
|
-
"hiddenAliases": [],
|
|
3270
|
-
"id": "org:get:snapshot",
|
|
3271
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
|
3272
|
-
"pluginName": "@salesforce/plugin-signups",
|
|
3273
|
-
"pluginType": "jit",
|
|
3274
|
-
"strict": true,
|
|
3275
|
-
"summary": "Get details about a scratch org snapshot.",
|
|
3276
|
-
"enableJsonFlag": true,
|
|
3277
|
-
"isESM": true,
|
|
3278
|
-
"relativePath": [
|
|
3279
|
-
"lib",
|
|
3280
|
-
"commands",
|
|
3281
|
-
"org",
|
|
3282
|
-
"get",
|
|
3283
|
-
"snapshot.js"
|
|
3284
|
-
],
|
|
3285
|
-
"aliasPermutations": [
|
|
3286
|
-
"force:org:snapshot:get",
|
|
3287
|
-
"org:force:snapshot:get",
|
|
3288
|
-
"org:snapshot:force:get",
|
|
3289
|
-
"org:snapshot:get:force",
|
|
3290
|
-
"force:snapshot:org:get",
|
|
3291
|
-
"snapshot:force:org:get",
|
|
3292
|
-
"snapshot:org:force:get",
|
|
3293
|
-
"snapshot:org:get:force",
|
|
3294
|
-
"force:snapshot:get:org",
|
|
3295
|
-
"snapshot:force:get:org",
|
|
3296
|
-
"snapshot:get:force:org",
|
|
3297
|
-
"snapshot:get:org:force",
|
|
3298
|
-
"force:org:get:snapshot",
|
|
3299
|
-
"org:force:get:snapshot",
|
|
3300
|
-
"org:get:force:snapshot",
|
|
3301
|
-
"org:get:snapshot:force",
|
|
3302
|
-
"force:get:org:snapshot",
|
|
3303
|
-
"get:force:org:snapshot",
|
|
3304
|
-
"get:org:force:snapshot",
|
|
3305
|
-
"get:org:snapshot:force",
|
|
3306
|
-
"force:get:snapshot:org",
|
|
3307
|
-
"get:force:snapshot:org",
|
|
3308
|
-
"get:snapshot:force:org",
|
|
3309
|
-
"get:snapshot:org:force"
|
|
3310
|
-
],
|
|
3311
|
-
"permutations": [
|
|
3312
|
-
"org:get:snapshot",
|
|
3313
|
-
"get:org:snapshot",
|
|
3314
|
-
"get:snapshot:org",
|
|
3315
|
-
"org:snapshot:get",
|
|
3316
|
-
"snapshot:org:get",
|
|
3317
|
-
"snapshot:get:org"
|
|
3318
|
-
]
|
|
3319
|
-
},
|
|
3320
3195
|
"org:list:shape": {
|
|
3321
3196
|
"aliases": [
|
|
3322
3197
|
"force:org:shape:list"
|
|
@@ -3529,6 +3404,131 @@
|
|
|
3529
3404
|
"snapshot:list:org"
|
|
3530
3405
|
]
|
|
3531
3406
|
},
|
|
3407
|
+
"org:get:snapshot": {
|
|
3408
|
+
"aliases": [
|
|
3409
|
+
"force:org:snapshot:get"
|
|
3410
|
+
],
|
|
3411
|
+
"args": {},
|
|
3412
|
+
"deprecateAliases": true,
|
|
3413
|
+
"description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
|
|
3414
|
+
"examples": [
|
|
3415
|
+
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
3416
|
+
"Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
|
|
3417
|
+
],
|
|
3418
|
+
"flags": {
|
|
3419
|
+
"json": {
|
|
3420
|
+
"description": "Format output as json.",
|
|
3421
|
+
"helpGroup": "GLOBAL",
|
|
3422
|
+
"name": "json",
|
|
3423
|
+
"allowNo": false,
|
|
3424
|
+
"type": "boolean"
|
|
3425
|
+
},
|
|
3426
|
+
"flags-dir": {
|
|
3427
|
+
"helpGroup": "GLOBAL",
|
|
3428
|
+
"name": "flags-dir",
|
|
3429
|
+
"summary": "Import flag values from a directory.",
|
|
3430
|
+
"hasDynamicHelp": false,
|
|
3431
|
+
"multiple": false,
|
|
3432
|
+
"type": "option"
|
|
3433
|
+
},
|
|
3434
|
+
"target-dev-hub": {
|
|
3435
|
+
"aliases": [
|
|
3436
|
+
"targetdevhubusername"
|
|
3437
|
+
],
|
|
3438
|
+
"char": "v",
|
|
3439
|
+
"deprecateAliases": true,
|
|
3440
|
+
"name": "target-dev-hub",
|
|
3441
|
+
"noCacheDefault": true,
|
|
3442
|
+
"required": true,
|
|
3443
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
3444
|
+
"hasDynamicHelp": true,
|
|
3445
|
+
"multiple": false,
|
|
3446
|
+
"type": "option"
|
|
3447
|
+
},
|
|
3448
|
+
"api-version": {
|
|
3449
|
+
"aliases": [
|
|
3450
|
+
"apiversion"
|
|
3451
|
+
],
|
|
3452
|
+
"deprecateAliases": true,
|
|
3453
|
+
"description": "Override the api version used for api requests made by this command",
|
|
3454
|
+
"name": "api-version",
|
|
3455
|
+
"hasDynamicHelp": false,
|
|
3456
|
+
"multiple": false,
|
|
3457
|
+
"type": "option"
|
|
3458
|
+
},
|
|
3459
|
+
"loglevel": {
|
|
3460
|
+
"deprecated": {
|
|
3461
|
+
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
3462
|
+
},
|
|
3463
|
+
"hidden": true,
|
|
3464
|
+
"name": "loglevel",
|
|
3465
|
+
"hasDynamicHelp": false,
|
|
3466
|
+
"multiple": false,
|
|
3467
|
+
"type": "option"
|
|
3468
|
+
},
|
|
3469
|
+
"snapshot": {
|
|
3470
|
+
"char": "s",
|
|
3471
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
3472
|
+
"name": "snapshot",
|
|
3473
|
+
"required": true,
|
|
3474
|
+
"summary": "Name or ID of snapshot to retrieve.",
|
|
3475
|
+
"hasDynamicHelp": false,
|
|
3476
|
+
"multiple": false,
|
|
3477
|
+
"type": "option"
|
|
3478
|
+
}
|
|
3479
|
+
},
|
|
3480
|
+
"hasDynamicHelp": true,
|
|
3481
|
+
"hiddenAliases": [],
|
|
3482
|
+
"id": "org:get:snapshot",
|
|
3483
|
+
"pluginAlias": "@salesforce/plugin-signups",
|
|
3484
|
+
"pluginName": "@salesforce/plugin-signups",
|
|
3485
|
+
"pluginType": "jit",
|
|
3486
|
+
"strict": true,
|
|
3487
|
+
"summary": "Get details about a scratch org snapshot.",
|
|
3488
|
+
"enableJsonFlag": true,
|
|
3489
|
+
"isESM": true,
|
|
3490
|
+
"relativePath": [
|
|
3491
|
+
"lib",
|
|
3492
|
+
"commands",
|
|
3493
|
+
"org",
|
|
3494
|
+
"get",
|
|
3495
|
+
"snapshot.js"
|
|
3496
|
+
],
|
|
3497
|
+
"aliasPermutations": [
|
|
3498
|
+
"force:org:snapshot:get",
|
|
3499
|
+
"org:force:snapshot:get",
|
|
3500
|
+
"org:snapshot:force:get",
|
|
3501
|
+
"org:snapshot:get:force",
|
|
3502
|
+
"force:snapshot:org:get",
|
|
3503
|
+
"snapshot:force:org:get",
|
|
3504
|
+
"snapshot:org:force:get",
|
|
3505
|
+
"snapshot:org:get:force",
|
|
3506
|
+
"force:snapshot:get:org",
|
|
3507
|
+
"snapshot:force:get:org",
|
|
3508
|
+
"snapshot:get:force:org",
|
|
3509
|
+
"snapshot:get:org:force",
|
|
3510
|
+
"force:org:get:snapshot",
|
|
3511
|
+
"org:force:get:snapshot",
|
|
3512
|
+
"org:get:force:snapshot",
|
|
3513
|
+
"org:get:snapshot:force",
|
|
3514
|
+
"force:get:org:snapshot",
|
|
3515
|
+
"get:force:org:snapshot",
|
|
3516
|
+
"get:org:force:snapshot",
|
|
3517
|
+
"get:org:snapshot:force",
|
|
3518
|
+
"force:get:snapshot:org",
|
|
3519
|
+
"get:force:snapshot:org",
|
|
3520
|
+
"get:snapshot:force:org",
|
|
3521
|
+
"get:snapshot:org:force"
|
|
3522
|
+
],
|
|
3523
|
+
"permutations": [
|
|
3524
|
+
"org:get:snapshot",
|
|
3525
|
+
"get:org:snapshot",
|
|
3526
|
+
"get:snapshot:org",
|
|
3527
|
+
"org:snapshot:get",
|
|
3528
|
+
"snapshot:org:get",
|
|
3529
|
+
"snapshot:get:org"
|
|
3530
|
+
]
|
|
3531
|
+
},
|
|
3532
3532
|
"force:lightning:lwc:test:create": {
|
|
3533
3533
|
"id": "force:lightning:lwc:test:create",
|
|
3534
3534
|
"description": "creates a Lightning web component test file with boilerplate code inside a __tests__ directory.",
|
|
@@ -4411,5 +4411,5 @@
|
|
|
4411
4411
|
]
|
|
4412
4412
|
}
|
|
4413
4413
|
},
|
|
4414
|
-
"version": "2.86.
|
|
4414
|
+
"version": "2.86.4"
|
|
4415
4415
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.86.
|
|
4
|
+
"version": "2.86.4",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -77,10 +77,10 @@
|
|
|
77
77
|
"jitPlugins": {
|
|
78
78
|
"@salesforce/plugin-code-analyzer": "5.0.0-beta.3",
|
|
79
79
|
"@salesforce/plugin-custom-metadata": "3.3.49",
|
|
80
|
-
"@salesforce/plugin-community": "3.3.
|
|
80
|
+
"@salesforce/plugin-community": "3.3.20",
|
|
81
81
|
"@salesforce/plugin-dev": "2.5.1",
|
|
82
82
|
"@salesforce/plugin-devops-center": "1.2.27",
|
|
83
|
-
"@salesforce/plugin-signups": "2.6.
|
|
83
|
+
"@salesforce/plugin-signups": "2.6.22",
|
|
84
84
|
"@salesforce/sfdx-plugin-lwc-test": "1.2.1",
|
|
85
85
|
"@salesforce/sfdx-scanner": "4.11.0"
|
|
86
86
|
},
|
|
@@ -158,14 +158,14 @@
|
|
|
158
158
|
"@salesforce/kit": "^3.1.6",
|
|
159
159
|
"@salesforce/plugin-apex": "3.6.12",
|
|
160
160
|
"@salesforce/plugin-api": "1.3.3",
|
|
161
|
-
"@salesforce/plugin-auth": "3.6.
|
|
161
|
+
"@salesforce/plugin-auth": "3.6.112",
|
|
162
162
|
"@salesforce/plugin-data": "4.0.26",
|
|
163
163
|
"@salesforce/plugin-deploy-retrieve": "3.22.4",
|
|
164
164
|
"@salesforce/plugin-info": "3.4.53",
|
|
165
165
|
"@salesforce/plugin-limits": "3.3.51",
|
|
166
166
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
167
167
|
"@salesforce/plugin-org": "5.6.1",
|
|
168
|
-
"@salesforce/plugin-packaging": "2.13.
|
|
168
|
+
"@salesforce/plugin-packaging": "2.13.1",
|
|
169
169
|
"@salesforce/plugin-schema": "3.3.59",
|
|
170
170
|
"@salesforce/plugin-settings": "2.4.23",
|
|
171
171
|
"@salesforce/plugin-sobject": "1.4.54",
|