Skip to content

Commit 43abec1

Browse files
author
SF-CLI-BOT
committed
chore(release): 2.0.2 [ci skip]
1 parent d864b2d commit 43abec1

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [2.0.2](https://github.com/salesforcecli/plugin-command-reference/compare/v2.0.1...v2.0.2) (2021-09-08)
6+
7+
8+
### Bug Fixes
9+
10+
* update generate command reference ([d864b2d](https://github.com/salesforcecli/plugin-command-reference/commit/d864b2d5749732e1870e2f59c80c8975b028c21b))
11+
512
### [2.0.1](https://github.com/salesforcecli/plugin-command-reference/compare/v2.0.0...v2.0.1) (2021-09-07)
613

714

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,18 +79,19 @@ USAGE
7979
$ sf commandreference:generate
8080
8181
OPTIONS
82-
-b, --ditamap-suffix=ditamap-suffix [default: unified] unique suffix to append to generated ditamap
8382
-d, --outputdir=outputdir [default: ./tmp/root] output directory to put generated files
8483
8584
-p, --plugins=plugins comma separated list of plugin names to be part of the generation. Defaults to
8685
the oclif plugin in the current working directory
8786
87+
-s, --ditamap-suffix=ditamap-suffix [default: unified] unique suffix to append to generated ditamap
88+
8889
--erroronwarnings fail the command if there are any warnings
8990
9091
--hidden show hidden commands
9192
9293
--json Format output as json.
9394
```
9495

95-
_See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/v2.0.0/src/commands/commandreference/generate.ts)_
96+
_See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/v2.0.1/src/commands/commandreference/generate.ts)_
9697
<!-- 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-command-reference",
33
"description": "Generate the Salesforce CLI command reference guide",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"author": "Thomas @amphro",
66
"bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)