Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
k-capehart committed May 17, 2024
1 parent ca4a108 commit 3de269f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## 1.0.1 (2024-05-17)

### Bug Fixes

- **deps:** bump @babel/traverse from 7.19.1 to 7.24.5 ([2d967be](https://github.com/k-capehart/kc-sf-plugin/commit/2d967be5c615ba15e1be2b96e6135bdbf7a92bb9))
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,20 +115,21 @@ sf plugins

## `sf hello world`

Say hello either to the world or someone you know.
Say hello.

```
USAGE
$ sf hello world [--json] [-n <value>]
$ sf hello world [--json] [--flags-dir <value>] [-n <value>]
FLAGS
-n, --name=<value> [default: World] The name of the person you'd like to say hello to.
GLOBAL FLAGS
--json Format output as json.
--flags-dir=<value> Import flag values from a directory.
--json Format output as json.
DESCRIPTION
Say hello either to the world or someone you know.
Say hello.
Say hello either to the world or someone you know.
Expand All @@ -140,6 +141,11 @@ EXAMPLES
Say hello to someone you know:
$ sf hello world --name Astro
FLAG DESCRIPTIONS
-n, --name=<value> The name of the person you'd like to say hello to.
This person can be anyone in the world!
```

<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kc-sf-plugin",
"description": "Various commands for enabling salesforce development with the sf cli",
"version": "1.0.0",
"version": "1.0.1",
"dependencies": {
"@oclif/core": "^3.26.2",
"@salesforce/core": "^7.2.0",
Expand Down

0 comments on commit 3de269f

Please sign in to comment.