Skip to content

Commit

Permalink
Merge pull request #2077 from salesforcecli/release/2.73.6
Browse files Browse the repository at this point in the history
Release PR for 2.73.6 as nightly
  • Loading branch information
svc-cli-bot authored Jan 14, 2025
2 parents 89bba13 + 1a4df19 commit 50f0fcb
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.73.5 linux-x64 node-v22.12.0
@salesforce/cli/2.73.6 linux-x64 node-v22.12.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.17/src/commands/org/create/sandbox.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.18/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.17/src/commands/org/create/scratch.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.18/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.17/src/commands/org/delete/sandbox.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.18/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.17/src/commands/org/delete/scratch.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.18/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.17/src/commands/org/disable/tracking.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.18/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.17/src/commands/org/display.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.18/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.17/src/commands/org/enable/tracking.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.18/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.17/src/commands/org/list.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.18/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.17/src/commands/org/list/metadata.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.18/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.17/src/commands/org/list/metadata-types.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.18/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.17/src/commands/org/open.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.18/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.17/src/commands/org/open/agent.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.18/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.17/src/commands/org/refresh/sandbox.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.18/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.17/src/commands/org/resume/sandbox.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.18/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.17/src/commands/org/resume/scratch.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.18/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.73.5",
"version": "2.73.6",
"author": "Salesforce",
"bin": {
"sf": "./bin/run.js",
Expand Down Expand Up @@ -166,7 +166,7 @@
"@salesforce/plugin-info": "3.4.32",
"@salesforce/plugin-limits": "3.3.44",
"@salesforce/plugin-marketplace": "1.3.7",
"@salesforce/plugin-org": "5.2.17",
"@salesforce/plugin-org": "5.2.18",
"@salesforce/plugin-packaging": "2.9.12",
"@salesforce/plugin-schema": "3.3.46",
"@salesforce/plugin-settings": "2.4.10",
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].17":
version "5.2.17"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-org/-/plugin-org-5.2.17.tgz#8a8098102ff37829caecff7594dc56abb198883f"
integrity sha512-u+Zd2aF0bdNnD+T8+cRai2B9y2AQdAGj8qtEg2kXsELVy/1rkPxwsQxflyzHdfATM6I1L9w65XDIX55fII76gQ==
"@salesforce/[email protected].18":
version "5.2.18"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-org/-/plugin-org-5.2.18.tgz#26457dcfdc4805faacd7aaea57af62a306e6c7fa"
integrity sha512-9GH+tA3yTj5K1z3B5YQkDWPqMzizfL/mpfWsfeI/KHBby546WDdtqkwaP1xATPIo9wwSfe27tuOCCwjKzYIMJw==
dependencies:
"@oclif/core" "^4.2.2"
"@oclif/multi-stage-output" "^0.8.1"
Expand Down

0 comments on commit 50f0fcb

Please sign in to comment.