@salesforce/cli 2.54.2-qa.0 → 2.54.2
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 +8 -8
- package/npm-shrinkwrap.json +12 -12
- package/oclif.lock +10 -10
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
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.54.2
|
|
27
|
+
@salesforce/cli/2.54.2 linux-x64 node-v20.16.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -3256,7 +3256,7 @@ EXAMPLES
|
|
|
3256
3256
|
$ sf org list auth
|
|
3257
3257
|
```
|
|
3258
3258
|
|
|
3259
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3259
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.40/src/commands/org/list/auth.ts)_
|
|
3260
3260
|
|
|
3261
3261
|
## `sf org list limits`
|
|
3262
3262
|
|
|
@@ -3556,7 +3556,7 @@ FLAG DESCRIPTIONS
|
|
|
3556
3556
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3557
3557
|
```
|
|
3558
3558
|
|
|
3559
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3559
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.40/src/commands/org/login/access-token.ts)_
|
|
3560
3560
|
|
|
3561
3561
|
## `sf org login device`
|
|
3562
3562
|
|
|
@@ -3616,7 +3616,7 @@ FLAG DESCRIPTIONS
|
|
|
3616
3616
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3617
3617
|
```
|
|
3618
3618
|
|
|
3619
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3619
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.40/src/commands/org/login/device.ts)_
|
|
3620
3620
|
|
|
3621
3621
|
## `sf org login jwt`
|
|
3622
3622
|
|
|
@@ -3707,7 +3707,7 @@ FLAG DESCRIPTIONS
|
|
|
3707
3707
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3708
3708
|
```
|
|
3709
3709
|
|
|
3710
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3710
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.40/src/commands/org/login/jwt.ts)_
|
|
3711
3711
|
|
|
3712
3712
|
## `sf org login sfdx-url`
|
|
3713
3713
|
|
|
@@ -3772,7 +3772,7 @@ EXAMPLES
|
|
|
3772
3772
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
3773
3773
|
```
|
|
3774
3774
|
|
|
3775
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3775
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.40/src/commands/org/login/sfdx-url.ts)_
|
|
3776
3776
|
|
|
3777
3777
|
## `sf org login web`
|
|
3778
3778
|
|
|
@@ -3859,7 +3859,7 @@ FLAG DESCRIPTIONS
|
|
|
3859
3859
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3860
3860
|
```
|
|
3861
3861
|
|
|
3862
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3862
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.40/src/commands/org/login/web.ts)_
|
|
3863
3863
|
|
|
3864
3864
|
## `sf org logout`
|
|
3865
3865
|
|
|
@@ -3920,7 +3920,7 @@ FLAG DESCRIPTIONS
|
|
|
3920
3920
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
3921
3921
|
```
|
|
3922
3922
|
|
|
3923
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3923
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.40/src/commands/org/logout.ts)_
|
|
3924
3924
|
|
|
3925
3925
|
## `sf org open`
|
|
3926
3926
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.54.2
|
|
3
|
+
"version": "2.54.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.54.2
|
|
9
|
+
"version": "2.54.2",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@salesforce/core": "^8.2.3",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
27
|
"@salesforce/plugin-apex": "3.3.2",
|
|
28
|
-
"@salesforce/plugin-auth": "3.6.
|
|
28
|
+
"@salesforce/plugin-auth": "3.6.40",
|
|
29
29
|
"@salesforce/plugin-data": "3.5.13",
|
|
30
30
|
"@salesforce/plugin-deploy-retrieve": "3.9.24",
|
|
31
31
|
"@salesforce/plugin-info": "3.3.24",
|
|
@@ -3217,9 +3217,9 @@
|
|
|
3217
3217
|
}
|
|
3218
3218
|
},
|
|
3219
3219
|
"node_modules/@jsforce/jsforce-node": {
|
|
3220
|
-
"version": "3.4.
|
|
3221
|
-
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.4.
|
|
3222
|
-
"integrity": "sha512-
|
|
3220
|
+
"version": "3.4.1",
|
|
3221
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.4.1.tgz",
|
|
3222
|
+
"integrity": "sha512-PsBKfglH0/8W/Srr4LsxEFsVmjmZjEj/T4XLGpbBoK8yVObwbiMk4VqwA6XwiA6SHqnEqqQbHZxk2rr7dZC+4A==",
|
|
3223
3223
|
"license": "MIT",
|
|
3224
3224
|
"dependencies": {
|
|
3225
3225
|
"@sindresorhus/is": "^4",
|
|
@@ -4463,19 +4463,19 @@
|
|
|
4463
4463
|
}
|
|
4464
4464
|
},
|
|
4465
4465
|
"node_modules/@salesforce/plugin-auth": {
|
|
4466
|
-
"version": "3.6.
|
|
4467
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
4468
|
-
"integrity": "sha512-
|
|
4466
|
+
"version": "3.6.40",
|
|
4467
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.40.tgz",
|
|
4468
|
+
"integrity": "sha512-oxl3qaE1dE3vjs1aLjvN6oZU2N902mQaDnROjBHm+DADshZJzRFy0r3fGWsLB8xhJJEJtK8L/s/B6GydTzAVHw==",
|
|
4469
4469
|
"license": "BSD-3-Clause",
|
|
4470
4470
|
"dependencies": {
|
|
4471
4471
|
"@inquirer/checkbox": "^2.3.10",
|
|
4472
4472
|
"@inquirer/select": "^2.4.2",
|
|
4473
4473
|
"@oclif/core": "^4",
|
|
4474
|
-
"@salesforce/core": "^8.
|
|
4474
|
+
"@salesforce/core": "^8.2.7",
|
|
4475
4475
|
"@salesforce/kit": "^3.1.6",
|
|
4476
4476
|
"@salesforce/plugin-info": "^3.3.19",
|
|
4477
|
-
"@salesforce/sf-plugins-core": "^11.
|
|
4478
|
-
"@salesforce/ts-types": "^2.0.
|
|
4477
|
+
"@salesforce/sf-plugins-core": "^11.2.4",
|
|
4478
|
+
"@salesforce/ts-types": "^2.0.11",
|
|
4479
4479
|
"open": "^10.1.0"
|
|
4480
4480
|
},
|
|
4481
4481
|
"engines": {
|
package/oclif.lock
CHANGED
|
@@ -1603,9 +1603,9 @@
|
|
|
1603
1603
|
"@jridgewell/sourcemap-codec" "^1.4.10"
|
|
1604
1604
|
|
|
1605
1605
|
"@jsforce/jsforce-node@^3.2.0", "@jsforce/jsforce-node@^3.2.2", "@jsforce/jsforce-node@^3.3.3", "@jsforce/jsforce-node@^3.4.0":
|
|
1606
|
-
version "3.4.
|
|
1607
|
-
resolved "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.4.
|
|
1608
|
-
integrity sha512-
|
|
1606
|
+
version "3.4.1"
|
|
1607
|
+
resolved "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.4.1.tgz"
|
|
1608
|
+
integrity sha512-PsBKfglH0/8W/Srr4LsxEFsVmjmZjEj/T4XLGpbBoK8yVObwbiMk4VqwA6XwiA6SHqnEqqQbHZxk2rr7dZC+4A==
|
|
1609
1609
|
dependencies:
|
|
1610
1610
|
"@sindresorhus/is" "^4"
|
|
1611
1611
|
abort-controller "^3.0.0"
|
|
@@ -2231,19 +2231,19 @@
|
|
|
2231
2231
|
"@salesforce/sf-plugins-core" "^11.1.6"
|
|
2232
2232
|
ansis "^3.3.1"
|
|
2233
2233
|
|
|
2234
|
-
"@salesforce/plugin-auth@3.6.
|
|
2235
|
-
version "3.6.
|
|
2236
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
2237
|
-
integrity sha512-
|
|
2234
|
+
"@salesforce/plugin-auth@3.6.40":
|
|
2235
|
+
version "3.6.40"
|
|
2236
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.40.tgz"
|
|
2237
|
+
integrity sha512-oxl3qaE1dE3vjs1aLjvN6oZU2N902mQaDnROjBHm+DADshZJzRFy0r3fGWsLB8xhJJEJtK8L/s/B6GydTzAVHw==
|
|
2238
2238
|
dependencies:
|
|
2239
2239
|
"@inquirer/checkbox" "^2.3.10"
|
|
2240
2240
|
"@inquirer/select" "^2.4.2"
|
|
2241
2241
|
"@oclif/core" "^4"
|
|
2242
|
-
"@salesforce/core" "^8.
|
|
2242
|
+
"@salesforce/core" "^8.2.7"
|
|
2243
2243
|
"@salesforce/kit" "^3.1.6"
|
|
2244
2244
|
"@salesforce/plugin-info" "^3.3.19"
|
|
2245
|
-
"@salesforce/sf-plugins-core" "^11.
|
|
2246
|
-
"@salesforce/ts-types" "^2.0.
|
|
2245
|
+
"@salesforce/sf-plugins-core" "^11.2.4"
|
|
2246
|
+
"@salesforce/ts-types" "^2.0.11"
|
|
2247
2247
|
open "^10.1.0"
|
|
2248
2248
|
|
|
2249
2249
|
"@salesforce/plugin-command-reference@^3.1.5":
|
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.54.2
|
|
4
|
+
"version": "2.54.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"@salesforce/core": "^8.2.3",
|
|
154
154
|
"@salesforce/kit": "^3.1.6",
|
|
155
155
|
"@salesforce/plugin-apex": "3.3.2",
|
|
156
|
-
"@salesforce/plugin-auth": "3.6.
|
|
156
|
+
"@salesforce/plugin-auth": "3.6.40",
|
|
157
157
|
"@salesforce/plugin-data": "3.5.13",
|
|
158
158
|
"@salesforce/plugin-deploy-retrieve": "3.9.24",
|
|
159
159
|
"@salesforce/plugin-info": "3.3.24",
|