@salesforce/cli 2.41.7 → 2.42.1
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 +17 -17
- package/npm-shrinkwrap.json +40 -41
- package/oclif.lock +28 -35
- package/oclif.manifest.json +14 -26
- package/package.json +9 -9
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.
|
|
27
|
+
@salesforce/cli/2.42.1 linux-x64 node-v20.12.2
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -873,7 +873,7 @@ DESCRIPTION
|
|
|
873
873
|
list all the commands
|
|
874
874
|
```
|
|
875
875
|
|
|
876
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/3.3.
|
|
876
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/3.3.3/src/commands/commands.ts)_
|
|
877
877
|
|
|
878
878
|
## `sf config get`
|
|
879
879
|
|
|
@@ -2598,7 +2598,7 @@ FLAG DESCRIPTIONS
|
|
|
2598
2598
|
sandbox.
|
|
2599
2599
|
```
|
|
2600
2600
|
|
|
2601
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
2601
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.9/src/commands/org/create/sandbox.ts)_
|
|
2602
2602
|
|
|
2603
2603
|
## `sf org create scratch`
|
|
2604
2604
|
|
|
@@ -2752,7 +2752,7 @@ FLAG DESCRIPTIONS
|
|
|
2752
2752
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
2753
2753
|
```
|
|
2754
2754
|
|
|
2755
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
2755
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.9/src/commands/org/create/scratch.ts)_
|
|
2756
2756
|
|
|
2757
2757
|
## `sf org create user`
|
|
2758
2758
|
|
|
@@ -2905,7 +2905,7 @@ EXAMPLES
|
|
|
2905
2905
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
2906
2906
|
```
|
|
2907
2907
|
|
|
2908
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
2908
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.9/src/commands/org/delete/sandbox.ts)_
|
|
2909
2909
|
|
|
2910
2910
|
## `sf org delete scratch`
|
|
2911
2911
|
|
|
@@ -2948,7 +2948,7 @@ EXAMPLES
|
|
|
2948
2948
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
2949
2949
|
```
|
|
2950
2950
|
|
|
2951
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
2951
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.9/src/commands/org/delete/scratch.ts)_
|
|
2952
2952
|
|
|
2953
2953
|
## `sf org disable tracking`
|
|
2954
2954
|
|
|
@@ -2987,7 +2987,7 @@ EXAMPLES
|
|
|
2987
2987
|
$ sf org disable tracking
|
|
2988
2988
|
```
|
|
2989
2989
|
|
|
2990
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
2990
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.9/src/commands/org/disable/tracking.ts)_
|
|
2991
2991
|
|
|
2992
2992
|
## `sf org display`
|
|
2993
2993
|
|
|
@@ -3032,7 +3032,7 @@ EXAMPLES
|
|
|
3032
3032
|
$ sf org display --target-org TestOrg1 --verbose
|
|
3033
3033
|
```
|
|
3034
3034
|
|
|
3035
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3035
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.9/src/commands/org/display.ts)_
|
|
3036
3036
|
|
|
3037
3037
|
## `sf org display user`
|
|
3038
3038
|
|
|
@@ -3113,7 +3113,7 @@ EXAMPLES
|
|
|
3113
3113
|
$ sf org enable tracking
|
|
3114
3114
|
```
|
|
3115
3115
|
|
|
3116
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3116
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.9/src/commands/org/enable/tracking.ts)_
|
|
3117
3117
|
|
|
3118
3118
|
## `sf org generate password`
|
|
3119
3119
|
|
|
@@ -3219,7 +3219,7 @@ EXAMPLES
|
|
|
3219
3219
|
$ sf org list --clean
|
|
3220
3220
|
```
|
|
3221
3221
|
|
|
3222
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3222
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.9/src/commands/org/list.ts)_
|
|
3223
3223
|
|
|
3224
3224
|
## `sf org list auth`
|
|
3225
3225
|
|
|
@@ -3358,7 +3358,7 @@ FLAG DESCRIPTIONS
|
|
|
3358
3358
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3359
3359
|
```
|
|
3360
3360
|
|
|
3361
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3361
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.9/src/commands/org/list/metadata.ts)_
|
|
3362
3362
|
|
|
3363
3363
|
## `sf org list metadata-types`
|
|
3364
3364
|
|
|
@@ -3413,7 +3413,7 @@ FLAG DESCRIPTIONS
|
|
|
3413
3413
|
Override the api version used for api requests made by this command
|
|
3414
3414
|
```
|
|
3415
3415
|
|
|
3416
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3416
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.9/src/commands/org/list/metadata-types.ts)_
|
|
3417
3417
|
|
|
3418
3418
|
## `sf org list sobject record-counts`
|
|
3419
3419
|
|
|
@@ -3987,7 +3987,7 @@ EXAMPLES
|
|
|
3987
3987
|
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
|
|
3988
3988
|
```
|
|
3989
3989
|
|
|
3990
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3990
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.9/src/commands/org/open.ts)_
|
|
3991
3991
|
|
|
3992
3992
|
## `sf org refresh sandbox`
|
|
3993
3993
|
|
|
@@ -4064,7 +4064,7 @@ FLAG DESCRIPTIONS
|
|
|
4064
4064
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
4065
4065
|
```
|
|
4066
4066
|
|
|
4067
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
4067
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.9/src/commands/org/refresh/sandbox.ts)_
|
|
4068
4068
|
|
|
4069
4069
|
## `sf org resume sandbox`
|
|
4070
4070
|
|
|
@@ -4127,7 +4127,7 @@ FLAG DESCRIPTIONS
|
|
|
4127
4127
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
4128
4128
|
```
|
|
4129
4129
|
|
|
4130
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
4130
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.9/src/commands/org/resume/sandbox.ts)_
|
|
4131
4131
|
|
|
4132
4132
|
## `sf org resume scratch`
|
|
4133
4133
|
|
|
@@ -4174,7 +4174,7 @@ FLAG DESCRIPTIONS
|
|
|
4174
4174
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
4175
4175
|
```
|
|
4176
4176
|
|
|
4177
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
4177
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.9/src/commands/org/resume/scratch.ts)_
|
|
4178
4178
|
|
|
4179
4179
|
## `sf package1 version create`
|
|
4180
4180
|
|
|
@@ -7701,7 +7701,7 @@ FLAG DESCRIPTIONS
|
|
|
7701
7701
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
7702
7702
|
```
|
|
7703
7703
|
|
|
7704
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.0
|
|
7704
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.1.0/src/commands/version.ts)_
|
|
7705
7705
|
|
|
7706
7706
|
## `sf visualforce generate component`
|
|
7707
7707
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.42.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.42.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^1.3.1",
|
|
14
14
|
"@oclif/core": "3.26.6",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.0.17",
|
|
16
|
-
"@oclif/plugin-commands": "3.3.
|
|
16
|
+
"@oclif/plugin-commands": "3.3.3",
|
|
17
17
|
"@oclif/plugin-help": "6.0.21",
|
|
18
18
|
"@oclif/plugin-not-found": "3.1.8",
|
|
19
19
|
"@oclif/plugin-plugins": "5.0.19",
|
|
20
20
|
"@oclif/plugin-search": "1.0.23",
|
|
21
21
|
"@oclif/plugin-update": "4.2.11",
|
|
22
|
-
"@oclif/plugin-version": "2.0
|
|
23
|
-
"@oclif/plugin-warn-if-update-available": "3.0.
|
|
22
|
+
"@oclif/plugin-version": "2.1.0",
|
|
23
|
+
"@oclif/plugin-warn-if-update-available": "3.0.17",
|
|
24
24
|
"@oclif/plugin-which": "3.1.9",
|
|
25
25
|
"@salesforce/core": "^7.2.0",
|
|
26
26
|
"@salesforce/kit": "^3.1.0",
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
"@salesforce/plugin-info": "3.2.7",
|
|
32
32
|
"@salesforce/plugin-limits": "3.3.5",
|
|
33
33
|
"@salesforce/plugin-marketplace": "1.2.5",
|
|
34
|
-
"@salesforce/plugin-org": "4.1.
|
|
34
|
+
"@salesforce/plugin-org": "4.1.9",
|
|
35
35
|
"@salesforce/plugin-packaging": "2.4.2",
|
|
36
36
|
"@salesforce/plugin-schema": "3.3.6",
|
|
37
37
|
"@salesforce/plugin-settings": "2.2.6",
|
|
38
38
|
"@salesforce/plugin-sobject": "1.4.1",
|
|
39
39
|
"@salesforce/plugin-source": "3.3.9",
|
|
40
|
-
"@salesforce/plugin-telemetry": "3.3.
|
|
40
|
+
"@salesforce/plugin-telemetry": "3.3.6",
|
|
41
41
|
"@salesforce/plugin-templates": "56.2.5",
|
|
42
42
|
"@salesforce/plugin-trust": "3.6.8",
|
|
43
43
|
"@salesforce/plugin-user": "3.5.5",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"typescript": "^5.4.3"
|
|
64
64
|
},
|
|
65
65
|
"engines": {
|
|
66
|
-
"node": ">=18.
|
|
66
|
+
"node": ">=18.6.0"
|
|
67
67
|
}
|
|
68
68
|
},
|
|
69
69
|
"node_modules/@aashutoshrathi/word-wrap": {
|
|
@@ -3793,16 +3793,13 @@
|
|
|
3793
3793
|
}
|
|
3794
3794
|
},
|
|
3795
3795
|
"node_modules/@oclif/plugin-commands": {
|
|
3796
|
-
"version": "3.3.
|
|
3797
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.3.
|
|
3798
|
-
"integrity": "sha512-
|
|
3796
|
+
"version": "3.3.3",
|
|
3797
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.3.3.tgz",
|
|
3798
|
+
"integrity": "sha512-8wRZnzvCLsc0+tfelu3FbkYq2GCHUSx2w5BiUMw8nBpZ5y3i3Oz/6TxcP3L52a8Up9LAP8PneQCsGoRid72PDA==",
|
|
3799
3799
|
"license": "MIT",
|
|
3800
3800
|
"dependencies": {
|
|
3801
3801
|
"@oclif/core": "^3.26.5",
|
|
3802
|
-
"lodash
|
|
3803
|
-
"lodash.sortby": "^4.7.0",
|
|
3804
|
-
"lodash.template": "^4.5.0",
|
|
3805
|
-
"lodash.uniqby": "^4.7.0"
|
|
3802
|
+
"lodash": "^4.17.21"
|
|
3806
3803
|
},
|
|
3807
3804
|
"engines": {
|
|
3808
3805
|
"node": ">=18.0.0"
|
|
@@ -4022,28 +4019,29 @@
|
|
|
4022
4019
|
}
|
|
4023
4020
|
},
|
|
4024
4021
|
"node_modules/@oclif/plugin-version": {
|
|
4025
|
-
"version": "2.0
|
|
4026
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.0.
|
|
4027
|
-
"integrity": "sha512-
|
|
4022
|
+
"version": "2.1.0",
|
|
4023
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.1.0.tgz",
|
|
4024
|
+
"integrity": "sha512-7aTo7pEkC6pDlqWlTwMS21Bby2rwEDHjPYZUwGhJmBGYON9gRb+EPP++jFM1+9/Vxhy1BonTO5kL3d4xySToew==",
|
|
4028
4025
|
"license": "MIT",
|
|
4029
4026
|
"dependencies": {
|
|
4030
|
-
"@oclif/core": "^3.26.5"
|
|
4027
|
+
"@oclif/core": "^3.26.5",
|
|
4028
|
+
"ansis": "^3.2.0"
|
|
4031
4029
|
},
|
|
4032
4030
|
"engines": {
|
|
4033
4031
|
"node": ">=18.0.0"
|
|
4034
4032
|
}
|
|
4035
4033
|
},
|
|
4036
4034
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
4037
|
-
"version": "3.0.
|
|
4038
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.
|
|
4039
|
-
"integrity": "sha512-
|
|
4035
|
+
"version": "3.0.17",
|
|
4036
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.17.tgz",
|
|
4037
|
+
"integrity": "sha512-pSWCbsn4+K+6WBNUyN/odMs1yqmM9kk00/wanIzWhtJDbrVKqR2e/mTyX2Nsuu9ZJJZdSauFOsoz/Xu3CITzcg==",
|
|
4040
4038
|
"license": "MIT",
|
|
4041
4039
|
"dependencies": {
|
|
4042
4040
|
"@oclif/core": "^3.26.0",
|
|
4043
4041
|
"chalk": "^5.3.0",
|
|
4044
4042
|
"debug": "^4.1.0",
|
|
4045
4043
|
"http-call": "^5.2.2",
|
|
4046
|
-
"lodash
|
|
4044
|
+
"lodash": "^4.17.21"
|
|
4047
4045
|
},
|
|
4048
4046
|
"engines": {
|
|
4049
4047
|
"node": ">=18.0.0"
|
|
@@ -4769,9 +4767,9 @@
|
|
|
4769
4767
|
}
|
|
4770
4768
|
},
|
|
4771
4769
|
"node_modules/@salesforce/plugin-org": {
|
|
4772
|
-
"version": "4.1.
|
|
4773
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.1.
|
|
4774
|
-
"integrity": "sha512-
|
|
4770
|
+
"version": "4.1.9",
|
|
4771
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.1.9.tgz",
|
|
4772
|
+
"integrity": "sha512-mD15nTkwtv/WL39GdCT+3sPrP+lx4zQGAIOjThv0/lxJWx+0BX8oVC3aLeyopp0oud8IaZYGiGumk5Lks1zD9g==",
|
|
4775
4773
|
"license": "BSD-3-Clause",
|
|
4776
4774
|
"dependencies": {
|
|
4777
4775
|
"@oclif/core": "^3.26.4",
|
|
@@ -5157,9 +5155,9 @@
|
|
|
5157
5155
|
}
|
|
5158
5156
|
},
|
|
5159
5157
|
"node_modules/@salesforce/plugin-telemetry": {
|
|
5160
|
-
"version": "3.3.
|
|
5161
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.3.
|
|
5162
|
-
"integrity": "sha512-
|
|
5158
|
+
"version": "3.3.6",
|
|
5159
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.3.6.tgz",
|
|
5160
|
+
"integrity": "sha512-r8oGkoE1/s/zoxoIsbY0xTbU9AwEGHHs1CZeyDj8+U9JyXwOPyn++8cFfTHPrxbQEzqL9+SYNuFHfhug3Gm3vg==",
|
|
5163
5161
|
"license": "BSD-3-Clause",
|
|
5164
5162
|
"dependencies": {
|
|
5165
5163
|
"@oclif/core": "^3.26.2",
|
|
@@ -7465,6 +7463,15 @@
|
|
|
7465
7463
|
"integrity": "sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==",
|
|
7466
7464
|
"license": "MIT"
|
|
7467
7465
|
},
|
|
7466
|
+
"node_modules/ansis": {
|
|
7467
|
+
"version": "3.2.0",
|
|
7468
|
+
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.2.0.tgz",
|
|
7469
|
+
"integrity": "sha512-Yk3BkHH9U7oPyCN3gL5Tc7CpahG/+UFv/6UG03C311Vy9lzRmA5uoxDTpU9CO3rGHL6KzJz/pdDeXZCZ5Mu/Sg==",
|
|
7470
|
+
"license": "ISC",
|
|
7471
|
+
"engines": {
|
|
7472
|
+
"node": ">=15"
|
|
7473
|
+
}
|
|
7474
|
+
},
|
|
7468
7475
|
"node_modules/anymatch": {
|
|
7469
7476
|
"version": "3.1.3",
|
|
7470
7477
|
"resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
|
|
@@ -14722,6 +14729,7 @@
|
|
|
14722
14729
|
"version": "3.0.0",
|
|
14723
14730
|
"resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz",
|
|
14724
14731
|
"integrity": "sha512-xYHt68QRoYGjeeM/XOE1uJtvXQAgvszfBhjV4yvsQH0u2i9I6cI6c6/eG4Hh3UAOVn0y/xAXwmTzEay49Q//HA==",
|
|
14732
|
+
"dev": true,
|
|
14725
14733
|
"license": "MIT"
|
|
14726
14734
|
},
|
|
14727
14735
|
"node_modules/lodash.camelcase": {
|
|
@@ -14829,12 +14837,6 @@
|
|
|
14829
14837
|
"integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==",
|
|
14830
14838
|
"license": "MIT"
|
|
14831
14839
|
},
|
|
14832
|
-
"node_modules/lodash.pickby": {
|
|
14833
|
-
"version": "4.6.0",
|
|
14834
|
-
"resolved": "https://registry.npmjs.org/lodash.pickby/-/lodash.pickby-4.6.0.tgz",
|
|
14835
|
-
"integrity": "sha512-AZV+GsS/6ckvPOVQPXSiFFacKvKB4kOQu6ynt9wz0F3LO4R9Ij4K1ddYsIytDpSgLz88JHd9P+oaLeej5/Sl7Q==",
|
|
14836
|
-
"license": "MIT"
|
|
14837
|
-
},
|
|
14838
14840
|
"node_modules/lodash.snakecase": {
|
|
14839
14841
|
"version": "4.1.1",
|
|
14840
14842
|
"resolved": "https://registry.npmjs.org/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz",
|
|
@@ -14846,6 +14848,7 @@
|
|
|
14846
14848
|
"version": "4.7.0",
|
|
14847
14849
|
"resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz",
|
|
14848
14850
|
"integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==",
|
|
14851
|
+
"dev": true,
|
|
14849
14852
|
"license": "MIT"
|
|
14850
14853
|
},
|
|
14851
14854
|
"node_modules/lodash.startcase": {
|
|
@@ -14859,6 +14862,7 @@
|
|
|
14859
14862
|
"version": "4.5.0",
|
|
14860
14863
|
"resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-4.5.0.tgz",
|
|
14861
14864
|
"integrity": "sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==",
|
|
14865
|
+
"dev": true,
|
|
14862
14866
|
"license": "MIT",
|
|
14863
14867
|
"dependencies": {
|
|
14864
14868
|
"lodash._reinterpolate": "^3.0.0",
|
|
@@ -14869,6 +14873,7 @@
|
|
|
14869
14873
|
"version": "4.2.0",
|
|
14870
14874
|
"resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz",
|
|
14871
14875
|
"integrity": "sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ==",
|
|
14876
|
+
"dev": true,
|
|
14872
14877
|
"license": "MIT",
|
|
14873
14878
|
"dependencies": {
|
|
14874
14879
|
"lodash._reinterpolate": "^3.0.0"
|
|
@@ -14887,12 +14892,6 @@
|
|
|
14887
14892
|
"dev": true,
|
|
14888
14893
|
"license": "MIT"
|
|
14889
14894
|
},
|
|
14890
|
-
"node_modules/lodash.uniqby": {
|
|
14891
|
-
"version": "4.7.0",
|
|
14892
|
-
"resolved": "https://registry.npmjs.org/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz",
|
|
14893
|
-
"integrity": "sha512-e/zcLx6CSbmaEgFHCA7BnoQKyCtKMxnuWrJygbwPs/AIn+IMKl66L8/s+wBUn5LRw2pZx3bUHibiV1b6aTWIww==",
|
|
14894
|
-
"license": "MIT"
|
|
14895
|
-
},
|
|
14896
14895
|
"node_modules/lodash.upperfirst": {
|
|
14897
14896
|
"version": "4.3.1",
|
|
14898
14897
|
"resolved": "https://registry.npmjs.org/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz",
|
package/oclif.lock
CHANGED
|
@@ -1883,16 +1883,13 @@
|
|
|
1883
1883
|
semver "^7.5.4"
|
|
1884
1884
|
ts-json-schema-generator "^1.4.0"
|
|
1885
1885
|
|
|
1886
|
-
"@oclif/plugin-commands@3.3.
|
|
1887
|
-
version "3.3.
|
|
1888
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.3.
|
|
1889
|
-
integrity sha512-
|
|
1886
|
+
"@oclif/plugin-commands@3.3.3":
|
|
1887
|
+
version "3.3.3"
|
|
1888
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.3.3.tgz"
|
|
1889
|
+
integrity sha512-8wRZnzvCLsc0+tfelu3FbkYq2GCHUSx2w5BiUMw8nBpZ5y3i3Oz/6TxcP3L52a8Up9LAP8PneQCsGoRid72PDA==
|
|
1890
1890
|
dependencies:
|
|
1891
1891
|
"@oclif/core" "^3.26.5"
|
|
1892
|
-
lodash
|
|
1893
|
-
lodash.sortby "^4.7.0"
|
|
1894
|
-
lodash.template "^4.5.0"
|
|
1895
|
-
lodash.uniqby "^4.7.0"
|
|
1892
|
+
lodash "^4.17.21"
|
|
1896
1893
|
|
|
1897
1894
|
"@oclif/plugin-help@^6.0.21", "@oclif/plugin-help@6.0.21":
|
|
1898
1895
|
version "6.0.21"
|
|
@@ -1950,23 +1947,24 @@
|
|
|
1950
1947
|
semver "^7.6.0"
|
|
1951
1948
|
tar-fs "^2.1.1"
|
|
1952
1949
|
|
|
1953
|
-
"@oclif/plugin-version@2.0
|
|
1954
|
-
version "2.0
|
|
1955
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.0.
|
|
1956
|
-
integrity sha512-
|
|
1950
|
+
"@oclif/plugin-version@2.1.0":
|
|
1951
|
+
version "2.1.0"
|
|
1952
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.1.0.tgz"
|
|
1953
|
+
integrity sha512-7aTo7pEkC6pDlqWlTwMS21Bby2rwEDHjPYZUwGhJmBGYON9gRb+EPP++jFM1+9/Vxhy1BonTO5kL3d4xySToew==
|
|
1957
1954
|
dependencies:
|
|
1958
1955
|
"@oclif/core" "^3.26.5"
|
|
1956
|
+
ansis "^3.2.0"
|
|
1959
1957
|
|
|
1960
|
-
"@oclif/plugin-warn-if-update-available@^3.0.14", "@oclif/plugin-warn-if-update-available@3.0.
|
|
1961
|
-
version "3.0.
|
|
1962
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.
|
|
1963
|
-
integrity sha512-
|
|
1958
|
+
"@oclif/plugin-warn-if-update-available@^3.0.14", "@oclif/plugin-warn-if-update-available@3.0.17":
|
|
1959
|
+
version "3.0.17"
|
|
1960
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.17.tgz"
|
|
1961
|
+
integrity sha512-pSWCbsn4+K+6WBNUyN/odMs1yqmM9kk00/wanIzWhtJDbrVKqR2e/mTyX2Nsuu9ZJJZdSauFOsoz/Xu3CITzcg==
|
|
1964
1962
|
dependencies:
|
|
1965
1963
|
"@oclif/core" "^3.26.0"
|
|
1966
1964
|
chalk "^5.3.0"
|
|
1967
1965
|
debug "^4.1.0"
|
|
1968
1966
|
http-call "^5.2.2"
|
|
1969
|
-
lodash
|
|
1967
|
+
lodash "^4.17.21"
|
|
1970
1968
|
|
|
1971
1969
|
"@oclif/plugin-which@3.1.9":
|
|
1972
1970
|
version "3.1.9"
|
|
@@ -2449,10 +2447,10 @@
|
|
|
2449
2447
|
got "^13.0.0"
|
|
2450
2448
|
proxy-agent "^6.4.0"
|
|
2451
2449
|
|
|
2452
|
-
"@salesforce/plugin-org@4.1.
|
|
2453
|
-
version "4.1.
|
|
2454
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.1.
|
|
2455
|
-
integrity sha512-
|
|
2450
|
+
"@salesforce/plugin-org@4.1.9":
|
|
2451
|
+
version "4.1.9"
|
|
2452
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.1.9.tgz"
|
|
2453
|
+
integrity sha512-mD15nTkwtv/WL39GdCT+3sPrP+lx4zQGAIOjThv0/lxJWx+0BX8oVC3aLeyopp0oud8IaZYGiGumk5Lks1zD9g==
|
|
2456
2454
|
dependencies:
|
|
2457
2455
|
"@oclif/core" "^3.26.4"
|
|
2458
2456
|
"@salesforce/core" "^7.3.5"
|
|
@@ -2556,10 +2554,10 @@
|
|
|
2556
2554
|
got "^13.0.0"
|
|
2557
2555
|
proxy-agent "^6.3.1"
|
|
2558
2556
|
|
|
2559
|
-
"@salesforce/plugin-telemetry@3.3.
|
|
2560
|
-
version "3.3.
|
|
2561
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.3.
|
|
2562
|
-
integrity sha512-
|
|
2557
|
+
"@salesforce/plugin-telemetry@3.3.6":
|
|
2558
|
+
version "3.3.6"
|
|
2559
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.3.6.tgz"
|
|
2560
|
+
integrity sha512-r8oGkoE1/s/zoxoIsbY0xTbU9AwEGHHs1CZeyDj8+U9JyXwOPyn++8cFfTHPrxbQEzqL9+SYNuFHfhug3Gm3vg==
|
|
2563
2561
|
dependencies:
|
|
2564
2562
|
"@oclif/core" "^3.26.2"
|
|
2565
2563
|
"@salesforce/core" "^7.2.0"
|
|
@@ -3879,6 +3877,11 @@ ansicolors@~0.3.2:
|
|
|
3879
3877
|
resolved "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz"
|
|
3880
3878
|
integrity sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==
|
|
3881
3879
|
|
|
3880
|
+
ansis@^3.2.0:
|
|
3881
|
+
version "3.2.0"
|
|
3882
|
+
resolved "https://registry.npmjs.org/ansis/-/ansis-3.2.0.tgz"
|
|
3883
|
+
integrity sha512-Yk3BkHH9U7oPyCN3gL5Tc7CpahG/+UFv/6UG03C311Vy9lzRmA5uoxDTpU9CO3rGHL6KzJz/pdDeXZCZ5Mu/Sg==
|
|
3884
|
+
|
|
3882
3885
|
anymatch@~3.1.2:
|
|
3883
3886
|
version "3.1.3"
|
|
3884
3887
|
resolved "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz"
|
|
@@ -8283,11 +8286,6 @@ lodash.once@^4.0.0:
|
|
|
8283
8286
|
resolved "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz"
|
|
8284
8287
|
integrity sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==
|
|
8285
8288
|
|
|
8286
|
-
lodash.pickby@^4.6.0:
|
|
8287
|
-
version "4.6.0"
|
|
8288
|
-
resolved "https://registry.npmjs.org/lodash.pickby/-/lodash.pickby-4.6.0.tgz"
|
|
8289
|
-
integrity sha512-AZV+GsS/6ckvPOVQPXSiFFacKvKB4kOQu6ynt9wz0F3LO4R9Ij4K1ddYsIytDpSgLz88JHd9P+oaLeej5/Sl7Q==
|
|
8290
|
-
|
|
8291
8289
|
lodash.snakecase@^4.1.1:
|
|
8292
8290
|
version "4.1.1"
|
|
8293
8291
|
resolved "https://registry.npmjs.org/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz"
|
|
@@ -8328,11 +8326,6 @@ lodash.uniq@^4.5.0:
|
|
|
8328
8326
|
resolved "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz"
|
|
8329
8327
|
integrity sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==
|
|
8330
8328
|
|
|
8331
|
-
lodash.uniqby@^4.7.0:
|
|
8332
|
-
version "4.7.0"
|
|
8333
|
-
resolved "https://registry.npmjs.org/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz"
|
|
8334
|
-
integrity sha512-e/zcLx6CSbmaEgFHCA7BnoQKyCtKMxnuWrJygbwPs/AIn+IMKl66L8/s+wBUn5LRw2pZx3bUHibiV1b6aTWIww==
|
|
8335
|
-
|
|
8336
8329
|
lodash.upperfirst@^4.3.1:
|
|
8337
8330
|
version "4.3.1"
|
|
8338
8331
|
resolved "https://registry.npmjs.org/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz"
|
package/oclif.manifest.json
CHANGED
|
@@ -1814,7 +1814,7 @@
|
|
|
1814
1814
|
"project:deploy:pipeline:quick": {
|
|
1815
1815
|
"aliases": [],
|
|
1816
1816
|
"args": {},
|
|
1817
|
-
"description": "
|
|
1817
|
+
"description": "The first time you run any \"project deploy pipeline\" command, be sure to authorize the org in which DevOps Center is installed. The easiest way to authorize an org is with the \"org login web\" command.\n\nBefore you run this command, create a validated deployment with the \"project deploy pipeline validate\" command, which returns a job ID. Validated deployments haven't been deployed to the org yet; you deploy them with this command. Either pass the job ID to this command or use the --use-most-recent flag to use the job ID of the most recently validated deployment. For the quick deploy to succeed, the associated validated deployment must also have succeeded.\n\nExecuting this quick deploy command takes less time than a standard deploy because it skips running Apex tests. These tests were previously run as part of the validation. Validating first and then running a quick deploy is useful if the deployment to your production org take several hours and you don’t want to risk a failed deploy.\n\nThis command doesn't support source-tracking. The source you deploy overwrites the corresponding metadata in your org. This command doesn’t attempt to merge your source with the versions in your org.",
|
|
1818
1818
|
"examples": [
|
|
1819
1819
|
"Run a quick deploy using your default Devops Center org and a job ID:\n<%= config.bin %> <%= command.id %> --job-id 0Af0x000017yLUFCA2",
|
|
1820
1820
|
"Asynchronously run a quick deploy of the most recently validated deployment using an org with alias \"my-prod-org\":\n<%= config.bin %> <%= command.id %> --async --use-most-recent --devops-center-username my-prod-org"
|
|
@@ -1857,11 +1857,8 @@
|
|
|
1857
1857
|
],
|
|
1858
1858
|
"name": "wait",
|
|
1859
1859
|
"summary": "Number of minutes to wait for command to complete and display results.",
|
|
1860
|
-
"default":
|
|
1861
|
-
|
|
1862
|
-
"unit": 0
|
|
1863
|
-
},
|
|
1864
|
-
"hasDynamicHelp": false,
|
|
1860
|
+
"default": "33 minutes",
|
|
1861
|
+
"hasDynamicHelp": true,
|
|
1865
1862
|
"helpValue": "<minutes>",
|
|
1866
1863
|
"multiple": false,
|
|
1867
1864
|
"type": "option"
|
|
@@ -1917,7 +1914,7 @@
|
|
|
1917
1914
|
"project:deploy:pipeline:report": {
|
|
1918
1915
|
"aliases": [],
|
|
1919
1916
|
"args": {},
|
|
1920
|
-
"description": "
|
|
1917
|
+
"description": "The first time you run any \"project deploy pipeline\" command, be sure to authorize the org in which DevOps Center is installed. The easiest way to authorize an org is with the \"org login web\" command.\n\nRun this command by either indicating a job ID or specifying the —use-most-recent flag to use the job ID of the most recent deploy operation.",
|
|
1921
1918
|
"examples": [
|
|
1922
1919
|
"Check the status using a job ID:\n<%= config.bin %> <%= command.id %> --devops-center-username MyStagingSandbox --job-id 0Af0x000017yLUFCA2",
|
|
1923
1920
|
"Check the status of the most recent deploy operation:\n<%= config.bin %> <%= command.id %> --devops-center-username MyStagingSandbox --use-most-recent"
|
|
@@ -1981,7 +1978,7 @@
|
|
|
1981
1978
|
"project:deploy:pipeline:resume": {
|
|
1982
1979
|
"aliases": [],
|
|
1983
1980
|
"args": {},
|
|
1984
|
-
"description": "
|
|
1981
|
+
"description": "The first time you run any \"project deploy pipeline\" command, be sure to authorize the org in which DevOps Center is installed. The easiest way to authorize an org is with the \"org login web\" command. \n\nUse this command to resume watching a pipeline deploy operation if the original command times out or you specified the --async flag.\n\nRun this command by either indicating a job ID or specifying the --use-most-recent flag to use the job ID of the most recent deploy operation.",
|
|
1985
1982
|
"examples": [
|
|
1986
1983
|
"Resume watching a deploy operation using a job ID:\n<%= config.bin %> <%= command.id %> --job-id 0Af0x000017yLUFCA2",
|
|
1987
1984
|
"Resume watching the most recent deploy operation:\n<%= config.bin %> <%= command.id %> --use-most-recent"
|
|
@@ -2043,11 +2040,8 @@
|
|
|
2043
2040
|
],
|
|
2044
2041
|
"name": "wait",
|
|
2045
2042
|
"summary": "Number of minutes to wait for command to complete and display results.",
|
|
2046
|
-
"default":
|
|
2047
|
-
|
|
2048
|
-
"unit": 0
|
|
2049
|
-
},
|
|
2050
|
-
"hasDynamicHelp": false,
|
|
2043
|
+
"default": "33 minutes",
|
|
2044
|
+
"hasDynamicHelp": true,
|
|
2051
2045
|
"helpValue": "<minutes>",
|
|
2052
2046
|
"multiple": false,
|
|
2053
2047
|
"type": "option"
|
|
@@ -2077,7 +2071,7 @@
|
|
|
2077
2071
|
"project:deploy:pipeline:start": {
|
|
2078
2072
|
"aliases": [],
|
|
2079
2073
|
"args": {},
|
|
2080
|
-
"description": "
|
|
2074
|
+
"description": "The first time you run any \"project deploy pipeline\" command, be sure to authorize the org in which DevOps Center is installed. The easiest way to authorize an org is with the \"org login web\" command.\n\nBefore you run this command, changes in the pipeline stage's branch must be merged in the source control repository.",
|
|
2081
2075
|
"examples": [
|
|
2082
2076
|
"Deploy changes in the Staging branch to the Staging environment (sandbox), if the previous stage is the bundling stage:\n<%= config.bin %> <%= command.id %> --devops-center-project-name “Recruiting App” --branch-name staging --devops-center-username MyStagingSandbox --bundle-version-name 1.0",
|
|
2083
2077
|
"Deploy all changes in the main branch to the release environment:\n<%= config.bin %> <%= command.id %> --devops-center-project-name “Recruiting App” --branch-name main --devops-center-username MyReleaseOrg --deploy-all"
|
|
@@ -2173,11 +2167,8 @@
|
|
|
2173
2167
|
],
|
|
2174
2168
|
"name": "wait",
|
|
2175
2169
|
"summary": "Number of minutes to wait for command to complete and display results.",
|
|
2176
|
-
"default":
|
|
2177
|
-
|
|
2178
|
-
"unit": 0
|
|
2179
|
-
},
|
|
2180
|
-
"hasDynamicHelp": false,
|
|
2170
|
+
"default": "33 minutes",
|
|
2171
|
+
"hasDynamicHelp": true,
|
|
2181
2172
|
"helpValue": "<minutes>",
|
|
2182
2173
|
"multiple": false,
|
|
2183
2174
|
"type": "option"
|
|
@@ -2222,7 +2213,7 @@
|
|
|
2222
2213
|
"project:deploy:pipeline:validate": {
|
|
2223
2214
|
"aliases": [],
|
|
2224
2215
|
"args": {},
|
|
2225
|
-
"description": "
|
|
2216
|
+
"description": "The first time you run any \"project deploy pipeline\" command, be sure to authorize the org in which DevOps Center is installed. The easiest way to authorize an org is with the \"org login web\" command.\n\nA validation runs Apex tests to verify whether a deployment will succeed without actually deploying the metadata to your environment, so you can then quickly deploy the changes later without re-running the tests.",
|
|
2226
2217
|
"examples": [
|
|
2227
2218
|
"Perform a validate-only deployment from the Staging branch to the Staging environment (sandbox):\n<%= config.bin %> <%= command.id %> --devops-center-project-name “Recruiting App” --branch-name staging --devops-center-username MyStagingSandbox",
|
|
2228
2219
|
"Perform a validate-only deployment of all changes from the main branch to the release environment:\n<%= config.bin %> <%= command.id %> --devops-center-project-name “Recruiting App” --branch-name main --devops-center-username MyReleaseOrg --deploy-all"
|
|
@@ -2318,11 +2309,8 @@
|
|
|
2318
2309
|
],
|
|
2319
2310
|
"name": "wait",
|
|
2320
2311
|
"summary": "Number of minutes to wait for command to complete and display results.",
|
|
2321
|
-
"default":
|
|
2322
|
-
|
|
2323
|
-
"unit": 0
|
|
2324
|
-
},
|
|
2325
|
-
"hasDynamicHelp": false,
|
|
2312
|
+
"default": "33 minutes",
|
|
2313
|
+
"hasDynamicHelp": true,
|
|
2326
2314
|
"helpValue": "<minutes>",
|
|
2327
2315
|
"multiple": false,
|
|
2328
2316
|
"type": "option"
|
|
@@ -5391,5 +5379,5 @@
|
|
|
5391
5379
|
]
|
|
5392
5380
|
}
|
|
5393
5381
|
},
|
|
5394
|
-
"version": "2.
|
|
5382
|
+
"version": "2.42.1"
|
|
5395
5383
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.42.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"homepage": "https://github.com/salesforcecli/cli",
|
|
11
11
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
12
12
|
"engines": {
|
|
13
|
-
"node": ">=18.
|
|
13
|
+
"node": ">=18.6.0"
|
|
14
14
|
},
|
|
15
15
|
"packageManager": "yarn@1.22.19",
|
|
16
16
|
"files": [
|
|
@@ -78,10 +78,10 @@
|
|
|
78
78
|
"@salesforce/plugin-custom-metadata": "3.3.6",
|
|
79
79
|
"@salesforce/plugin-community": "3.2.8",
|
|
80
80
|
"@salesforce/plugin-dev": "2.3.1",
|
|
81
|
-
"@salesforce/plugin-devops-center": "1.2.
|
|
81
|
+
"@salesforce/plugin-devops-center": "1.2.10",
|
|
82
82
|
"@salesforce/plugin-env": "3.0.29",
|
|
83
83
|
"@salesforce/plugin-functions": "1.23.0",
|
|
84
|
-
"@salesforce/plugin-signups": "2.3.
|
|
84
|
+
"@salesforce/plugin-signups": "2.3.1",
|
|
85
85
|
"@salesforce/sfdx-plugin-lwc-test": "1.2.0",
|
|
86
86
|
"@salesforce/sfdx-scanner": "3.24.0"
|
|
87
87
|
},
|
|
@@ -141,14 +141,14 @@
|
|
|
141
141
|
"@inquirer/select": "^1.3.1",
|
|
142
142
|
"@oclif/core": "3.26.6",
|
|
143
143
|
"@oclif/plugin-autocomplete": "3.0.17",
|
|
144
|
-
"@oclif/plugin-commands": "3.3.
|
|
144
|
+
"@oclif/plugin-commands": "3.3.3",
|
|
145
145
|
"@oclif/plugin-help": "6.0.21",
|
|
146
146
|
"@oclif/plugin-not-found": "3.1.8",
|
|
147
147
|
"@oclif/plugin-plugins": "5.0.19",
|
|
148
148
|
"@oclif/plugin-search": "1.0.23",
|
|
149
149
|
"@oclif/plugin-update": "4.2.11",
|
|
150
|
-
"@oclif/plugin-version": "2.0
|
|
151
|
-
"@oclif/plugin-warn-if-update-available": "3.0.
|
|
150
|
+
"@oclif/plugin-version": "2.1.0",
|
|
151
|
+
"@oclif/plugin-warn-if-update-available": "3.0.17",
|
|
152
152
|
"@oclif/plugin-which": "3.1.9",
|
|
153
153
|
"@salesforce/core": "^7.2.0",
|
|
154
154
|
"@salesforce/kit": "^3.1.0",
|
|
@@ -159,13 +159,13 @@
|
|
|
159
159
|
"@salesforce/plugin-info": "3.2.7",
|
|
160
160
|
"@salesforce/plugin-limits": "3.3.5",
|
|
161
161
|
"@salesforce/plugin-marketplace": "1.2.5",
|
|
162
|
-
"@salesforce/plugin-org": "4.1.
|
|
162
|
+
"@salesforce/plugin-org": "4.1.9",
|
|
163
163
|
"@salesforce/plugin-packaging": "2.4.2",
|
|
164
164
|
"@salesforce/plugin-schema": "3.3.6",
|
|
165
165
|
"@salesforce/plugin-settings": "2.2.6",
|
|
166
166
|
"@salesforce/plugin-sobject": "1.4.1",
|
|
167
167
|
"@salesforce/plugin-source": "3.3.9",
|
|
168
|
-
"@salesforce/plugin-telemetry": "3.3.
|
|
168
|
+
"@salesforce/plugin-telemetry": "3.3.6",
|
|
169
169
|
"@salesforce/plugin-templates": "56.2.5",
|
|
170
170
|
"@salesforce/plugin-trust": "3.6.8",
|
|
171
171
|
"@salesforce/plugin-user": "3.5.5",
|