Skip to content

Commit 2d8151c

Browse files
committed
chore(release): 1.0.22 [skip ci]
1 parent f1c3f54 commit 2d8151c

File tree

3 files changed

+43
-3
lines changed

3 files changed

+43
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
## [1.0.21](https://github.com/salesforcecli/plugin-template-sf/compare/1.0.20...1.0.21) (2024-03-24)
28

39
### Bug Fixes

README.md

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,42 @@ sf plugins
107107

108108
<!-- commands -->
109109

110-
# Command Topics
110+
- [`sf hello world`](#sf-hello-world)
111111

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)_
113147

114148
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-template-sf",
33
"description": "A template repository for sf plugins",
4-
"version": "1.0.21",
4+
"version": "1.0.22",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)