Skip to content

Commit

Permalink
chore(release): 1.4.10 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
k-capehart committed Oct 3, 2024
1 parent 478d90a commit 0aceac6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.4.10](https://github.com/k-capehart/kc-sf-plugin/compare/1.4.9...1.4.10) (2024-10-03)


### Bug Fixes

* **deps:** bump the dependencies group with 11 updates ([#56](https://github.com/k-capehart/kc-sf-plugin/issues/56)) ([478d90a](https://github.com/k-capehart/kc-sf-plugin/commit/478d90ac35ebfe37fc0067805def0c9f00ce5688))



## [1.4.9](https://github.com/k-capehart/kc-sf-plugin/compare/1.4.8...1.4.9) (2024-09-12)


Expand Down
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,8 @@ For more template examples: https://github.com/k-capehart/kc-sf-plugin/tree/main
## Commands

<!-- commands -->

- [`sf kc diff`](#sf-kc-diff)
- [`sf kc trigger-framework`](#sf-kc-trigger-framework)
* [`sf kc diff`](#sf-kc-diff)
* [`sf kc trigger-framework`](#sf-kc-trigger-framework)

## `sf kc diff`

Expand Down Expand Up @@ -138,23 +137,23 @@ FLAG DESCRIPTIONS
Ignore files by placing them in your .forceignore and using this flag.
```

_See code: [src/commands/kc/diff.ts](https://github.com/k-capehart/kc-sf-plugin/blob/1.4.9/src/commands/kc/diff.ts)_
_See code: [src/commands/kc/diff.ts](https://github.com/k-capehart/kc-sf-plugin/blob/1.4.10/src/commands/kc/diff.ts)_

## `sf kc trigger-framework`

Generate apex trigger frameworks based on templates.

```
USAGE
$ sf kc trigger-framework [--json] [--flags-dir <value>] [-d <value>] [-i] [-s <value>...] [-t 1] [--custom-template
$ sf kc trigger-framework [--json] [--flags-dir <value>] [-d <value>] [-i] [-s <value>...] [-t 1|2] [--custom-template
<value>]
FLAGS
-d, --target-dir=<value> [default: force-app/main/default] The target directory for your salesforce project.
-i, --init Initialize the trigger framework for the given template.
-s, --sobject=<value>... The name of the SObject that the trigger and classes will be created for.
-t, --template=<option> The template that should be used to generate the trigger framework.
<options: 1>
<options: 1|2>
--custom-template=<value> The directory in which the custom templates are located. View docs for more information
on creating templates: https://github.com/k-capehart/kc-sf-plugin
Expand All @@ -165,7 +164,7 @@ GLOBAL FLAGS
DESCRIPTION
Generate apex trigger frameworks based on templates.
Given an SObject, creates a Trigger and accompanying handler classes and components.
Given an SObject, creates a Trigger and related components.
Use the `--init` flag to initialize the framework, then the `--sobject` flag to create triggers based on the
framework.
Expand All @@ -179,8 +178,7 @@ EXAMPLES
$ sf kc trigger-framework --custom-template templates/ --sobject Account
```

_See code: [src/commands/kc/trigger-framework.ts](https://github.com/k-capehart/kc-sf-plugin/blob/1.4.9/src/commands/kc/trigger-framework.ts)_

_See code: [src/commands/kc/trigger-framework.ts](https://github.com/k-capehart/kc-sf-plugin/blob/1.4.10/src/commands/kc/trigger-framework.ts)_
<!-- commandsstop -->

## Build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kc-sf-plugin",
"description": "Various commands for enabling salesforce development, including automated apex trigger framework generation.",
"version": "1.4.9",
"version": "1.4.10",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
Expand Down

0 comments on commit 0aceac6

Please sign in to comment.