Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2020-03-03)

### Bug Fixes

* update invalid script in dev-scripts ([cae155a](cae155a))
* **release:** add plugins to commit changelog and package ([aa70b82](aa70b82))
  • Loading branch information
semantic-release-bot committed Mar 3, 2020
1 parent cae155a commit cf5677c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
## [1.0.1](https://github.com/forcedotcom/plugin-command-reference/compare/v1.0.0...v1.0.1) (2020-03-03)

### Bug Fixes

- update invalid script in dev-scripts ([cae155a](https://github.com/forcedotcom/plugin-command-reference/commit/cae155aa1d7fa9a007c08bc01fb29b1272aad9be))
- **release:** add plugins to commit changelog and package ([aa70b82](https://github.com/forcedotcom/plugin-command-reference/commit/aa70b82e7323c218fb86e88011c7e1809d5b5fa3))
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@salesforce/plugin-command-reference
====================================
# @salesforce/plugin-command-reference

Generate the [Salesforce CLI command reference guide](https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/).

Expand Down Expand Up @@ -45,15 +44,16 @@ Then you can run this in your plugin's CI.
```

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

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

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

generate the command reference guide located

```
USAGE
$ sfdx commandreference:generate -p <array> [-d <string>] [--hidden] [--erroronwarnings] [--json] [--loglevel
$ sfdx commandreference:generate -p <array> [-d <string>] [--hidden] [--erroronwarnings] [--json] [--loglevel
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
OPTIONS
Expand All @@ -75,5 +75,6 @@ OPTIONS
this command invocation
```

_See code: [lib/commands/commandreference/generate.js](https://github.com/salesforcecli/plugin-command-reference/blob/v0.0.0/lib/commands/commandreference/generate.js)_
_See code: [lib/commands/commandreference/generate.js](https://github.com/forcedotcom/plugin-command-reference/blob/v1.0.1/lib/commands/commandreference/generate.js)_

<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/plugin-command-reference",
"description": "Generate the Salesforce CLI command reference guide",
"version": "0.0.1",
"version": "1.0.1",
"author": "Thomas @amphro",
"bugs": "https://github.com/forcedotcom/plugin-command-reference/issues",
"dependencies": {
Expand Down

0 comments on commit cf5677c

Please sign in to comment.