File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
Expand file tree Collapse file tree 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+
17## [ 1.0.23] ( https://github.com/salesforcecli/plugin-template-sf/compare/1.0.22...1.0.23 ) (2024-04-07)
28
39### Bug Fixes
Original file line number Diff line number Diff line change @@ -115,13 +115,14 @@ Say hello.
115115
116116```
117117USAGE
118- $ sf hello world [--json] [-n <value>]
118+ $ sf hello world [--json] [--flags-dir <value>] [- n <value>]
119119
120120FLAGS
121121 -n, --name=<value> [default: World] The name of the person you'd like to say hello to.
122122
123123GLOBAL FLAGS
124- --json Format output as json.
124+ --flags-dir=<value> Import flag values from a directory.
125+ --json Format output as json.
125126
126127DESCRIPTION
127128 Say hello.
@@ -143,6 +144,6 @@ FLAG DESCRIPTIONS
143144 This person can be anyone in the world!
144145```
145146
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 ) _
147148
148149<!-- commandsstop -->
Original file line number Diff line number Diff line change 11{
22 "name" : " @salesforce/plugin-template-sf" ,
33 "description" : " A template repository for sf plugins" ,
4- "version" : " 1.0.23 " ,
4+ "version" : " 1.0.24 " ,
55 "author" : " Salesforce" ,
66 "bugs" : " https://github.com/forcedotcom/cli/issues" ,
77 "dependencies" : {
You can’t perform that action at this time.
0 commit comments