@salesforce/plugin-command-reference 3.1.82 → 3.1.83
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 +2 -2
- package/npm-shrinkwrap.json +5 -5
- package/oclif.lock +3 -3
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -130,7 +130,7 @@ EXAMPLES
|
|
|
130
130
|
$ sf commandreference generate --all --config-path /path/to/plugin --output-dir ./docs
|
|
131
131
|
```
|
|
132
132
|
|
|
133
|
-
_See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.
|
|
133
|
+
_See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.83/src/commands/commandreference/generate.ts)_
|
|
134
134
|
|
|
135
135
|
## `sf jit install`
|
|
136
136
|
|
|
@@ -151,6 +151,6 @@ EXAMPLES
|
|
|
151
151
|
$ sf jit install
|
|
152
152
|
```
|
|
153
153
|
|
|
154
|
-
_See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.
|
|
154
|
+
_See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.83/src/commands/jit/install.ts)_
|
|
155
155
|
|
|
156
156
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-command-reference",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.83",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-command-reference",
|
|
9
|
-
"version": "3.1.
|
|
9
|
+
"version": "3.1.83",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
@@ -11008,9 +11008,9 @@
|
|
|
11008
11008
|
}
|
|
11009
11009
|
},
|
|
11010
11010
|
"node_modules/lodash": {
|
|
11011
|
-
"version": "4.17.
|
|
11012
|
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.
|
|
11013
|
-
"integrity": "sha512-
|
|
11011
|
+
"version": "4.17.23",
|
|
11012
|
+
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
|
|
11013
|
+
"integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
|
|
11014
11014
|
"dev": true,
|
|
11015
11015
|
"license": "MIT"
|
|
11016
11016
|
},
|
package/oclif.lock
CHANGED
|
@@ -5558,9 +5558,9 @@ lodash.upperfirst@^4.3.1:
|
|
|
5558
5558
|
integrity sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==
|
|
5559
5559
|
|
|
5560
5560
|
lodash@^4.17.15, lodash@^4.17.21:
|
|
5561
|
-
version "4.17.
|
|
5562
|
-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.
|
|
5563
|
-
integrity sha512-
|
|
5561
|
+
version "4.17.23"
|
|
5562
|
+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.23.tgz#f113b0378386103be4f6893388c73d0bde7f2c5a"
|
|
5563
|
+
integrity sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==
|
|
5564
5564
|
|
|
5565
5565
|
log-symbols@^4.1.0:
|
|
5566
5566
|
version "4.1.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-command-reference",
|
|
3
3
|
"description": "Generate the Salesforce CLI command reference guide",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.83",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
|
|
7
7
|
"type": "module",
|