File tree Expand file tree Collapse file tree 3 files changed +9
-37
lines changed
Expand file tree Collapse file tree 3 files changed +9
-37
lines changed Original file line number Diff line number Diff line change 1+ ## [ 1.0.21] ( https://github.com/salesforcecli/plugin-template-sf/compare/1.0.20...1.0.21 ) (2024-03-24)
2+
3+ ### Bug Fixes
4+
5+ - ** deps:** bump @salesforce/sf-plugins-core from 7.1.15 to 7.1.16 ([ 7b95d71] ( https://github.com/salesforcecli/plugin-template-sf/commit/7b95d71480902f4aabefb117b0b7260370472b95 ) )
6+
17## [ 1.0.20] ( https://github.com/salesforcecli/plugin-template-sf/compare/1.0.19...1.0.20 ) (2024-03-17)
28
39### Bug Fixes
Original file line number Diff line number Diff line change @@ -107,42 +107,8 @@ sf plugins
107107
108108<!-- commands -->
109109
110- - [ ` sf hello world ` ] ( #sf-hello-world )
110+ # Command Topics
111111
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.20/src/commands/hello/world.ts ) _
112+ - [ ` sf hello ` ] ( docs/hello.md ) - Commands to say hello.
147113
148114<!-- 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.20 " ,
4+ "version" : " 1.0.21 " ,
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