File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed 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
+
1
8
## [ 1.0.7] ( https://github.com/forcedotcom/plugin-command-reference/compare/v1.0.6...v1.0.7 ) (2020-03-11)
2
9
3
10
### 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.
44
44
```
45
45
46
46
<!-- 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 )
49
48
50
49
## ` sfdx commandreference:generate -p <array> [-d <string>] [--hidden] [--erroronwarnings] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
51
50
52
51
generate the command reference guide located
53
52
54
53
```
55
54
USAGE
56
- $ sfdx commandreference:generate -p <array> [-d <string>] [--hidden] [--erroronwarnings] [--json] [--loglevel
55
+ $ sfdx commandreference:generate -p <array> [-d <string>] [--hidden] [--erroronwarnings] [--json] [--loglevel
57
56
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
58
57
59
58
OPTIONS
@@ -75,6 +74,5 @@ OPTIONS
75
74
this command invocation
76
75
```
77
76
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 ) _
80
78
<!-- commandsstop -->
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @salesforce/plugin-command-reference" ,
3
3
"description" : " Generate the Salesforce CLI command reference guide" ,
4
- "version" : " 1.0.7 " ,
4
+ "version" : " 1.1.0 " ,
5
5
"author" : " Thomas @amphro" ,
6
6
"bugs" : " https://github.com/forcedotcom/plugin-command-reference/issues" ,
7
7
"dependencies" : {
You can’t perform that action at this time.
0 commit comments