@salesforce/cli 2.126.3 → 2.126.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 +7 -7
- package/npm-shrinkwrap.json +6 -6
- package/oclif.lock +4 -4
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
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.126.
|
|
28
|
+
@salesforce/cli/2.126.4 linux-x64 node-v22.22.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -4681,7 +4681,7 @@ EXAMPLES
|
|
|
4681
4681
|
$ sf org list auth
|
|
4682
4682
|
```
|
|
4683
4683
|
|
|
4684
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.
|
|
4684
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.0/src/commands/org/list/auth.ts)_
|
|
4685
4685
|
|
|
4686
4686
|
## `sf org list limits`
|
|
4687
4687
|
|
|
@@ -4981,7 +4981,7 @@ FLAG DESCRIPTIONS
|
|
|
4981
4981
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4982
4982
|
```
|
|
4983
4983
|
|
|
4984
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.
|
|
4984
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.0/src/commands/org/login/access-token.ts)_
|
|
4985
4985
|
|
|
4986
4986
|
## `sf org login jwt`
|
|
4987
4987
|
|
|
@@ -5072,7 +5072,7 @@ FLAG DESCRIPTIONS
|
|
|
5072
5072
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5073
5073
|
```
|
|
5074
5074
|
|
|
5075
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.
|
|
5075
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.0/src/commands/org/login/jwt.ts)_
|
|
5076
5076
|
|
|
5077
5077
|
## `sf org login sfdx-url`
|
|
5078
5078
|
|
|
@@ -5142,7 +5142,7 @@ EXAMPLES
|
|
|
5142
5142
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
5143
5143
|
```
|
|
5144
5144
|
|
|
5145
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.
|
|
5145
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.0/src/commands/org/login/sfdx-url.ts)_
|
|
5146
5146
|
|
|
5147
5147
|
## `sf org login web`
|
|
5148
5148
|
|
|
@@ -5247,7 +5247,7 @@ FLAG DESCRIPTIONS
|
|
|
5247
5247
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5248
5248
|
```
|
|
5249
5249
|
|
|
5250
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.
|
|
5250
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.0/src/commands/org/login/web.ts)_
|
|
5251
5251
|
|
|
5252
5252
|
## `sf org logout`
|
|
5253
5253
|
|
|
@@ -5313,7 +5313,7 @@ FLAG DESCRIPTIONS
|
|
|
5313
5313
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
5314
5314
|
```
|
|
5315
5315
|
|
|
5316
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.
|
|
5316
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.0/src/commands/org/logout.ts)_
|
|
5317
5317
|
|
|
5318
5318
|
## `sf org open`
|
|
5319
5319
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.126.
|
|
3
|
+
"version": "2.126.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.126.
|
|
9
|
+
"version": "2.126.4",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@salesforce/plugin-agent": "1.30.11",
|
|
28
28
|
"@salesforce/plugin-apex": "3.9.11",
|
|
29
29
|
"@salesforce/plugin-api": "1.3.11",
|
|
30
|
-
"@salesforce/plugin-auth": "4.
|
|
30
|
+
"@salesforce/plugin-auth": "4.3.0",
|
|
31
31
|
"@salesforce/plugin-data": "4.0.75",
|
|
32
32
|
"@salesforce/plugin-deploy-retrieve": "3.24.11",
|
|
33
33
|
"@salesforce/plugin-info": "3.4.107",
|
|
@@ -5282,9 +5282,9 @@
|
|
|
5282
5282
|
}
|
|
5283
5283
|
},
|
|
5284
5284
|
"node_modules/@salesforce/plugin-auth": {
|
|
5285
|
-
"version": "4.
|
|
5286
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-4.
|
|
5287
|
-
"integrity": "sha512-
|
|
5285
|
+
"version": "4.3.0",
|
|
5286
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-4.3.0.tgz",
|
|
5287
|
+
"integrity": "sha512-pPBsoREyNWcVZs7WrS7Pkx7DyfhR4QSNEvzq9RREBNjgpZH/6ANH7i9a3Xg9QabEDn62yoMUN15IpTsp0EkDbw==",
|
|
5288
5288
|
"license": "Apache-2.0",
|
|
5289
5289
|
"dependencies": {
|
|
5290
5290
|
"@inquirer/checkbox": "^2.5.0",
|
package/oclif.lock
CHANGED
|
@@ -2264,10 +2264,10 @@
|
|
|
2264
2264
|
got "^13.0.0"
|
|
2265
2265
|
proxy-agent "^6.5.0"
|
|
2266
2266
|
|
|
2267
|
-
"@salesforce/plugin-auth@4.
|
|
2268
|
-
version "4.
|
|
2269
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-4.
|
|
2270
|
-
integrity sha512-
|
|
2267
|
+
"@salesforce/plugin-auth@4.3.0":
|
|
2268
|
+
version "4.3.0"
|
|
2269
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-4.3.0.tgz"
|
|
2270
|
+
integrity sha512-pPBsoREyNWcVZs7WrS7Pkx7DyfhR4QSNEvzq9RREBNjgpZH/6ANH7i9a3Xg9QabEDn62yoMUN15IpTsp0EkDbw==
|
|
2271
2271
|
dependencies:
|
|
2272
2272
|
"@inquirer/checkbox" "^2.5.0"
|
|
2273
2273
|
"@inquirer/select" "^2.5.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.126.
|
|
4
|
+
"version": "2.126.4",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
"@salesforce/plugin-agent": "1.30.11",
|
|
161
161
|
"@salesforce/plugin-apex": "3.9.11",
|
|
162
162
|
"@salesforce/plugin-api": "1.3.11",
|
|
163
|
-
"@salesforce/plugin-auth": "4.
|
|
163
|
+
"@salesforce/plugin-auth": "4.3.0",
|
|
164
164
|
"@salesforce/plugin-data": "4.0.75",
|
|
165
165
|
"@salesforce/plugin-deploy-retrieve": "3.24.11",
|
|
166
166
|
"@salesforce/plugin-info": "3.4.107",
|