@salesforce/cli 2.19.0 → 2.19.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 +15 -74
- package/npm-shrinkwrap.json +18 -81
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.19.
|
|
27
|
+
@salesforce/cli/2.19.1 linux-x64 node-v20.9.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -100,8 +100,6 @@ See [architecture page](ARCHITECTURE.md) for diagrams of the Salesforce CLI.
|
|
|
100
100
|
- [`sf lightning generate event`](#sf-lightning-generate-event)
|
|
101
101
|
- [`sf lightning generate interface`](#sf-lightning-generate-interface)
|
|
102
102
|
- [`sf lightning generate test`](#sf-lightning-generate-test)
|
|
103
|
-
- [`sf login`](#sf-login)
|
|
104
|
-
- [`sf logout`](#sf-logout)
|
|
105
103
|
- [`sf org assign permset`](#sf-org-assign-permset)
|
|
106
104
|
- [`sf org assign permsetlicense`](#sf-org-assign-permsetlicense)
|
|
107
105
|
- [`sf org create sandbox`](#sf-org-create-sandbox)
|
|
@@ -3452,63 +3450,6 @@ FLAG DESCRIPTIONS
|
|
|
3452
3450
|
|
|
3453
3451
|
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.1/src/commands/lightning/generate/test.ts)_
|
|
3454
3452
|
|
|
3455
|
-
## `sf login`
|
|
3456
|
-
|
|
3457
|
-
Log interactively into an environment.
|
|
3458
|
-
|
|
3459
|
-
```
|
|
3460
|
-
USAGE
|
|
3461
|
-
$ sf login
|
|
3462
|
-
|
|
3463
|
-
DESCRIPTION
|
|
3464
|
-
Log interactively into an environment.
|
|
3465
|
-
|
|
3466
|
-
NOTE: This general command is deprecated. Use specific commands instead, such as "org login web" or "org login jwt".
|
|
3467
|
-
|
|
3468
|
-
Logging into an environment authorizes the CLI to run other commands that connect to that environment.
|
|
3469
|
-
|
|
3470
|
-
EXAMPLES
|
|
3471
|
-
Log in interactively:
|
|
3472
|
-
|
|
3473
|
-
$ sf login
|
|
3474
|
-
```
|
|
3475
|
-
|
|
3476
|
-
_See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/2.0.4/src/commands/login.ts)_
|
|
3477
|
-
|
|
3478
|
-
## `sf logout`
|
|
3479
|
-
|
|
3480
|
-
Log out interactively from environments.
|
|
3481
|
-
|
|
3482
|
-
```
|
|
3483
|
-
USAGE
|
|
3484
|
-
$ sf logout [--json] [--no-prompt]
|
|
3485
|
-
|
|
3486
|
-
FLAGS
|
|
3487
|
-
--no-prompt Don't prompt for confirmation; logs you out of all environments.
|
|
3488
|
-
|
|
3489
|
-
GLOBAL FLAGS
|
|
3490
|
-
--json Format output as json.
|
|
3491
|
-
|
|
3492
|
-
DESCRIPTION
|
|
3493
|
-
Log out interactively from environments.
|
|
3494
|
-
|
|
3495
|
-
NOTE: This general command is deprecated. Use specific commands instead, such as "org login web" or "org login jwt".
|
|
3496
|
-
|
|
3497
|
-
By default, the command prompts you to select which environments you want to log out of. Use --no-prompt to not be
|
|
3498
|
-
prompted and log out of all environments.
|
|
3499
|
-
|
|
3500
|
-
EXAMPLES
|
|
3501
|
-
Interactively select the environments to log out of:
|
|
3502
|
-
|
|
3503
|
-
$ sf logout
|
|
3504
|
-
|
|
3505
|
-
Log out of all environments, without being prompted:
|
|
3506
|
-
|
|
3507
|
-
$ sf logout --no-prompt
|
|
3508
|
-
```
|
|
3509
|
-
|
|
3510
|
-
_See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/2.0.4/src/commands/logout.ts)_
|
|
3511
|
-
|
|
3512
3453
|
## `sf org assign permset`
|
|
3513
3454
|
|
|
3514
3455
|
Assign a permission set to one or more users of a scratch org.
|
|
@@ -4249,7 +4190,7 @@ EXAMPLES
|
|
|
4249
4190
|
$ sf org list auth
|
|
4250
4191
|
```
|
|
4251
4192
|
|
|
4252
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
4193
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.6/src/commands/org/list/auth.ts)_
|
|
4253
4194
|
|
|
4254
4195
|
## `sf org list limits`
|
|
4255
4196
|
|
|
@@ -4537,7 +4478,7 @@ FLAG DESCRIPTIONS
|
|
|
4537
4478
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
4538
4479
|
```
|
|
4539
4480
|
|
|
4540
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
4481
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.6/src/commands/org/login/access-token.ts)_
|
|
4541
4482
|
|
|
4542
4483
|
## `sf org login device`
|
|
4543
4484
|
|
|
@@ -4596,7 +4537,7 @@ FLAG DESCRIPTIONS
|
|
|
4596
4537
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
4597
4538
|
```
|
|
4598
4539
|
|
|
4599
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
4540
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.6/src/commands/org/login/device.ts)_
|
|
4600
4541
|
|
|
4601
4542
|
## `sf org login jwt`
|
|
4602
4543
|
|
|
@@ -4685,7 +4626,7 @@ FLAG DESCRIPTIONS
|
|
|
4685
4626
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
4686
4627
|
```
|
|
4687
4628
|
|
|
4688
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
4629
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.6/src/commands/org/login/jwt.ts)_
|
|
4689
4630
|
|
|
4690
4631
|
## `sf org login sfdx-url`
|
|
4691
4632
|
|
|
@@ -4743,7 +4684,7 @@ EXAMPLES
|
|
|
4743
4684
|
$ sf org login sfdx-url --sfdx-url-file files/authFile.json --set-default --alias MyDefaultOrg
|
|
4744
4685
|
```
|
|
4745
4686
|
|
|
4746
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
4687
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.6/src/commands/org/login/sfdx-url.ts)_
|
|
4747
4688
|
|
|
4748
4689
|
## `sf org login web`
|
|
4749
4690
|
|
|
@@ -4828,7 +4769,7 @@ FLAG DESCRIPTIONS
|
|
|
4828
4769
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
4829
4770
|
```
|
|
4830
4771
|
|
|
4831
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
4772
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.6/src/commands/org/login/web.ts)_
|
|
4832
4773
|
|
|
4833
4774
|
## `sf org logout`
|
|
4834
4775
|
|
|
@@ -4888,7 +4829,7 @@ FLAG DESCRIPTIONS
|
|
|
4888
4829
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
4889
4830
|
```
|
|
4890
4831
|
|
|
4891
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
4832
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.6/src/commands/org/logout.ts)_
|
|
4892
4833
|
|
|
4893
4834
|
## `sf org open`
|
|
4894
4835
|
|
|
@@ -5084,7 +5025,7 @@ EXAMPLES
|
|
|
5084
5025
|
$ sf plugins
|
|
5085
5026
|
```
|
|
5086
5027
|
|
|
5087
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5028
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.8/src/commands/plugins/index.ts)_
|
|
5088
5029
|
|
|
5089
5030
|
## `sf plugins discover`
|
|
5090
5031
|
|
|
@@ -5128,7 +5069,7 @@ EXAMPLES
|
|
|
5128
5069
|
$ sf plugins inspect myplugin
|
|
5129
5070
|
```
|
|
5130
5071
|
|
|
5131
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5072
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.8/src/commands/plugins/inspect.ts)_
|
|
5132
5073
|
|
|
5133
5074
|
## `sf plugins:install PLUGIN...`
|
|
5134
5075
|
|
|
@@ -5172,7 +5113,7 @@ EXAMPLES
|
|
|
5172
5113
|
$ sf plugins install someuser/someplugin
|
|
5173
5114
|
```
|
|
5174
5115
|
|
|
5175
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5116
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.8/src/commands/plugins/install.ts)_
|
|
5176
5117
|
|
|
5177
5118
|
## `sf plugins:link PLUGIN`
|
|
5178
5119
|
|
|
@@ -5202,7 +5143,7 @@ EXAMPLES
|
|
|
5202
5143
|
$ sf plugins link myplugin
|
|
5203
5144
|
```
|
|
5204
5145
|
|
|
5205
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5146
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.8/src/commands/plugins/link.ts)_
|
|
5206
5147
|
|
|
5207
5148
|
## `sf plugins reset`
|
|
5208
5149
|
|
|
@@ -5213,7 +5154,7 @@ USAGE
|
|
|
5213
5154
|
$ sf plugins reset
|
|
5214
5155
|
```
|
|
5215
5156
|
|
|
5216
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5157
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.8/src/commands/plugins/reset.ts)_
|
|
5217
5158
|
|
|
5218
5159
|
## `sf plugins trust verify`
|
|
5219
5160
|
|
|
@@ -5269,7 +5210,7 @@ EXAMPLES
|
|
|
5269
5210
|
$ sf plugins uninstall myplugin
|
|
5270
5211
|
```
|
|
5271
5212
|
|
|
5272
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5213
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.8/src/commands/plugins/uninstall.ts)_
|
|
5273
5214
|
|
|
5274
5215
|
## `sf plugins update`
|
|
5275
5216
|
|
|
@@ -5287,7 +5228,7 @@ DESCRIPTION
|
|
|
5287
5228
|
Update installed plugins.
|
|
5288
5229
|
```
|
|
5289
5230
|
|
|
5290
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5231
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.8/src/commands/plugins/update.ts)_
|
|
5291
5232
|
|
|
5292
5233
|
## `sf project convert mdapi`
|
|
5293
5234
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.19.
|
|
3
|
+
"version": "2.19.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.19.
|
|
9
|
+
"version": "2.19.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@oclif/plugin-commands": "3.0.6",
|
|
16
16
|
"@oclif/plugin-help": "6.0.6",
|
|
17
17
|
"@oclif/plugin-not-found": "3.0.4",
|
|
18
|
-
"@oclif/plugin-plugins": "4.1.
|
|
18
|
+
"@oclif/plugin-plugins": "4.1.8",
|
|
19
19
|
"@oclif/plugin-search": "1.0.7",
|
|
20
20
|
"@oclif/plugin-update": "4.1.3",
|
|
21
21
|
"@oclif/plugin-version": "2.0.6",
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
"@oclif/plugin-which": "3.0.9",
|
|
24
24
|
"@salesforce/core": "^6.1.3",
|
|
25
25
|
"@salesforce/plugin-apex": "3.0.4",
|
|
26
|
-
"@salesforce/plugin-auth": "3.0.
|
|
26
|
+
"@salesforce/plugin-auth": "3.0.6",
|
|
27
27
|
"@salesforce/plugin-data": "3.0.1",
|
|
28
28
|
"@salesforce/plugin-deploy-retrieve": "2.1.1",
|
|
29
29
|
"@salesforce/plugin-info": "3.0.3",
|
|
30
30
|
"@salesforce/plugin-limits": "3.0.2",
|
|
31
|
-
"@salesforce/plugin-login": "2.0.
|
|
31
|
+
"@salesforce/plugin-login": "2.0.5",
|
|
32
32
|
"@salesforce/plugin-marketplace": "1.0.6",
|
|
33
33
|
"@salesforce/plugin-org": "3.0.5",
|
|
34
34
|
"@salesforce/plugin-schema": "3.0.4",
|
|
@@ -2445,9 +2445,9 @@
|
|
|
2445
2445
|
}
|
|
2446
2446
|
},
|
|
2447
2447
|
"node_modules/@oclif/plugin-plugins": {
|
|
2448
|
-
"version": "4.1.
|
|
2449
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.1.
|
|
2450
|
-
"integrity": "sha512-
|
|
2448
|
+
"version": "4.1.8",
|
|
2449
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.1.8.tgz",
|
|
2450
|
+
"integrity": "sha512-sowXVWJyUALqzB2tekGtB9gnKANfSL2Gy5ov9ZliqVj7jU643JH3n4g7j5sDEziR6rQ14/ZMiyDwbweeSWb9gQ==",
|
|
2451
2451
|
"license": "MIT",
|
|
2452
2452
|
"dependencies": {
|
|
2453
2453
|
"@oclif/core": "^3.10.2",
|
|
@@ -7145,13 +7145,13 @@
|
|
|
7145
7145
|
}
|
|
7146
7146
|
},
|
|
7147
7147
|
"node_modules/@salesforce/plugin-auth": {
|
|
7148
|
-
"version": "3.0.
|
|
7149
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.0.
|
|
7150
|
-
"integrity": "sha512-
|
|
7148
|
+
"version": "3.0.6",
|
|
7149
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.0.6.tgz",
|
|
7150
|
+
"integrity": "sha512-A2YWc7sEiC3zhyzAssDjuP2W/YmNZP6tOPAH5/ilKsEfJ8acN7M7DUzOPNG3xLJ1WarHTNx+Bxiz9m3Szl22Ug==",
|
|
7151
7151
|
"license": "BSD-3-Clause",
|
|
7152
7152
|
"dependencies": {
|
|
7153
7153
|
"@oclif/core": "^3.10.8",
|
|
7154
|
-
"@salesforce/core": "^6.1.
|
|
7154
|
+
"@salesforce/core": "^6.1.3",
|
|
7155
7155
|
"@salesforce/kit": "^3.0.15",
|
|
7156
7156
|
"@salesforce/sf-plugins-core": "^5.0.1",
|
|
7157
7157
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -7598,83 +7598,20 @@
|
|
|
7598
7598
|
}
|
|
7599
7599
|
},
|
|
7600
7600
|
"node_modules/@salesforce/plugin-login": {
|
|
7601
|
-
"version": "2.0.
|
|
7602
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-2.0.
|
|
7603
|
-
"integrity": "sha512-
|
|
7601
|
+
"version": "2.0.5",
|
|
7602
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-2.0.5.tgz",
|
|
7603
|
+
"integrity": "sha512-94PBniSVO1yeu7JFDSAOfNTL2/NZLsNnXKYQsrLb1vl7Vsph+BUWT68Uo1lwWmEzG1m+m6VxkTundLw5w7CuDw==",
|
|
7604
7604
|
"license": "BSD-3-Clause",
|
|
7605
7605
|
"dependencies": {
|
|
7606
|
-
"@oclif/core": "^3.
|
|
7607
|
-
"@salesforce/core": "^
|
|
7608
|
-
"@salesforce/sf-plugins-core": "^
|
|
7606
|
+
"@oclif/core": "^3.11.0",
|
|
7607
|
+
"@salesforce/core": "^6.1.3",
|
|
7608
|
+
"@salesforce/sf-plugins-core": "^5.0.1",
|
|
7609
7609
|
"chalk": "^5.3.0"
|
|
7610
7610
|
},
|
|
7611
7611
|
"engines": {
|
|
7612
7612
|
"node": ">=18.0.0"
|
|
7613
7613
|
}
|
|
7614
7614
|
},
|
|
7615
|
-
"node_modules/@salesforce/plugin-login/node_modules/@salesforce/core": {
|
|
7616
|
-
"version": "5.3.20",
|
|
7617
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.3.20.tgz",
|
|
7618
|
-
"integrity": "sha512-y+O6O2c8OYFDrAy2qsG+pAcNxoyL14nmBXcBRRcYA7Huj8ikK+aLJK84PuVAYdQz+hNwImQF+69IWtDkpK4Irg==",
|
|
7619
|
-
"license": "BSD-3-Clause",
|
|
7620
|
-
"dependencies": {
|
|
7621
|
-
"@salesforce/kit": "^3.0.15",
|
|
7622
|
-
"@salesforce/schemas": "^1.6.1",
|
|
7623
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
7624
|
-
"@types/semver": "^7.5.4",
|
|
7625
|
-
"ajv": "^8.12.0",
|
|
7626
|
-
"change-case": "^4.1.2",
|
|
7627
|
-
"faye": "^1.4.0",
|
|
7628
|
-
"form-data": "^4.0.0",
|
|
7629
|
-
"js2xmlparser": "^4.0.1",
|
|
7630
|
-
"jsforce": "^2.0.0-beta.28",
|
|
7631
|
-
"jsonwebtoken": "9.0.2",
|
|
7632
|
-
"jszip": "3.10.1",
|
|
7633
|
-
"pino": "^8.16.0",
|
|
7634
|
-
"pino-abstract-transport": "^1.0.0",
|
|
7635
|
-
"pino-pretty": "^10.2.3",
|
|
7636
|
-
"proper-lockfile": "^4.1.2",
|
|
7637
|
-
"semver": "^7.5.4",
|
|
7638
|
-
"ts-retry-promise": "^0.7.1"
|
|
7639
|
-
},
|
|
7640
|
-
"engines": {
|
|
7641
|
-
"node": ">=16.0.0"
|
|
7642
|
-
}
|
|
7643
|
-
},
|
|
7644
|
-
"node_modules/@salesforce/plugin-login/node_modules/@salesforce/sf-plugins-core": {
|
|
7645
|
-
"version": "4.1.2",
|
|
7646
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-4.1.2.tgz",
|
|
7647
|
-
"integrity": "sha512-mjb9mLyfLos4Y+/qhko2mrKgwxMzWipAnR/Inuu9cuw4dK9sCgHl79t4zU+6FyNT2T14Q9md/hDXN5QNg0eGJA==",
|
|
7648
|
-
"license": "BSD-3-Clause",
|
|
7649
|
-
"dependencies": {
|
|
7650
|
-
"@oclif/core": "^3.0.0",
|
|
7651
|
-
"@salesforce/core": "^5.3.1",
|
|
7652
|
-
"@salesforce/kit": "^3.0.13",
|
|
7653
|
-
"@salesforce/ts-types": "^2.0.7",
|
|
7654
|
-
"@types/inquirer": "^8.2.3",
|
|
7655
|
-
"chalk": "^4",
|
|
7656
|
-
"inquirer": "^8.2.5"
|
|
7657
|
-
},
|
|
7658
|
-
"engines": {
|
|
7659
|
-
"node": ">=16.0.0"
|
|
7660
|
-
}
|
|
7661
|
-
},
|
|
7662
|
-
"node_modules/@salesforce/plugin-login/node_modules/@salesforce/sf-plugins-core/node_modules/chalk": {
|
|
7663
|
-
"version": "4.1.2",
|
|
7664
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
7665
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
7666
|
-
"license": "MIT",
|
|
7667
|
-
"dependencies": {
|
|
7668
|
-
"ansi-styles": "^4.1.0",
|
|
7669
|
-
"supports-color": "^7.1.0"
|
|
7670
|
-
},
|
|
7671
|
-
"engines": {
|
|
7672
|
-
"node": ">=10"
|
|
7673
|
-
},
|
|
7674
|
-
"funding": {
|
|
7675
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
7676
|
-
}
|
|
7677
|
-
},
|
|
7678
7615
|
"node_modules/@salesforce/plugin-login/node_modules/chalk": {
|
|
7679
7616
|
"version": "5.3.0",
|
|
7680
7617
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
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.19.
|
|
4
|
+
"version": "2.19.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"@oclif/plugin-commands": "3.0.6",
|
|
131
131
|
"@oclif/plugin-help": "6.0.6",
|
|
132
132
|
"@oclif/plugin-not-found": "3.0.4",
|
|
133
|
-
"@oclif/plugin-plugins": "4.1.
|
|
133
|
+
"@oclif/plugin-plugins": "4.1.8",
|
|
134
134
|
"@oclif/plugin-search": "1.0.7",
|
|
135
135
|
"@oclif/plugin-update": "4.1.3",
|
|
136
136
|
"@oclif/plugin-version": "2.0.6",
|
|
@@ -138,12 +138,12 @@
|
|
|
138
138
|
"@oclif/plugin-which": "3.0.9",
|
|
139
139
|
"@salesforce/core": "^6.1.3",
|
|
140
140
|
"@salesforce/plugin-apex": "3.0.4",
|
|
141
|
-
"@salesforce/plugin-auth": "3.0.
|
|
141
|
+
"@salesforce/plugin-auth": "3.0.6",
|
|
142
142
|
"@salesforce/plugin-data": "3.0.1",
|
|
143
143
|
"@salesforce/plugin-deploy-retrieve": "2.1.1",
|
|
144
144
|
"@salesforce/plugin-info": "3.0.3",
|
|
145
145
|
"@salesforce/plugin-limits": "3.0.2",
|
|
146
|
-
"@salesforce/plugin-login": "2.0.
|
|
146
|
+
"@salesforce/plugin-login": "2.0.5",
|
|
147
147
|
"@salesforce/plugin-marketplace": "1.0.6",
|
|
148
148
|
"@salesforce/plugin-org": "3.0.5",
|
|
149
149
|
"@salesforce/plugin-schema": "3.0.4",
|