Skip to content

Commit 3c15b5e

Browse files
author
SF-CLI-BOT
committed
chore(release): 2.0.0 [ci skip]
1 parent 6177be2 commit 3c15b5e

File tree

3 files changed

+34
-23
lines changed

3 files changed

+34
-23
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
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.0](https://github.com/salesforcecli/plugin-command-reference/compare/v1.3.14...v2.0.0) (2021-09-07)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* only works for sf now
11+
12+
* test: update to work with new file structure
13+
14+
* refactor: use oclif/core
15+
16+
* chore: bump to 2.0.0
17+
18+
* chore: satisfy dev-scripts
19+
20+
* chore: code review
21+
22+
* chore: regenerate yarn.lock
23+
24+
* Updates for `sf` (#34) ([6177be2](https://github.com/salesforcecli/plugin-command-reference/commit/6177be292a3895f3226951a763fe4610b5587cd0)), closes [#34](https://github.com/salesforcecli/plugin-command-reference/issues/34)
25+
526
### [1.3.14](https://github.com/forcedotcom/plugin-command-reference/compare/v1.3.13...v1.3.14) (2021-08-13)
627

728
### [1.3.13](https://github.com/forcedotcom/plugin-command-reference/compare/v1.3.12...v1.3.13) (2021-08-13)

README.md

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

6868
<!-- commands -->
69-
* [`sfdx commandreference:generate [-d <string>] [-p <array>] [--hidden] [--erroronwarnings] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-commandreferencegenerate--d-string--p-array---hidden---erroronwarnings---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
69+
* [`sf commandreference:generate`](#sf-commandreferencegenerate)
7070

71-
## `sfdx commandreference:generate [-d <string>] [-p <array>] [--hidden] [--erroronwarnings] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
71+
## `sf commandreference:generate`
7272

7373
generate the command reference guide located
7474

7575
```
76+
generate the command reference guide located
77+
7678
USAGE
77-
$ sfdx commandreference:generate [-d <string>] [-p <array>] [--hidden] [--erroronwarnings] [--json] [--loglevel
78-
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
79+
$ sf commandreference:generate
7980
8081
OPTIONS
81-
-d, --outputdir=outputdir [default: ./tmp/root] output
82-
directory to put generated files
83-
84-
-p, --plugins=plugins comma separated list of plugin names
85-
to be part of the generation.
86-
Defaults to the oclif plugin in the
87-
current working directory
82+
-b, --ditamap-suffix=ditamap-suffix [default: unified] unique suffix to append to generated ditamap
83+
-d, --outputdir=outputdir [default: ./tmp/root] output directory to put generated files
8884
89-
--erroronwarnings fail the command if there are any
90-
warnings
85+
-p, --plugins=plugins comma separated list of plugin names to be part of the generation. Defaults to
86+
the oclif plugin in the current working directory
9187
92-
--hidden show hidden commands
88+
--erroronwarnings fail the command if there are any warnings
9389
94-
--json format output as json
90+
--hidden show hidden commands
9591
96-
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
97-
this command invocation
92+
--json Format output as json.
9893
```
9994

100-
_See code: [lib/commands/commandreference/generate.js](https://github.com/forcedotcom/plugin-command-reference/blob/v1.3.13/lib/commands/commandreference/generate.js)_
95+
_See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/v2.0.0/src/commands/commandreference/generate.ts)_
10196
<!-- commandsstop -->

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7409,11 +7409,6 @@ universalify@^0.1.0, universalify@^0.1.2:
74097409
resolved "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
74107410
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
74117411

7412-
universalify@^1.0.0:
7413-
version "1.0.0"
7414-
resolved "https://registry.npmjs.org/universalify/-/universalify-1.0.0.tgz#b61a1da173e8435b2fe3c67d29b9adf8594bd16d"
7415-
integrity sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug==
7416-
74177412
universalify@^2.0.0:
74187413
version "2.0.0"
74197414
resolved "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"

0 commit comments

Comments
 (0)