Skip to content

Commit d06e8af

Browse files
committed
chore(release): 1.0.21 [skip ci]
1 parent 4cf6a19 commit d06e8af

File tree

3 files changed

+9
-37
lines changed

3 files changed

+9
-37
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.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

README.md

Lines changed: 2 additions & 36 deletions
Original file line numberDiff line numberDiff 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 -->

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.20",
4+
"version": "1.0.21",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)