@salesforce/plugin-command-reference 3.1.2 → 3.1.3
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 +10 -10
- package/oclif.lock +8 -8
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
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.3/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.3/src/commands/jit/install.ts)_
|
|
155
155
|
|
|
156
156
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-command-reference",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.3",
|
|
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.3",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
13
|
-
"@salesforce/core": "^7.
|
|
13
|
+
"@salesforce/core": "^7.4.1",
|
|
14
14
|
"@salesforce/kit": "^3.1.1",
|
|
15
15
|
"@salesforce/sf-plugins-core": "^10.0.0",
|
|
16
16
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@oclif/plugin-help": "^6.1.0",
|
|
23
23
|
"@salesforce/dev-scripts": "^10.1.0",
|
|
24
|
-
"@salesforce/plugin-auth": "^3.6.
|
|
24
|
+
"@salesforce/plugin-auth": "^3.6.22",
|
|
25
25
|
"@salesforce/plugin-user": "^3.5.13",
|
|
26
26
|
"@types/debug": "^4.1.12",
|
|
27
27
|
"eslint-plugin-sf-plugin": "^1.18.5",
|
|
@@ -5242,9 +5242,9 @@
|
|
|
5242
5242
|
}
|
|
5243
5243
|
},
|
|
5244
5244
|
"node_modules/@salesforce/core": {
|
|
5245
|
-
"version": "7.
|
|
5246
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.
|
|
5247
|
-
"integrity": "sha512-
|
|
5245
|
+
"version": "7.4.1",
|
|
5246
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.4.1.tgz",
|
|
5247
|
+
"integrity": "sha512-ccYs7uL4GYjdOcc44trfRnaz69kG0jU0aoT0qjPkIel8oVOyEoXaoDCG0A+2diqmicDp5uWK0pNs+tdWNj2mcQ==",
|
|
5248
5248
|
"license": "BSD-3-Clause",
|
|
5249
5249
|
"dependencies": {
|
|
5250
5250
|
"@jsforce/jsforce-node": "^3.2.0",
|
|
@@ -5378,9 +5378,9 @@
|
|
|
5378
5378
|
}
|
|
5379
5379
|
},
|
|
5380
5380
|
"node_modules/@salesforce/plugin-auth": {
|
|
5381
|
-
"version": "3.6.
|
|
5382
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
5383
|
-
"integrity": "sha512-
|
|
5381
|
+
"version": "3.6.22",
|
|
5382
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.22.tgz",
|
|
5383
|
+
"integrity": "sha512-eUaGfIwkhrs4vrbwduSt1ySgQAg1Qdvhtm5+dukW4EVTR7PUCuzkcH7kj1J8M5Mf+0mI82HrfOyzraVlDJtsJg==",
|
|
5384
5384
|
"dev": true,
|
|
5385
5385
|
"license": "BSD-3-Clause",
|
|
5386
5386
|
"dependencies": {
|
package/oclif.lock
CHANGED
|
@@ -1729,10 +1729,10 @@
|
|
|
1729
1729
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
|
1730
1730
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
1731
1731
|
|
|
1732
|
-
"@salesforce/core@^7.3.10", "@salesforce/core@^7.3.12", "@salesforce/core@^7.3.8", "@salesforce/core@^7.3.9":
|
|
1733
|
-
version "7.
|
|
1734
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.
|
|
1735
|
-
integrity sha512-
|
|
1732
|
+
"@salesforce/core@^7.3.10", "@salesforce/core@^7.3.12", "@salesforce/core@^7.3.8", "@salesforce/core@^7.3.9", "@salesforce/core@^7.4.1":
|
|
1733
|
+
version "7.4.1"
|
|
1734
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.4.1.tgz#7c37623f6a89c199bf12cd6dc28d89bc950914ef"
|
|
1735
|
+
integrity sha512-ccYs7uL4GYjdOcc44trfRnaz69kG0jU0aoT0qjPkIel8oVOyEoXaoDCG0A+2diqmicDp5uWK0pNs+tdWNj2mcQ==
|
|
1736
1736
|
dependencies:
|
|
1737
1737
|
"@jsforce/jsforce-node" "^3.2.0"
|
|
1738
1738
|
"@salesforce/kit" "^3.1.2"
|
|
@@ -1798,10 +1798,10 @@
|
|
|
1798
1798
|
"@salesforce/ts-types" "^2.0.9"
|
|
1799
1799
|
tslib "^2.6.2"
|
|
1800
1800
|
|
|
1801
|
-
"@salesforce/plugin-auth@^3.6.
|
|
1802
|
-
version "3.6.
|
|
1803
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
1804
|
-
integrity sha512-
|
|
1801
|
+
"@salesforce/plugin-auth@^3.6.22":
|
|
1802
|
+
version "3.6.22"
|
|
1803
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-auth/-/plugin-auth-3.6.22.tgz#273dae7dc85582120cdd449fa3295ff9f541b04e"
|
|
1804
|
+
integrity sha512-eUaGfIwkhrs4vrbwduSt1ySgQAg1Qdvhtm5+dukW4EVTR7PUCuzkcH7kj1J8M5Mf+0mI82HrfOyzraVlDJtsJg==
|
|
1805
1805
|
dependencies:
|
|
1806
1806
|
"@inquirer/checkbox" "^2.3.5"
|
|
1807
1807
|
"@inquirer/select" "^2.3.5"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
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.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@oclif/core": "^4",
|
|
10
|
-
"@salesforce/core": "^7.
|
|
10
|
+
"@salesforce/core": "^7.4.1",
|
|
11
11
|
"@salesforce/kit": "^3.1.1",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^10.0.0",
|
|
13
13
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@oclif/plugin-help": "^6.1.0",
|
|
20
20
|
"@salesforce/dev-scripts": "^10.1.0",
|
|
21
|
-
"@salesforce/plugin-auth": "^3.6.
|
|
21
|
+
"@salesforce/plugin-auth": "^3.6.22",
|
|
22
22
|
"@salesforce/plugin-user": "^3.5.13",
|
|
23
23
|
"@types/debug": "^4.1.12",
|
|
24
24
|
"eslint-plugin-sf-plugin": "^1.18.5",
|