File tree 3 files changed +43
-3
lines changed
3 files changed +43
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.0.22] ( https://github.com/salesforcecli/plugin-template-sf/compare/1.0.21...1.0.22 ) (2024-03-31)
2
+
3
+ ### Bug Fixes
4
+
5
+ - ** deps:** bump @salesforce/kit from 3.0.15 to 3.1.0 ([ c88668b] ( https://github.com/salesforcecli/plugin-template-sf/commit/c88668b9fbc63d25dbed9e08a11d6c7dc86c3a30 ) )
6
+
1
7
## [ 1.0.21] ( https://github.com/salesforcecli/plugin-template-sf/compare/1.0.20...1.0.21 ) (2024-03-24)
2
8
3
9
### Bug Fixes
Original file line number Diff line number Diff line change @@ -107,8 +107,42 @@ sf plugins
107
107
108
108
<!-- commands -->
109
109
110
- # Command Topics
110
+ - [ ` sf hello world ` ] ( #sf-hello-world )
111
111
112
- - [ ` sf hello ` ] ( docs/hello.md ) - Commands to say hello.
112
+ ## ` sf hello world `
113
+
114
+ Say hello.
115
+
116
+ ```
117
+ USAGE
118
+ $ sf hello world [--json] [-n <value>]
119
+
120
+ FLAGS
121
+ -n, --name=<value> [default: World] The name of the person you'd like to say hello to.
122
+
123
+ GLOBAL FLAGS
124
+ --json Format output as json.
125
+
126
+ DESCRIPTION
127
+ Say hello.
128
+
129
+ Say hello either to the world or someone you know.
130
+
131
+ EXAMPLES
132
+ Say hello to the world:
133
+
134
+ $ sf hello world
135
+
136
+ Say hello to someone you know:
137
+
138
+ $ sf hello world --name Astro
139
+
140
+ FLAG DESCRIPTIONS
141
+ -n, --name=<value> The name of the person you'd like to say hello to.
142
+
143
+ This person can be anyone in the world!
144
+ ```
145
+
146
+ _ See code: [ src/commands/hello/world.ts] ( https://github.com/salesforcecli/plugin-template-sf/blob/1.0.22/src/commands/hello/world.ts ) _
113
147
114
148
<!-- 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.21 " ,
4
+ "version" : " 1.0.22 " ,
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