File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # [ 1.1.0] ( https://github.com/forcedotcom/plugin-command-reference/compare/v1.0.7...v1.1.0 ) (2020-07-29)
2+
3+
4+ ### Features
5+
6+ * support no long description ([ 4b5dabc] ( https://github.com/forcedotcom/plugin-command-reference/commit/4b5dabc7acc30bd689bda110484e2c0e345d64da ) )
7+
18## [ 1.0.7] ( https://github.com/forcedotcom/plugin-command-reference/compare/v1.0.6...v1.0.7 ) (2020-03-11)
29
310### Bug Fixes
Original file line number Diff line number Diff line change @@ -44,16 +44,15 @@ Then you can run this in your plugin's CI.
4444```
4545
4646<!-- commands -->
47-
48- - [ ` 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 )
47+ * [ ` 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 )
4948
5049## ` sfdx commandreference:generate -p <array> [-d <string>] [--hidden] [--erroronwarnings] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
5150
5251generate the command reference guide located
5352
5453```
5554USAGE
56- $ sfdx commandreference:generate -p <array> [-d <string>] [--hidden] [--erroronwarnings] [--json] [--loglevel
55+ $ sfdx commandreference:generate -p <array> [-d <string>] [--hidden] [--erroronwarnings] [--json] [--loglevel
5756 trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
5857
5958OPTIONS
@@ -75,6 +74,5 @@ OPTIONS
7574 this command invocation
7675```
7776
78- _ See code: [ lib/commands/commandreference/generate.js] ( https://github.com/forcedotcom/plugin-command-reference/blob/v1.0.7/lib/commands/commandreference/generate.js ) _
79-
77+ _ See code: [ lib/commands/commandreference/generate.js] ( https://github.com/forcedotcom/plugin-command-reference/blob/v1.1.0/lib/commands/commandreference/generate.js ) _
8078<!-- commandsstop -->
Original file line number Diff line number Diff line change 11{
22 "name" : " @salesforce/plugin-command-reference" ,
33 "description" : " Generate the Salesforce CLI command reference guide" ,
4- "version" : " 1.0.7 " ,
4+ "version" : " 1.1.0 " ,
55 "author" : " Thomas @amphro" ,
66 "bugs" : " https://github.com/forcedotcom/plugin-command-reference/issues" ,
77 "dependencies" : {
You can’t perform that action at this time.
0 commit comments