@salesforce/plugin-command-reference 3.1.61 → 3.1.62
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.62/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.62/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.62",
|
|
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.62",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
@@ -3790,9 +3790,9 @@
|
|
|
3790
3790
|
}
|
|
3791
3791
|
},
|
|
3792
3792
|
"node_modules/@oclif/core": {
|
|
3793
|
-
"version": "4.5.
|
|
3794
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.5.
|
|
3795
|
-
"integrity": "sha512-
|
|
3793
|
+
"version": "4.5.2",
|
|
3794
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.5.2.tgz",
|
|
3795
|
+
"integrity": "sha512-eQcKyrEcDYeZJKu4vUWiu0ii/1Gfev6GF4FsLSgNez5/+aQyAUCjg3ZWlurf491WiYZTXCWyKAxyPWk8DKv2MA==",
|
|
3796
3796
|
"license": "MIT",
|
|
3797
3797
|
"dependencies": {
|
|
3798
3798
|
"ansi-escapes": "^4.3.2",
|
package/oclif.lock
CHANGED
|
@@ -1603,9 +1603,9 @@
|
|
|
1603
1603
|
fastq "^1.6.0"
|
|
1604
1604
|
|
|
1605
1605
|
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.3.0", "@oclif/core@^4.5.1":
|
|
1606
|
-
version "4.5.
|
|
1607
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.
|
|
1608
|
-
integrity sha512-
|
|
1606
|
+
version "4.5.2"
|
|
1607
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.2.tgz#4db8a365fa7e9e33af272294f710a7f3f25538e2"
|
|
1608
|
+
integrity sha512-eQcKyrEcDYeZJKu4vUWiu0ii/1Gfev6GF4FsLSgNez5/+aQyAUCjg3ZWlurf491WiYZTXCWyKAxyPWk8DKv2MA==
|
|
1609
1609
|
dependencies:
|
|
1610
1610
|
ansi-escapes "^4.3.2"
|
|
1611
1611
|
ansis "^3.17.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.62",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
|
|
7
7
|
"type": "module",
|