Skip to content

Commit

Permalink
chore(release): bump to 2.60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Sep 12, 2024
1 parent 767cea4 commit c222933
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 18 deletions.
29 changes: 17 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
$ sf COMMAND
running command...
$ sf (--version|-v)
@salesforce/cli/2.59.6 linux-x64 node-v20.17.0
@salesforce/cli/2.60.0 linux-x64 node-v20.17.0
$ sf --help [COMMAND]
USAGE
$ sf COMMAND
Expand Down Expand Up @@ -3413,7 +3413,7 @@ EXAMPLES
$ sf org list auth
```

_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.56/src/commands/org/list/auth.ts)_
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.57/src/commands/org/list/auth.ts)_

## `sf org list limits`

Expand Down Expand Up @@ -3713,7 +3713,7 @@ FLAG DESCRIPTIONS
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
```

_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.56/src/commands/org/login/access-token.ts)_
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.57/src/commands/org/login/access-token.ts)_

## `sf org login device`

Expand Down Expand Up @@ -3773,7 +3773,7 @@ FLAG DESCRIPTIONS
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
```

_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.56/src/commands/org/login/device.ts)_
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.57/src/commands/org/login/device.ts)_

## `sf org login jwt`

Expand Down Expand Up @@ -3864,7 +3864,7 @@ FLAG DESCRIPTIONS
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
```

_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.56/src/commands/org/login/jwt.ts)_
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.57/src/commands/org/login/jwt.ts)_

## `sf org login sfdx-url`

Expand All @@ -3888,10 +3888,15 @@ GLOBAL FLAGS
DESCRIPTION
Authorize an org using a Salesforce DX authorization URL stored in a file or through standard input (stdin).
The Salesforce DX (SFDX) authorization URL must have the format
"force://<clientId>:<clientSecret>:<refreshToken>@<instanceUrl>". NOTE: The SFDX authorization URL uses the "force"
protocol, and not "http" or "https". Also, the "instanceUrl" inside the SFDX authorization URL doesn't include the
protocol ("https://").
You use the Salesforce DX (SFDX) authorization URL to authorize Salesforce CLI to connect to a target org. The URL
contains the required data to accomplish the authorization, such as the client ID, client secret, and instance URL.
You must specify the SFDX authorization URL in this format:
"force://<clientId>:<clientSecret>:<refreshToken>@<instanceUrl>". Replace <clientId>, <clientSecret>, <refreshToken>,
and <instanceUrl> with the values specific to your target org. For <instanceUrl>, don't include a protocol (such as
"https://"). Note that although the SFDX authorization URL starts with "force://", it has nothing to do with the
actual authorization. Salesforce CLI always communicates with your org using HTTPS.
To see an example of an SFDX authorization URL, run "org display --verbose" on an org.
You have three options when creating the authorization file. The easiest option is to redirect the output of the "sf
org display --verbose --json" command into a file. For example, using an org with alias my-org that you've already
Expand Down Expand Up @@ -3929,7 +3934,7 @@ EXAMPLES
$ echo url | sf org login sfdx-url --sfdx-url-stdin
```

_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.56/src/commands/org/login/sfdx-url.ts)_
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.57/src/commands/org/login/sfdx-url.ts)_

## `sf org login web`

Expand Down Expand Up @@ -4016,7 +4021,7 @@ FLAG DESCRIPTIONS
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
```

_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.56/src/commands/org/login/web.ts)_
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.57/src/commands/org/login/web.ts)_

## `sf org logout`

Expand Down Expand Up @@ -4077,7 +4082,7 @@ FLAG DESCRIPTIONS
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
```

_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.56/src/commands/org/logout.ts)_
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.57/src/commands/org/logout.ts)_

## `sf org open`

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/cli",
"description": "The Salesforce CLI",
"version": "2.59.6",
"version": "2.60.0",
"author": "Salesforce",
"bin": {
"sf": "./bin/run.js",
Expand Down Expand Up @@ -155,7 +155,7 @@
"@salesforce/kit": "^3.1.6",
"@salesforce/plugin-apex": "3.4.9",
"@salesforce/plugin-api": "1.2.1",
"@salesforce/plugin-auth": "3.6.56",
"@salesforce/plugin-auth": "3.6.57",
"@salesforce/plugin-data": "3.6.5",
"@salesforce/plugin-deploy-retrieve": "3.12.7",
"@salesforce/plugin-info": "3.4.6",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1969,10 +1969,10 @@
got "^13.0.0"
proxy-agent "^6.4.0"

"@salesforce/[email protected].56":
version "3.6.56"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-auth/-/plugin-auth-3.6.56.tgz#cacb85c4cc99483aea9555a2193d46a566505e80"
integrity sha512-x5+4/aGoFRVxwHUrzADSdtYmlWfX8leexRGTUAUD1C3/940IF1d7/2Q6Z72oplBi/kgSph8w0Ill7dvZDpx3oQ==
"@salesforce/[email protected].57":
version "3.6.57"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-auth/-/plugin-auth-3.6.57.tgz#4d5777c681b8254dbb192fbc0ba746489edfbfd2"
integrity sha512-/39XmqdtP7IsFTNIhgzCfENkXA7TbwAY0uTa8ID34co7J/W0WLJqsC4vT2QPRZ6kv+mj9AIhbv2gNL5i+wKFgQ==
dependencies:
"@inquirer/checkbox" "^2.5.0"
"@inquirer/select" "^2.4.7"
Expand Down

0 comments on commit c222933

Please sign in to comment.