Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
$ sf COMMAND
running command...
$ sf (--version|-v)
@salesforce/cli/2.124.1 linux-x64 node-v22.22.0
@salesforce/cli/2.124.2 linux-x64 node-v22.22.0
$ sf --help [COMMAND]
USAGE
$ sf COMMAND
Expand Down Expand Up @@ -9662,7 +9662,7 @@ FLAG DESCRIPTIONS
directory.
```

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

## `sf template generate apex class`

Expand Down Expand Up @@ -9722,7 +9722,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.8.0/src/commands/template/generate/apex/class.ts)_
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.1/src/commands/template/generate/apex/class.ts)_

## `sf template generate apex trigger`

Expand Down Expand Up @@ -9792,7 +9792,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.8.0/src/commands/template/generate/apex/trigger.ts)_
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.1/src/commands/template/generate/apex/trigger.ts)_

## `sf template generate digital-experience site`

Expand Down Expand Up @@ -9842,7 +9842,7 @@ FLAG DESCRIPTIONS
project, defaults to the current directory.
```

_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.0/src/commands/template/generate/digital-experience/site.ts)_
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.1/src/commands/template/generate/digital-experience/site.ts)_

## `sf template generate flexipage`

Expand Down Expand Up @@ -9924,7 +9924,7 @@ FLAG DESCRIPTIONS
'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
```

_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.0/src/commands/template/generate/flexipage/index.ts)_
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.1/src/commands/template/generate/flexipage/index.ts)_

## `sf template generate lightning app`

Expand Down Expand Up @@ -9980,7 +9980,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.8.0/src/commands/template/generate/lightning/app.ts)_
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.1/src/commands/template/generate/lightning/app.ts)_

## `sf template generate lightning component`

Expand Down Expand Up @@ -10050,7 +10050,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.8.0/src/commands/template/generate/lightning/component.ts)_
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.1/src/commands/template/generate/lightning/component.ts)_

## `sf template generate lightning event`

Expand Down Expand Up @@ -10106,7 +10106,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.8.0/src/commands/template/generate/lightning/event.ts)_
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.1/src/commands/template/generate/lightning/event.ts)_

## `sf template generate lightning interface`

Expand Down Expand Up @@ -10162,7 +10162,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.8.0/src/commands/template/generate/lightning/interface.ts)_
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.1/src/commands/template/generate/lightning/interface.ts)_

## `sf template generate lightning test`

Expand Down Expand Up @@ -10218,7 +10218,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.8.0/src/commands/template/generate/lightning/test.ts)_
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.1/src/commands/template/generate/lightning/test.ts)_

## `sf template generate project`

Expand Down Expand Up @@ -10324,7 +10324,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.8.0/src/commands/template/generate/project/index.ts)_
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.1/src/commands/template/generate/project/index.ts)_

## `sf template generate static-resource`

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

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

## `sf template generate visualforce component`

Expand Down Expand Up @@ -10444,7 +10444,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.8.0/src/commands/template/generate/visualforce/component.ts)_
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.1/src/commands/template/generate/visualforce/component.ts)_

## `sf template generate visualforce page`

Expand Down Expand Up @@ -10495,7 +10495,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.8.0/src/commands/template/generate/visualforce/page.ts)_
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.1/src/commands/template/generate/visualforce/page.ts)_

## `sf update [CHANNEL]`

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.124.1",
"version": "2.124.2",
"author": "Salesforce",
"bin": {
"sf": "./bin/run.js",
Expand Down Expand Up @@ -172,7 +172,7 @@
"@salesforce/plugin-settings": "2.4.56",
"@salesforce/plugin-sobject": "1.4.82",
"@salesforce/plugin-telemetry": "3.7.2",
"@salesforce/plugin-templates": "56.8.0",
"@salesforce/plugin-templates": "56.8.1",
"@salesforce/plugin-trust": "3.7.113",
"@salesforce/plugin-user": "3.6.49",
"@salesforce/sf-plugins-core": "12.2.6",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2468,14 +2468,14 @@
"@salesforce/ts-types" "^2.0.12"
debug "^4.4.3"

"@salesforce/plugin-templates@56.8.0":
version "56.8.0"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-templates/-/plugin-templates-56.8.0.tgz#63637e323dd3e1a6eabf7910d33dd5f778b33df4"
integrity sha512-z3kqgzEUseNL+MFnV1rcXrE23AvWYqFFJi9qpd6FR/coFI1T/eBm9LtVbRkETeS6sX4FXQYO/HmfiVBCA/+4Qg==
"@salesforce/plugin-templates@56.8.1":
version "56.8.1"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-templates/-/plugin-templates-56.8.1.tgz#a27efe9cf86e9937ff190699a3c249a7cd0483c7"
integrity sha512-09My04dDfzadVOpKmuBHHgZphcJEKrNBUzarRUp2g/aFxe0i9B/5+ilbZlKl8u7Xgf+JUvajxvCHL0fFylYMig==
dependencies:
"@salesforce/core" "^8.25.1"
"@salesforce/sf-plugins-core" "^12"
"@salesforce/templates" "^65.5.8"
"@salesforce/templates" "^65.5.9"

"@salesforce/plugin-trust@3.7.113", "@salesforce/plugin-trust@^3.7.69":
version "3.7.113"
Expand Down Expand Up @@ -2595,10 +2595,10 @@
o11y_schema "^260.41.0"
proxy-agent "^6.5.0"

"@salesforce/templates@^65.5.8":
version "65.5.8"
resolved "https://registry.yarnpkg.com/@salesforce/templates/-/templates-65.5.8.tgz#df9b87aca219005b6a0a4a56ae3b233e1e599449"
integrity sha512-LFmQ41bLav1TD9Y0nLSxnzGEThmDsMI7zGmRlXhHFrDjeUMcXaeYboN2q9UMtAKYHiSaUn54TTEh+0m5cVGHkw==
"@salesforce/templates@^65.5.9":
version "65.5.9"
resolved "https://registry.yarnpkg.com/@salesforce/templates/-/templates-65.5.9.tgz#42d75e0f81ab504f2a62b79eeeff6e635ba33c0d"
integrity sha512-t/DZHdb9WJUr87lxU9Lzu7bZa0uKAULRbjkLp2g2L9BtYgQNZTtcNUCH341oxJC+BHNsrGimQ9gkwvJpy9C5zg==
dependencies:
"@salesforce/kit" "^3.2.4"
ejs "^3.1.10"
Expand Down
Loading