File tree 3 files changed +11
-4
lines changed
3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.0.24] ( https://github.com/salesforcecli/plugin-template-sf/compare/1.0.23...1.0.24 ) (2024-04-12)
2
+
3
+ ### Bug Fixes
4
+
5
+ - core7, jsforce-node ([ #645 ] ( https://github.com/salesforcecli/plugin-template-sf/issues/645 ) ) ([ 9c3e6a2] ( https://github.com/salesforcecli/plugin-template-sf/commit/9c3e6a26b5e4d8ed632fcbf0939c2b62ca2921f4 ) )
6
+
1
7
## [ 1.0.23] ( https://github.com/salesforcecli/plugin-template-sf/compare/1.0.22...1.0.23 ) (2024-04-07)
2
8
3
9
### Bug Fixes
Original file line number Diff line number Diff line change @@ -115,13 +115,14 @@ Say hello.
115
115
116
116
```
117
117
USAGE
118
- $ sf hello world [--json] [-n <value>]
118
+ $ sf hello world [--json] [--flags-dir <value>] [- n <value>]
119
119
120
120
FLAGS
121
121
-n, --name=<value> [default: World] The name of the person you'd like to say hello to.
122
122
123
123
GLOBAL FLAGS
124
- --json Format output as json.
124
+ --flags-dir=<value> Import flag values from a directory.
125
+ --json Format output as json.
125
126
126
127
DESCRIPTION
127
128
Say hello.
@@ -143,6 +144,6 @@ FLAG DESCRIPTIONS
143
144
This person can be anyone in the world!
144
145
```
145
146
146
- _ See code: [ src/commands/hello/world.ts] ( https://github.com/salesforcecli/plugin-template-sf/blob/1.0.23 /src/commands/hello/world.ts ) _
147
+ _ See code: [ src/commands/hello/world.ts] ( https://github.com/salesforcecli/plugin-template-sf/blob/1.0.24 /src/commands/hello/world.ts ) _
147
148
148
149
<!-- commandsstop -->
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @salesforce/plugin-template-sf" ,
3
3
"description" : " A template repository for sf plugins" ,
4
- "version" : " 1.0.23 " ,
4
+ "version" : " 1.0.24 " ,
5
5
"author" : " Salesforce" ,
6
6
"bugs" : " https://github.com/forcedotcom/cli/issues" ,
7
7
"dependencies" : {
You can’t perform that action at this time.
0 commit comments