File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Expand file tree Collapse file tree 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)
12
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
32
43Generate the [ Salesforce CLI command reference guide] ( https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/ ) .
54
@@ -45,15 +44,16 @@ Then you can run this in your plugin's CI.
4544```
4645
4746<!-- 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 )
4949
5050## ` sfdx commandreference:generate -p <array> [-d <string>] [--hidden] [--erroronwarnings] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
5151
5252generate the command reference guide located
5353
5454```
5555USAGE
56- $ sfdx commandreference:generate -p <array> [-d <string>] [--hidden] [--erroronwarnings] [--json] [--loglevel
56+ $ sfdx commandreference:generate -p <array> [-d <string>] [--hidden] [--erroronwarnings] [--json] [--loglevel
5757 trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
5858
5959OPTIONS
@@ -75,5 +75,6 @@ OPTIONS
7575 this command invocation
7676```
7777
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+
7980<!-- 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" : " 0 .0.1" ,
4+ "version" : " 1 .0.1" ,
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