Skip to content

Commit

Permalink
Merge pull request #1910 from salesforcecli/release/2.60.12
Browse files Browse the repository at this point in the history
Release PR for 2.60.12 as nightly
  • Loading branch information
svc-cli-bot authored Sep 24, 2024
2 parents 292d276 + 2b3833f commit 5cafa8e
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 25 deletions.
18 changes: 9 additions & 9 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.60.11 linux-x64 node-v20.17.0
@salesforce/cli/2.60.12 linux-x64 node-v20.17.0
$ sf --help [COMMAND]
USAGE
$ sf COMMAND
Expand Down Expand Up @@ -3431,7 +3431,7 @@ EXAMPLES
$ sf org list auth
```

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

## `sf org list limits`

Expand Down Expand Up @@ -3731,7 +3731,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.61/src/commands/org/login/access-token.ts)_
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.62/src/commands/org/login/access-token.ts)_

## `sf org login device`

Expand Down Expand Up @@ -3791,7 +3791,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.61/src/commands/org/login/device.ts)_
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.62/src/commands/org/login/device.ts)_

## `sf org login jwt`

Expand Down Expand Up @@ -3882,7 +3882,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.61/src/commands/org/login/jwt.ts)_
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.62/src/commands/org/login/jwt.ts)_

## `sf org login sfdx-url`

Expand Down Expand Up @@ -3952,7 +3952,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.61/src/commands/org/login/sfdx-url.ts)_
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.62/src/commands/org/login/sfdx-url.ts)_

## `sf org login web`

Expand Down Expand Up @@ -4039,7 +4039,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.61/src/commands/org/login/web.ts)_
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.62/src/commands/org/login/web.ts)_

## `sf org logout`

Expand Down Expand Up @@ -4100,7 +4100,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.61/src/commands/org/logout.ts)_
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.62/src/commands/org/logout.ts)_

## `sf org open`

Expand Down Expand Up @@ -5624,7 +5624,7 @@ EXAMPLES
$ sf plugins discover
```

_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.2.25/src/commands/plugins/discover.ts)_
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.2.26/src/commands/plugins/discover.ts)_

## `sf plugins:inspect PLUGIN...`

Expand Down
8 changes: 4 additions & 4 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.60.11",
"version": "2.60.12",
"author": "Salesforce",
"bin": {
"sf": "./bin/run.js",
Expand Down Expand Up @@ -140,7 +140,7 @@
},
"dependencies": {
"@inquirer/select": "^2.3.5",
"@oclif/core": "4.0.22",
"@oclif/core": "4.0.23",
"@oclif/plugin-autocomplete": "3.2.4",
"@oclif/plugin-commands": "4.0.15",
"@oclif/plugin-help": "6.2.12",
Expand All @@ -155,12 +155,12 @@
"@salesforce/kit": "^3.1.6",
"@salesforce/plugin-apex": "3.4.10",
"@salesforce/plugin-api": "1.2.2",
"@salesforce/plugin-auth": "3.6.61",
"@salesforce/plugin-auth": "3.6.62",
"@salesforce/plugin-data": "3.6.7",
"@salesforce/plugin-deploy-retrieve": "3.12.11",
"@salesforce/plugin-info": "3.4.9",
"@salesforce/plugin-limits": "3.3.32",
"@salesforce/plugin-marketplace": "1.2.25",
"@salesforce/plugin-marketplace": "1.2.26",
"@salesforce/plugin-org": "4.5.10",
"@salesforce/plugin-packaging": "2.8.7",
"@salesforce/plugin-schema": "3.3.32",
Expand Down
25 changes: 13 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1874,10 +1874,10 @@
proc-log "^4.0.0"
which "^4.0.0"

"@oclif/[email protected].22", "@oclif/core@^4", "@oclif/core@^4.0.16", "@oclif/core@^4.0.18", "@oclif/core@^4.0.19", "@oclif/core@^4.0.20", "@oclif/core@^4.0.6":
version "4.0.22"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.22.tgz#acb233c0c18ff4f365caca15e29e2807a4325709"
integrity sha512-aXM2O4g7f+kPNzhhOfqGOVRVYDxTVrH7Y720MuH0Twq5WHMxI4XwntnyBaRscoCPG6FWhItZLtiZxsvaUdupGg==
"@oclif/[email protected].23", "@oclif/core@^4", "@oclif/core@^4.0.16", "@oclif/core@^4.0.18", "@oclif/core@^4.0.19", "@oclif/core@^4.0.20", "@oclif/core@^4.0.6":
version "4.0.23"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.23.tgz#8772cfd57f850e2e17b703166b44da092a7986a0"
integrity sha512-wDl/eis7XDIM1pQWUGKLB+EQKJO9UrjaQ5NcwIbz7GW0gWuJfo9QAK75csgNUN/9Pbok9Ryt+sJgogS4RCIp5g==
dependencies:
ansi-escapes "^4.3.2"
ansis "^3.3.2"
Expand All @@ -1891,6 +1891,7 @@
is-wsl "^2.2.0"
lilconfig "^3.1.2"
minimatch "^9.0.5"
semver "^7.6.3"
string-width "^4.2.3"
supports-color "^8"
widest-line "^3.1.0"
Expand Down Expand Up @@ -2325,10 +2326,10 @@
got "^13.0.0"
proxy-agent "^6.4.0"

"@salesforce/[email protected].61":
version "3.6.61"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-auth/-/plugin-auth-3.6.61.tgz#88c51f0bccff90a29d593016602ba29526b22a68"
integrity sha512-hpHo71iaFlk7SOczBASP5qb38W5e9RgAC6tQ3u+n/qfGsDkqrwq2ugFS3dA7ezaTD5gAU0evgGD+w5KQWdL5yA==
"@salesforce/[email protected].62":
version "3.6.62"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-auth/-/plugin-auth-3.6.62.tgz#731b77d9fd3f319a7d94dae783778eef46e9d98d"
integrity sha512-kGv9DQ3XMTKTOsQkVS888hvtAmHMRgtB388TxuFFyHPi8cqwKvS4J3EpCFZdg/aSgNEnK4ak7ggy7CMRVih7RQ==
dependencies:
"@inquirer/checkbox" "^2.5.0"
"@inquirer/select" "^2.4.7"
Expand Down Expand Up @@ -2412,10 +2413,10 @@
"@salesforce/core" "^8.5.7"
"@salesforce/sf-plugins-core" "^11.3.10"

"@salesforce/[email protected].25":
version "1.2.25"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-marketplace/-/plugin-marketplace-1.2.25.tgz#5124507a1d2604a6f24ed446be64e2f91a664516"
integrity sha512-gifOzCquk7gaK/fUtPrKf+8YsJcAfEmR2HUg6/BAvgt6jnTP/BkCtzFEAzJRZ02q54DM0A7u+EVBcZW3y/XbnA==
"@salesforce/[email protected].26":
version "1.2.26"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-marketplace/-/plugin-marketplace-1.2.26.tgz#c51a9de262be48a6495d2979010d6d417b858975"
integrity sha512-BCsRg/7vpUmcQp5Vi4Ey2ru9ubqGJ+s4PyZ7yTE1sM/ix+ExfB0jVpQqER2VoABgyN/+JtC2GaXz/+ujJLmP1Q==
dependencies:
"@salesforce/core" "^8.5.2"
"@salesforce/kit" "^3.2.1"
Expand Down

0 comments on commit 5cafa8e

Please sign in to comment.