Skip to content

Commit

Permalink
Merge pull request #2141 from salesforcecli/release/2.80.5
Browse files Browse the repository at this point in the history
Release PR for 2.80.5 as nightly
  • Loading branch information
svc-cli-bot authored Mar 4, 2025
2 parents 2f421cf + 5802373 commit b861a3b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
28 changes: 14 additions & 14 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.80.4 linux-x64 node-v22.14.0
@salesforce/cli/2.80.5 linux-x64 node-v22.14.0
$ sf --help [COMMAND]
USAGE
$ sf COMMAND
Expand Down Expand Up @@ -344,7 +344,7 @@ FLAG DESCRIPTIONS
directory.
```

_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.40/src/commands/analytics/generate/template.ts)_
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.41/src/commands/analytics/generate/template.ts)_

## `sf apex generate class`

Expand Down Expand Up @@ -403,7 +403,7 @@ FLAG DESCRIPTIONS
Supplied parameter values or default values are filled into a copy of the template.
```

_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.40/src/commands/apex/generate/class.ts)_
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.41/src/commands/apex/generate/class.ts)_

## `sf apex generate trigger`

Expand Down Expand Up @@ -472,7 +472,7 @@ FLAG DESCRIPTIONS
Supplied parameter values or default values are filled into a copy of the template.
```

_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.40/src/commands/apex/generate/trigger.ts)_
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.41/src/commands/apex/generate/trigger.ts)_

## `sf apex get log`

Expand Down Expand Up @@ -2746,7 +2746,7 @@ FLAG DESCRIPTIONS
Supplied parameter values or default values are filled into a copy of the template.
```

_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.40/src/commands/lightning/generate/app.ts)_
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.41/src/commands/lightning/generate/app.ts)_

## `sf lightning generate component`

Expand Down Expand Up @@ -2815,7 +2815,7 @@ FLAG DESCRIPTIONS
Supplied parameter values or default values are filled into a copy of the template.
```

_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.40/src/commands/lightning/generate/component.ts)_
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.41/src/commands/lightning/generate/component.ts)_

## `sf lightning generate event`

Expand Down Expand Up @@ -2870,7 +2870,7 @@ FLAG DESCRIPTIONS
Supplied parameter values or default values are filled into a copy of the template.
```

_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.40/src/commands/lightning/generate/event.ts)_
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.41/src/commands/lightning/generate/event.ts)_

## `sf lightning generate interface`

Expand Down Expand Up @@ -2925,7 +2925,7 @@ FLAG DESCRIPTIONS
Supplied parameter values or default values are filled into a copy of the template.
```

_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.40/src/commands/lightning/generate/interface.ts)_
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.41/src/commands/lightning/generate/interface.ts)_

## `sf lightning generate test`

Expand Down Expand Up @@ -2980,7 +2980,7 @@ FLAG DESCRIPTIONS
Supplied parameter values or default values are filled into a copy of the template.
```

_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.40/src/commands/lightning/generate/test.ts)_
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.41/src/commands/lightning/generate/test.ts)_

## `sf org assign permset`

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

_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.40/src/commands/project/generate.ts)_
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.41/src/commands/project/generate.ts)_

## `sf project generate manifest`

Expand Down Expand Up @@ -8432,7 +8432,7 @@ FLAG DESCRIPTIONS
etc.
```

_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.40/src/commands/static-resource/generate.ts)_
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.41/src/commands/static-resource/generate.ts)_

## `sf update [CHANNEL]`

Expand Down Expand Up @@ -8546,7 +8546,7 @@ FLAG DESCRIPTIONS
Supplied parameter values or default values are filled into a copy of the template.
```

_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.40/src/commands/visualforce/generate/component.ts)_
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.41/src/commands/visualforce/generate/component.ts)_

## `sf visualforce generate page`

Expand Down Expand Up @@ -8596,7 +8596,7 @@ FLAG DESCRIPTIONS
The name can be up to 40 characters and must start with a letter.
```

_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.40/src/commands/visualforce/generate/page.ts)_
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.41/src/commands/visualforce/generate/page.ts)_

## `sf which`

Expand Down Expand Up @@ -8630,7 +8630,7 @@ EXAMPLES
$ sf which "foo bar baz"
```

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

<!-- commandsstop -->

Expand Down
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.80.4",
"version": "2.80.5",
"author": "Salesforce",
"bin": {
"sf": "./bin/run.js",
Expand Down Expand Up @@ -153,7 +153,7 @@
"@oclif/plugin-update": "4.6.33",
"@oclif/plugin-version": "2.2.25",
"@oclif/plugin-warn-if-update-available": "3.1.35",
"@oclif/plugin-which": "3.2.31",
"@oclif/plugin-which": "3.2.32",
"@salesforce/core": "^8.2.3",
"@salesforce/kit": "^3.1.6",
"@salesforce/plugin-apex": "3.6.8",
Expand All @@ -170,7 +170,7 @@
"@salesforce/plugin-settings": "2.4.20",
"@salesforce/plugin-sobject": "1.4.51",
"@salesforce/plugin-telemetry": "3.6.35",
"@salesforce/plugin-templates": "56.3.40",
"@salesforce/plugin-templates": "56.3.41",
"@salesforce/plugin-trust": "3.7.69",
"@salesforce/plugin-user": "3.6.12",
"@salesforce/sf-plugins-core": "12.2.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1795,10 +1795,10 @@
lodash "^4.17.21"
registry-auth-token "^5.1.0"

"@oclif/[email protected].31":
version "3.2.31"
resolved "https://registry.yarnpkg.com/@oclif/plugin-which/-/plugin-which-3.2.31.tgz#66639abf19b7dcafbc5fd8b34dee42bb35b526c0"
integrity sha512-6Hxb0tv4KcM8QR785q2rSx5rNLwZnzCscbnIau8jSCfZoEoFeo7ODdldvi9ZMj9KUFRQe14T6c4qo/vn5QKnqg==
"@oclif/[email protected].32":
version "3.2.32"
resolved "https://registry.yarnpkg.com/@oclif/plugin-which/-/plugin-which-3.2.32.tgz#97eceb97efe352e1fd456b007a4fa56da10eda78"
integrity sha512-Af8A/0nrSB0gbUyouEAYJkSePw/1fETrvV+TfsSgUqcAcZ08wrtUnNsuZ8/7wbybu3enoLB/58Oh9hJN7H5dFQ==
dependencies:
"@oclif/core" "^4"
ansis "^3.16.0"
Expand Down Expand Up @@ -2333,10 +2333,10 @@
"@salesforce/ts-types" "^2.0.11"
debug "^4.3.7"

"@salesforce/[email protected].40":
version "56.3.40"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-templates/-/plugin-templates-56.3.40.tgz#9cbd973892600c48bbfae758c2aa5a329a79e927"
integrity sha512-hmqjALWzQumctm8wPsaJxp1YxdPxTFHYUr457nZ7T8KdHi/d3JadUy8Hxv/fczN7tWrxcS8EB+3t2Hv12gGTfA==
"@salesforce/[email protected].41":
version "56.3.41"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-templates/-/plugin-templates-56.3.41.tgz#f9f376c9980e7e86620f28d71173dd2f8d2344a0"
integrity sha512-4V5uyJkllQ16sQnKLcELlA/qEoUG3yaXPXEOY0M7gT46rq8FZDfYR5MBpAV5DD3hl+4LGqNZ4wTfy3d3u/rAIg==
dependencies:
"@salesforce/core" "^8.8.4"
"@salesforce/sf-plugins-core" "^12"
Expand Down

0 comments on commit b861a3b

Please sign in to comment.