@salesforce/cli 2.59.5 → 2.60.0

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 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.59.5 linux-x64 node-v20.17.0
27
+ @salesforce/cli/2.60.0 linux-x64 node-v20.17.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -3413,7 +3413,7 @@ EXAMPLES
3413
3413
  $ sf org list auth
3414
3414
  ```
3415
3415
 
3416
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.56/src/commands/org/list/auth.ts)_
3416
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.57/src/commands/org/list/auth.ts)_
3417
3417
 
3418
3418
  ## `sf org list limits`
3419
3419
 
@@ -3713,7 +3713,7 @@ FLAG DESCRIPTIONS
3713
3713
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3714
3714
  ```
3715
3715
 
3716
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.56/src/commands/org/login/access-token.ts)_
3716
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.57/src/commands/org/login/access-token.ts)_
3717
3717
 
3718
3718
  ## `sf org login device`
3719
3719
 
@@ -3773,7 +3773,7 @@ FLAG DESCRIPTIONS
3773
3773
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3774
3774
  ```
3775
3775
 
3776
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.56/src/commands/org/login/device.ts)_
3776
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.57/src/commands/org/login/device.ts)_
3777
3777
 
3778
3778
  ## `sf org login jwt`
3779
3779
 
@@ -3864,7 +3864,7 @@ FLAG DESCRIPTIONS
3864
3864
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3865
3865
  ```
3866
3866
 
3867
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.56/src/commands/org/login/jwt.ts)_
3867
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.57/src/commands/org/login/jwt.ts)_
3868
3868
 
3869
3869
  ## `sf org login sfdx-url`
3870
3870
 
@@ -3888,10 +3888,15 @@ GLOBAL FLAGS
3888
3888
  DESCRIPTION
3889
3889
  Authorize an org using a Salesforce DX authorization URL stored in a file or through standard input (stdin).
3890
3890
 
3891
- The Salesforce DX (SFDX) authorization URL must have the format
3892
- "force://<clientId>:<clientSecret>:<refreshToken>@<instanceUrl>". NOTE: The SFDX authorization URL uses the "force"
3893
- protocol, and not "http" or "https". Also, the "instanceUrl" inside the SFDX authorization URL doesn't include the
3894
- protocol ("https://").
3891
+ You use the Salesforce DX (SFDX) authorization URL to authorize Salesforce CLI to connect to a target org. The URL
3892
+ contains the required data to accomplish the authorization, such as the client ID, client secret, and instance URL.
3893
+ You must specify the SFDX authorization URL in this format:
3894
+ "force://<clientId>:<clientSecret>:<refreshToken>@<instanceUrl>". Replace <clientId>, <clientSecret>, <refreshToken>,
3895
+ and <instanceUrl> with the values specific to your target org. For <instanceUrl>, don't include a protocol (such as
3896
+ "https://"). Note that although the SFDX authorization URL starts with "force://", it has nothing to do with the
3897
+ actual authorization. Salesforce CLI always communicates with your org using HTTPS.
3898
+
3899
+ To see an example of an SFDX authorization URL, run "org display --verbose" on an org.
3895
3900
 
3896
3901
  You have three options when creating the authorization file. The easiest option is to redirect the output of the "sf
3897
3902
  org display --verbose --json" command into a file. For example, using an org with alias my-org that you've already
@@ -3929,7 +3934,7 @@ EXAMPLES
3929
3934
  $ echo url | sf org login sfdx-url --sfdx-url-stdin
3930
3935
  ```
3931
3936
 
3932
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.56/src/commands/org/login/sfdx-url.ts)_
3937
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.57/src/commands/org/login/sfdx-url.ts)_
3933
3938
 
3934
3939
  ## `sf org login web`
3935
3940
 
@@ -4016,7 +4021,7 @@ FLAG DESCRIPTIONS
4016
4021
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
4017
4022
  ```
4018
4023
 
4019
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.56/src/commands/org/login/web.ts)_
4024
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.57/src/commands/org/login/web.ts)_
4020
4025
 
4021
4026
  ## `sf org logout`
4022
4027
 
@@ -4077,7 +4082,7 @@ FLAG DESCRIPTIONS
4077
4082
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
4078
4083
  ```
4079
4084
 
4080
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.56/src/commands/org/logout.ts)_
4085
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.57/src/commands/org/logout.ts)_
4081
4086
 
4082
4087
  ## `sf org open`
4083
4088