@salesforce/cli 2.119.5 → 2.119.7
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 +444 -1352
- package/oclif.lock +352 -540
- package/oclif.manifest.json +1 -1
- 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.119.
|
|
28
|
+
@salesforce/cli/2.119.7 linux-x64 node-v22.21.1
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -4923,7 +4923,7 @@ EXAMPLES
|
|
|
4923
4923
|
$ sf org list auth
|
|
4924
4924
|
```
|
|
4925
4925
|
|
|
4926
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/
|
|
4926
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.0/src/commands/org/list/auth.ts)_
|
|
4927
4927
|
|
|
4928
4928
|
## `sf org list limits`
|
|
4929
4929
|
|
|
@@ -5223,7 +5223,7 @@ FLAG DESCRIPTIONS
|
|
|
5223
5223
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5224
5224
|
```
|
|
5225
5225
|
|
|
5226
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/
|
|
5226
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.0/src/commands/org/login/access-token.ts)_
|
|
5227
5227
|
|
|
5228
5228
|
## `sf org login jwt`
|
|
5229
5229
|
|
|
@@ -5314,7 +5314,7 @@ FLAG DESCRIPTIONS
|
|
|
5314
5314
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5315
5315
|
```
|
|
5316
5316
|
|
|
5317
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/
|
|
5317
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.0/src/commands/org/login/jwt.ts)_
|
|
5318
5318
|
|
|
5319
5319
|
## `sf org login sfdx-url`
|
|
5320
5320
|
|
|
@@ -5384,7 +5384,7 @@ EXAMPLES
|
|
|
5384
5384
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
5385
5385
|
```
|
|
5386
5386
|
|
|
5387
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/
|
|
5387
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.0/src/commands/org/login/sfdx-url.ts)_
|
|
5388
5388
|
|
|
5389
5389
|
## `sf org login web`
|
|
5390
5390
|
|
|
@@ -5489,7 +5489,7 @@ FLAG DESCRIPTIONS
|
|
|
5489
5489
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5490
5490
|
```
|
|
5491
5491
|
|
|
5492
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/
|
|
5492
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.0/src/commands/org/login/web.ts)_
|
|
5493
5493
|
|
|
5494
5494
|
## `sf org logout`
|
|
5495
5495
|
|
|
@@ -5555,7 +5555,7 @@ FLAG DESCRIPTIONS
|
|
|
5555
5555
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
5556
5556
|
```
|
|
5557
5557
|
|
|
5558
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/
|
|
5558
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.0/src/commands/org/logout.ts)_
|
|
5559
5559
|
|
|
5560
5560
|
## `sf org open`
|
|
5561
5561
|
|