File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed
Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1+ ## [ 0.2.6] ( https://github.com/salesforcecli/plugin-template-sf/compare/0.2.5...0.2.6 ) (2023-10-01)
2+
3+ ### Bug Fixes
4+
5+ - ** deps:** bump @salesforce/core from 5.2.10 to 5.3.1 ([ 8fab182] ( https://github.com/salesforcecli/plugin-template-sf/commit/8fab182fed9bdcce78bf3e1e3677a43e9f8d7a44 ) )
6+
17## [ 0.2.5] ( https://github.com/salesforcecli/plugin-template-sf/compare/0.2.4...0.2.5 ) (2023-10-01)
28
39### Bug Fixes
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ sf plugins
117117
118118## ` sf hello world `
119119
120- Say hello either to the world or someone you know .
120+ Say hello.
121121
122122```
123123USAGE
@@ -130,7 +130,7 @@ GLOBAL FLAGS
130130 --json Format output as json.
131131
132132DESCRIPTION
133- Say hello either to the world or someone you know .
133+ Say hello.
134134
135135 Say hello either to the world or someone you know.
136136
@@ -142,6 +142,13 @@ EXAMPLES
142142 Say hello to someone you know:
143143
144144 $ sf hello world --name Astro
145+
146+ FLAG DESCRIPTIONS
147+ -n, --name=<value> The name of the person you'd like to say hello to.
148+
149+ This person can be anyone in the world!
145150```
146151
152+ _ See code: [ src/commands/hello/world.ts] ( https://github.com/salesforcecli/plugin-template-sf/blob/0.2.6/src/commands/hello/world.ts ) _
153+
147154<!-- 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" : " 0.2.5 " ,
4+ "version" : " 0.2.6 " ,
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