Skip to content

Commit f1ae5d6

Browse files
author
SF-CLI-BOT
committed
chore(release): 2.1.0 [ci skip]
1 parent ecf8fb2 commit f1ae5d6

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
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.1.0](https://github.com/salesforcecli/plugin-command-reference/compare/v2.0.12...v2.1.0) (2021-10-07)
6+
7+
8+
### Features
9+
10+
* add --all ([#38](https://github.com/salesforcecli/plugin-command-reference/issues/38)) ([ecf8fb2](https://github.com/salesforcecli/plugin-command-reference/commit/ecf8fb2539c553aa4acb43206e6bd5bc7d27e6e2))
11+
512
### [2.0.12](https://github.com/salesforcecli/plugin-command-reference/compare/v2.0.11...v2.0.12) (2021-10-01)
613

714

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,10 @@ generate the command reference guide located
7474

7575
```
7676
USAGE
77-
$ sf commandreference generate [--json] [-d <value>] [-p <value>] [-s <value>] [--hidden] [--erroronwarnings]
77+
$ sf commandreference generate [--json] [-d <value>] [-p <value> | -a] [-s <value>] [--hidden] [--erroronwarnings]
7878
7979
FLAGS
80+
-a, --all include all relevant plugins in the generation
8081
-d, --outputdir=<value> [default: ./tmp/root] output directory to put generated files
8182
-p, --plugins=<value>... comma separated list of plugin names to be part of the generation. Defaults to the oclif
8283
plugin in the current working directory

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.12",
4+
"version": "2.1.0",
55
"author": "Thomas @amphro",
66
"bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)