File tree 3 files changed +12
-6
lines changed
3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.0.1] ( https://github.com/forcedotcom/plugin-command-reference/compare/v1.0.0...v1.0.1 ) (2020-03-03)
1
2
3
+ ### Bug Fixes
4
+
5
+ - update invalid script in dev-scripts ([ cae155a] ( https://github.com/forcedotcom/plugin-command-reference/commit/cae155aa1d7fa9a007c08bc01fb29b1272aad9be ) )
6
+ - ** release:** add plugins to commit changelog and package ([ aa70b82] ( https://github.com/forcedotcom/plugin-command-reference/commit/aa70b82e7323c218fb86e88011c7e1809d5b5fa3 ) )
Original file line number Diff line number Diff line change 1
- @salesforce/plugin-command-reference
2
- ====================================
1
+ # @salesforce/plugin-command-reference
3
2
4
3
Generate the [ Salesforce CLI command reference guide] ( https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/ ) .
5
4
@@ -45,15 +44,16 @@ Then you can run this in your plugin's CI.
45
44
```
46
45
47
46
<!-- commands -->
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
+
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 )
49
49
50
50
## ` sfdx commandreference:generate -p <array> [-d <string>] [--hidden] [--erroronwarnings] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
51
51
52
52
generate the command reference guide located
53
53
54
54
```
55
55
USAGE
56
- $ sfdx commandreference:generate -p <array> [-d <string>] [--hidden] [--erroronwarnings] [--json] [--loglevel
56
+ $ sfdx commandreference:generate -p <array> [-d <string>] [--hidden] [--erroronwarnings] [--json] [--loglevel
57
57
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
58
58
59
59
OPTIONS
@@ -75,5 +75,6 @@ OPTIONS
75
75
this command invocation
76
76
```
77
77
78
- _ See code: [ lib/commands/commandreference/generate.js] ( https://github.com/salesforcecli/plugin-command-reference/blob/v0.0.0/lib/commands/commandreference/generate.js ) _
78
+ _ See code: [ lib/commands/commandreference/generate.js] ( https://github.com/forcedotcom/plugin-command-reference/blob/v1.0.1/lib/commands/commandreference/generate.js ) _
79
+
79
80
<!-- 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" : " 0 .0.1" ,
4
+ "version" : " 1 .0.1" ,
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