Skip to content

Commit

Permalink
Merge pull request #1646 from salesforcecli/release/2.41.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc authored May 8, 2024
2 parents a1201cc + 10ddb9a commit 83c295f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 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.41.5 linux-x64 node-v20.12.2
@salesforce/cli/2.41.6 linux-x64 node-v20.12.2
$ sf --help [COMMAND]
USAGE
$ sf COMMAND
Expand Down Expand Up @@ -7343,7 +7343,7 @@ FLAG DESCRIPTIONS
If you don't specify this flag, the command prompts you to choose from your local objects.
```

_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.0/src/commands/schema/generate/field.ts)_
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.1/src/commands/schema/generate/field.ts)_

## `sf schema generate platformevent`

Expand Down Expand Up @@ -7375,7 +7375,7 @@ EXAMPLES
$ sf schema generate platformevent --label "My Platform Event"
```

_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.0/src/commands/schema/generate/platformevent.ts)_
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.1/src/commands/schema/generate/platformevent.ts)_

## `sf schema generate sobject`

Expand Down Expand Up @@ -7432,7 +7432,7 @@ FLAG DESCRIPTIONS
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
```

_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.0/src/commands/schema/generate/sobject.ts)_
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.1/src/commands/schema/generate/sobject.ts)_

## `sf schema generate tab`

Expand Down Expand Up @@ -7480,7 +7480,7 @@ FLAG DESCRIPTIONS
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
```

_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.0/src/commands/schema/generate/tab.ts)_
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.1/src/commands/schema/generate/tab.ts)_

## `sf search`

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.41.5",
"version": "2.41.6",
"author": "Salesforce",
"bin": {
"sf": "./bin/run.js",
Expand Down Expand Up @@ -163,7 +163,7 @@
"@salesforce/plugin-packaging": "2.4.2",
"@salesforce/plugin-schema": "3.3.6",
"@salesforce/plugin-settings": "2.2.6",
"@salesforce/plugin-sobject": "1.4.0",
"@salesforce/plugin-sobject": "1.4.1",
"@salesforce/plugin-source": "3.3.9",
"@salesforce/plugin-telemetry": "3.3.5",
"@salesforce/plugin-templates": "56.2.5",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2499,10 +2499,10 @@
"@salesforce/sf-plugins-core" "^9.0.7"
fast-levenshtein "^3.0.0"

"@salesforce/[email protected].0":
version "1.4.0"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-sobject/-/plugin-sobject-1.4.0.tgz#e28c6a2f49270a468e950eb2e6c71380f69b3a07"
integrity sha512-2948lWyjq0mYYSUwYuwTRLioMmcwSlwvYP7iWvQ/sXtR2x5q0h2yS8CDSl3PnNRNTdRakLz9AYbX2wMfhctocg==
"@salesforce/[email protected].1":
version "1.4.1"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-sobject/-/plugin-sobject-1.4.1.tgz#06c705b7085478ce747e288832e23a88633e74ee"
integrity sha512-oqdSwrfyQtmZOzsWMLjTi8GEQTYGsO5YoeEpvlP9vy4dVbTcGx+eevzZZ3oRkFCbnv/7xoYAak9B5mN7F392Ng==
dependencies:
"@inquirer/confirm" "^3.1.6"
"@inquirer/input" "^2.1.6"
Expand Down

0 comments on commit 83c295f

Please sign in to comment.