Skip to content

Commit 09a4976

Browse files
author
SF-CLI-BOT
committed
chore(release): 2.0.12 [ci skip]
1 parent 0f0644f commit 09a4976

File tree

3 files changed

+22
-19
lines changed

3 files changed

+22
-19
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.12](https://github.com/salesforcecli/plugin-command-reference/compare/v2.0.11...v2.0.12) (2021-10-01)
6+
7+
8+
### Bug Fixes
9+
10+
* bump to GA deps ([#37](https://github.com/salesforcecli/plugin-command-reference/issues/37)) ([0f0644f](https://github.com/salesforcecli/plugin-command-reference/commit/0f0644f9298f44eec86c0210cf9bce267b3c3cfc))
11+
512
### [2.0.11](https://github.com/salesforcecli/plugin-command-reference/compare/v2.0.10...v2.0.11) (2021-09-20)
613

714

README.md

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -66,32 +66,28 @@ sfdx commandreference --plugins salesforcedx,alias,config,auth
6666
## Commands
6767

6868
<!-- commands -->
69-
* [`sf commandreference:generate`](#sf-commandreferencegenerate)
69+
* [`sf commandreference generate`](#sf-commandreference-generate)
7070

71-
## `sf commandreference:generate`
71+
## `sf commandreference generate`
7272

7373
generate the command reference guide located
7474

7575
```
76-
generate the command reference guide located
77-
7876
USAGE
79-
$ sf commandreference:generate
80-
81-
OPTIONS
82-
-d, --outputdir=outputdir [default: ./tmp/root] output directory to put generated files
77+
$ sf commandreference generate [--json] [-d <value>] [-p <value>] [-s <value>] [--hidden] [--erroronwarnings]
8378
84-
-p, --plugins=plugins comma separated list of plugin names to be part of the generation. Defaults to
85-
the oclif plugin in the current working directory
79+
FLAGS
80+
-d, --outputdir=<value> [default: ./tmp/root] output directory to put generated files
81+
-p, --plugins=<value>... comma separated list of plugin names to be part of the generation. Defaults to the oclif
82+
plugin in the current working directory
83+
-s, --ditamap-suffix=<value> [default: unified] unique suffix to append to generated ditamap
84+
--erroronwarnings fail the command if there are any warnings
85+
--hidden show hidden commands
8686
87-
-s, --ditamap-suffix=ditamap-suffix [default: unified] unique suffix to append to generated ditamap
87+
GLOBAL FLAGS
88+
--json Format output as json.
8889
89-
--erroronwarnings fail the command if there are any warnings
90-
91-
--hidden show hidden commands
92-
93-
--json Format output as json.
90+
DESCRIPTION
91+
generate the command reference guide located
9492
```
95-
96-
_See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/v2.0.10/src/commands/commandreference/generate.ts)_
9793
<!-- 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.11",
4+
"version": "2.0.12",
55
"author": "Thomas @amphro",
66
"bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)