Skip to content

Commit

Permalink
Merge pull request #1426 from salesforcecli/release/2.25.5
Browse files Browse the repository at this point in the history
Release PR for 2.25.5 as nightly
  • Loading branch information
svc-cli-bot authored Jan 16, 2024
2 parents 691c282 + 4e74136 commit a6be599
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
30 changes: 15 additions & 15 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.25.4 linux-x64 node-v20.10.0
@salesforce/cli/2.25.5 linux-x64 node-v20.10.0
$ sf --help [COMMAND]
USAGE
$ sf COMMAND
Expand Down Expand Up @@ -2421,7 +2421,7 @@ FLAG DESCRIPTIONS
sandbox.
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.3/src/commands/org/create/sandbox.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.4/src/commands/org/create/sandbox.ts)_

## `sf org create scratch`

Expand Down Expand Up @@ -2574,7 +2574,7 @@ FLAG DESCRIPTIONS
Omit this flag to have Salesforce generate a unique username for your org.
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.3/src/commands/org/create/scratch.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.4/src/commands/org/create/scratch.ts)_

## `sf org create user`

Expand Down Expand Up @@ -2717,7 +2717,7 @@ EXAMPLES
$ sf org delete sandbox --target-org my-sandbox --no-prompt
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.3/src/commands/org/delete/sandbox.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.4/src/commands/org/delete/sandbox.ts)_

## `sf org delete scratch`

Expand Down Expand Up @@ -2759,7 +2759,7 @@ EXAMPLES
$ sf org delete scratch --target-org my-scratch-org --no-prompt
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.3/src/commands/org/delete/scratch.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.4/src/commands/org/delete/scratch.ts)_

## `sf org disable tracking`

Expand Down Expand Up @@ -2797,7 +2797,7 @@ EXAMPLES
$ sf org disable tracking
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.3/src/commands/org/disable/tracking.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.4/src/commands/org/disable/tracking.ts)_

## `sf org display`

Expand Down Expand Up @@ -2841,7 +2841,7 @@ EXAMPLES
$ sf org display --target-org TestOrg1 --verbose
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.3/src/commands/org/display.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.4/src/commands/org/display.ts)_

## `sf org display user`

Expand Down Expand Up @@ -2920,7 +2920,7 @@ EXAMPLES
$ sf org enable tracking
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.3/src/commands/org/enable/tracking.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.4/src/commands/org/enable/tracking.ts)_

## `sf org generate password`

Expand Down Expand Up @@ -3023,7 +3023,7 @@ EXAMPLES
$ sf org list --clean
```

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

## `sf org list auth`

Expand Down Expand Up @@ -3158,7 +3158,7 @@ FLAG DESCRIPTIONS
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
```

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

## `sf org list metadata-types`

Expand Down Expand Up @@ -3212,7 +3212,7 @@ FLAG DESCRIPTIONS
Override the api version used for api requests made by this command
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.3/src/commands/org/list/metadata-types.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.4/src/commands/org/list/metadata-types.ts)_

## `sf org list sobject record-counts`

Expand Down Expand Up @@ -3778,7 +3778,7 @@ EXAMPLES
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.3/src/commands/org/open.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.4/src/commands/org/open.ts)_

## `sf org resume sandbox`

Expand Down Expand Up @@ -3840,7 +3840,7 @@ FLAG DESCRIPTIONS
returns the job ID. To resume checking the sandbox creation, rerun this command.
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.3/src/commands/org/resume/sandbox.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.4/src/commands/org/resume/sandbox.ts)_

## `sf org resume scratch`

Expand Down Expand Up @@ -3886,7 +3886,7 @@ FLAG DESCRIPTIONS
The job ID is valid for 24 hours after you start the scratch org creation.
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.3/src/commands/org/resume/scratch.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.4/src/commands/org/resume/scratch.ts)_

## `sf package1 version create`

Expand Down Expand Up @@ -7437,6 +7437,6 @@ EXAMPLES
$ sf which help
```

_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.0.14/src/commands/which.ts)_
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.0.15/src/commands/which.ts)_

<!-- commandsstop -->
6 changes: 3 additions & 3 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.25.4",
"version": "2.25.5",
"author": "Salesforce",
"bin": {
"sf": "./bin/run.js",
Expand Down Expand Up @@ -144,7 +144,7 @@
"@oclif/plugin-update": "4.1.8",
"@oclif/plugin-version": "2.0.11",
"@oclif/plugin-warn-if-update-available": "3.0.9",
"@oclif/plugin-which": "3.0.14",
"@oclif/plugin-which": "3.0.15",
"@salesforce/core": "^6.1.4",
"@salesforce/plugin-apex": "3.0.18",
"@salesforce/plugin-auth": "3.3.2",
Expand All @@ -153,7 +153,7 @@
"@salesforce/plugin-info": "3.0.17",
"@salesforce/plugin-limits": "3.1.4",
"@salesforce/plugin-marketplace": "1.0.16",
"@salesforce/plugin-org": "3.3.3",
"@salesforce/plugin-org": "3.3.4",
"@salesforce/plugin-packaging": "2.1.1",
"@salesforce/plugin-schema": "3.1.0",
"@salesforce/plugin-settings": "2.0.17",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1340,12 +1340,12 @@
http-call "^5.2.2"
lodash.template "^4.5.0"

"@oclif/[email protected].14":
version "3.0.14"
resolved "https://registry.yarnpkg.com/@oclif/plugin-which/-/plugin-which-3.0.14.tgz#7b287c5c89bfd89e93df90cbf212a8ddaa0b4db7"
integrity sha512-v4ZfC0h/8pptFALOeIL++LFChtBQF8EBMCYGxVnD9mygYu5FQH7/gTaPT04wcssyDpHzU2We+Mbzpbk4zguR3A==
"@oclif/[email protected].15":
version "3.0.15"
resolved "https://registry.yarnpkg.com/@oclif/plugin-which/-/plugin-which-3.0.15.tgz#852b8a0e9f1d675d51f9ba8d9451d1f5a9ed79a6"
integrity sha512-3ndjO7HdFmyYWZUaUemYEBXCRrbmxDvGknSUF1Ezqv83eRCPEjLma8IOb1/5uHP5mmizmqMQboDAiSsWa2X9yw==
dependencies:
"@oclif/core" "^3.15.1"
"@oclif/core" "^3.18.1"

"@octokit/auth-token@^2.4.4":
version "2.5.0"
Expand Down Expand Up @@ -1844,18 +1844,18 @@
got "^13.0.0"
proxy-agent "^6.3.1"

"@salesforce/[email protected].3":
version "3.3.3"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-org/-/plugin-org-3.3.3.tgz#5344e85d6d31c460045e50a95a66b1014182cf93"
integrity sha512-4alDIE3QYEOHSQwMObY/qgaLzOraglqsSEllCqZZ/AK2gszJa0jEtZ0VpEB2EJhFyPq6F4Lkvd0OJXkQyZTwaA==
"@salesforce/[email protected].4":
version "3.3.4"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-org/-/plugin-org-3.3.4.tgz#24133335b341c0cd9d9c99311b97c4d351041b87"
integrity sha512-XxlPocIYTOC7xOqgKUufRZUttZvhMKwjVJbthHjwxrwPjF58cyVl76zYhlhJSFhhcm6U4imGI6nwsV7sdghIvw==
dependencies:
"@oclif/core" "^3.18.1"
"@salesforce/core" "^6.4.4"
"@salesforce/kit" "^3.0.15"
"@salesforce/sf-plugins-core" "^7.1.2"
"@salesforce/source-deploy-retrieve" "^10.2.11"
chalk "^5.3.0"
change-case "^5.3.0"
change-case "^5.4.1"
is-wsl "^3.1.0"
open "^10.0.3"

Expand Down Expand Up @@ -3505,7 +3505,7 @@ change-case@^4, change-case@^4.1.2:
snake-case "^3.0.4"
tslib "^2.0.3"

change-case@^5.3.0, change-case@^5.4.1:
change-case@^5.4.1:
version "5.4.2"
resolved "https://registry.yarnpkg.com/change-case/-/change-case-5.4.2.tgz#0b3e4d9746fb16b83f3a8b68a9411bc4a8a61863"
integrity sha512-WB3UiTDpT+vrTilAWaJS4gaIH/jc1He4H9f6erQvraUYas90uWT0JOYFkG1imdNv710XJ6gJvqynrgOHc4ihDA==
Expand Down

0 comments on commit a6be599

Please sign in to comment.