@salesforce/plugin-command-reference 3.0.71 → 3.0.73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -68
- package/npm-shrinkwrap.json +1608 -4844
- package/oclif.lock +1146 -3160
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -81,74 +81,9 @@ Now diff the output. Changes should be intentional!
|
|
|
81
81
|
|
|
82
82
|
<!-- commands -->
|
|
83
83
|
|
|
84
|
-
|
|
85
|
-
- [`sf jit install`](#sf-jit-install)
|
|
84
|
+
# Command Topics
|
|
86
85
|
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
generate the command reference guide located
|
|
90
|
-
|
|
91
|
-
```
|
|
92
|
-
USAGE
|
|
93
|
-
$ sf commandreference generate [--json] [-d <value>] [-p <value> | -a] [-s <value>] [--hidden] [--error-on-warnings] [-c
|
|
94
|
-
<value>]
|
|
95
|
-
|
|
96
|
-
FLAGS
|
|
97
|
-
-a, --all include all relevant plugins in the generation
|
|
98
|
-
-c, --config-path=<value> A path to the directory containing a plugin or cli
|
|
99
|
-
-d, --output-dir=<value> [default: ./tmp/root] output directory to put generated files
|
|
100
|
-
-p, --plugins=<value>... comma separated list of plugin names to be part of the generation. Defaults to the oclif
|
|
101
|
-
plugin in the current working directory
|
|
102
|
-
-s, --ditamap-suffix=<value> [default: unified] unique suffix to append to generated ditamap
|
|
103
|
-
--error-on-warnings fail the command if there are any warnings
|
|
104
|
-
--hidden show hidden commands
|
|
105
|
-
|
|
106
|
-
GLOBAL FLAGS
|
|
107
|
-
--json Format output as json.
|
|
108
|
-
|
|
109
|
-
DESCRIPTION
|
|
110
|
-
generate the command reference guide located
|
|
111
|
-
|
|
112
|
-
generate the command reference guide located
|
|
113
|
-
|
|
114
|
-
EXAMPLES
|
|
115
|
-
Generate the command reference guide
|
|
116
|
-
|
|
117
|
-
$ sf commandreference generate
|
|
118
|
-
|
|
119
|
-
Generate the command reference for a set of plugins
|
|
120
|
-
|
|
121
|
-
$ sf commandreference generate --plugins pluginA,pluginB
|
|
122
|
-
|
|
123
|
-
Generate the command reference for all plugins
|
|
124
|
-
|
|
125
|
-
$ sf commandreference generate --all --output-dir ./docs
|
|
126
|
-
|
|
127
|
-
Generate the command reference for all plugins in a directory
|
|
128
|
-
|
|
129
|
-
$ sf commandreference generate --all --config-path /path/to/plugin --output-dir ./docs
|
|
130
|
-
```
|
|
131
|
-
|
|
132
|
-
_See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.0.71/src/commands/commandreference/generate.ts)_
|
|
133
|
-
|
|
134
|
-
## `sf jit install`
|
|
135
|
-
|
|
136
|
-
Install all JIT plugins.
|
|
137
|
-
|
|
138
|
-
```
|
|
139
|
-
USAGE
|
|
140
|
-
$ sf jit install [--json] [-d]
|
|
141
|
-
|
|
142
|
-
FLAGS
|
|
143
|
-
-d, --dry-run List the plugins that would be installed.
|
|
144
|
-
|
|
145
|
-
GLOBAL FLAGS
|
|
146
|
-
--json Format output as json.
|
|
147
|
-
|
|
148
|
-
EXAMPLES
|
|
149
|
-
$ sf jit install
|
|
150
|
-
```
|
|
151
|
-
|
|
152
|
-
_See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.0.71/src/commands/jit/install.ts)_
|
|
86
|
+
- [`sf commandreference`](docs/commandreference.md) - generate the Salesforce CLI command reference guide.
|
|
87
|
+
- [`sf jit`](docs/jit.md) - description for jit
|
|
153
88
|
|
|
154
89
|
<!-- commandsstop -->
|