Skip to content

Commit

Permalink
Merge pull request #2023 from salesforcecli/release/2.70.0
Browse files Browse the repository at this point in the history
Release PR for 2.70.0 as nightly
  • Loading branch information
svc-cli-bot authored Dec 5, 2024
2 parents 379e90f + 246ebb2 commit b66ef86
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
32 changes: 16 additions & 16 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.69.13 linux-x64 node-v22.11.0
@salesforce/cli/2.70.0 linux-x64 node-v22.11.0
$ sf --help [COMMAND]
USAGE
$ sf COMMAND
Expand Down Expand Up @@ -3200,7 +3200,7 @@ FLAG DESCRIPTIONS
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
```

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

## `sf org create scratch`

Expand Down Expand Up @@ -3354,7 +3354,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/5.2.7/src/commands/org/create/scratch.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.8/src/commands/org/create/scratch.ts)_

## `sf org create user`

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

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

## `sf org delete scratch`

Expand Down Expand Up @@ -3552,7 +3552,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/5.2.7/src/commands/org/delete/scratch.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.8/src/commands/org/delete/scratch.ts)_

## `sf org disable tracking`

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

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

## `sf org display`

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

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

## `sf org display user`

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

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

## `sf org generate password`

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

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

## `sf org list auth`

Expand Down Expand Up @@ -3962,7 +3962,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/5.2.7/src/commands/org/list/metadata.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.8/src/commands/org/list/metadata.ts)_

## `sf org list metadata-types`

Expand Down Expand Up @@ -4017,7 +4017,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/5.2.7/src/commands/org/list/metadata-types.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.8/src/commands/org/list/metadata-types.ts)_

## `sf org list sobject record-counts`

Expand Down Expand Up @@ -4600,7 +4600,7 @@ EXAMPLES
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
```

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

## `sf org open agent`

Expand Down Expand Up @@ -4651,7 +4651,7 @@ EXAMPLES
$ sf org open agent --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent
```

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

## `sf org refresh sandbox`

Expand Down Expand Up @@ -4728,7 +4728,7 @@ FLAG DESCRIPTIONS
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
```

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

## `sf org resume sandbox`

Expand Down Expand Up @@ -4791,7 +4791,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/5.2.7/src/commands/org/resume/sandbox.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.8/src/commands/org/resume/sandbox.ts)_

## `sf org resume scratch`

Expand Down Expand Up @@ -4838,7 +4838,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/5.2.7/src/commands/org/resume/scratch.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.8/src/commands/org/resume/scratch.ts)_

## `sf package create`

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.69.13",
"version": "2.70.0",
"author": "Salesforce",
"bin": {
"sf": "./bin/run.js",
Expand Down Expand Up @@ -160,7 +160,7 @@
"@salesforce/plugin-info": "3.4.25",
"@salesforce/plugin-limits": "3.3.42",
"@salesforce/plugin-marketplace": "1.3.7",
"@salesforce/plugin-org": "5.2.7",
"@salesforce/plugin-org": "5.2.8",
"@salesforce/plugin-packaging": "2.9.5",
"@salesforce/plugin-schema": "3.3.43",
"@salesforce/plugin-settings": "2.4.8",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2641,10 +2641,10 @@
got "^13.0.0"
proxy-agent "^6.4.0"

"@salesforce/[email protected].7":
version "5.2.7"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-org/-/plugin-org-5.2.7.tgz#7d927e2bc879e5c507213787f24867392de87622"
integrity sha512-XLuDGU1KaLA+i+zUhGD/sKGTbnMzsUnYgtkbWbplyd6cYot0DhhPLdbZIKoldhWb005v5XvNEqXQChjMhzK2/A==
"@salesforce/[email protected].8":
version "5.2.8"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-org/-/plugin-org-5.2.8.tgz#66cc0d4b7b5b32723d4f5f530d27582bcc41d018"
integrity sha512-YJtjSL0DhzD/9pWskPLkhdC/BOD0rY0M15beY+ex3FkkNZYGn5loxWUpKjBhBDNXGsULTxihnTPotU3k02Vx0g==
dependencies:
"@oclif/core" "^4.0.30"
"@oclif/multi-stage-output" "^0.7.15"
Expand Down

0 comments on commit b66ef86

Please sign in to comment.