@salesforce/plugin-command-reference 3.0.77 → 3.0.78
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 +6 -6
- package/oclif.lock +7 -32
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
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.0.
|
|
133
|
+
_See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.0.78/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.0.
|
|
154
|
+
_See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.0.78/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.0.
|
|
3
|
+
"version": "3.0.78",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-command-reference",
|
|
9
|
-
"version": "3.0.
|
|
9
|
+
"version": "3.0.78",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^3.26.3",
|
|
13
|
-
"@salesforce/core": "^7.
|
|
13
|
+
"@salesforce/core": "^7.2.0",
|
|
14
14
|
"@salesforce/kit": "^3.1.0",
|
|
15
15
|
"@salesforce/sf-plugins-core": "^9.0.1",
|
|
16
16
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -3283,9 +3283,9 @@
|
|
|
3283
3283
|
}
|
|
3284
3284
|
},
|
|
3285
3285
|
"node_modules/@salesforce/core": {
|
|
3286
|
-
"version": "7.
|
|
3287
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.
|
|
3288
|
-
"integrity": "sha512-
|
|
3286
|
+
"version": "7.2.0",
|
|
3287
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.2.0.tgz",
|
|
3288
|
+
"integrity": "sha512-N/9hv7Vdr9sEuob9vo90odcQ7dJPtfOQVIE5R8vFcfaHK3W3ej9EpHsaV55PkaVG+hxRhZ2oOVA3UaVfp/diOw==",
|
|
3289
3289
|
"license": "BSD-3-Clause",
|
|
3290
3290
|
"dependencies": {
|
|
3291
3291
|
"@jsforce/jsforce-node": "^3.1.0",
|
package/oclif.lock
CHANGED
|
@@ -1620,10 +1620,10 @@
|
|
|
1620
1620
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
|
1621
1621
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
1622
1622
|
|
|
1623
|
-
"@salesforce/core@^7.0.0", "@salesforce/core@^7.0.1", "@salesforce/core@^7.
|
|
1624
|
-
version "7.
|
|
1625
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.
|
|
1626
|
-
integrity sha512-
|
|
1623
|
+
"@salesforce/core@^7.0.0", "@salesforce/core@^7.0.1", "@salesforce/core@^7.2.0":
|
|
1624
|
+
version "7.2.0"
|
|
1625
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.2.0.tgz#5034c8a1104e5feb0c2c96609a98e8f63e6f8676"
|
|
1626
|
+
integrity sha512-N/9hv7Vdr9sEuob9vo90odcQ7dJPtfOQVIE5R8vFcfaHK3W3ej9EpHsaV55PkaVG+hxRhZ2oOVA3UaVfp/diOw==
|
|
1627
1627
|
dependencies:
|
|
1628
1628
|
"@jsforce/jsforce-node" "^3.1.0"
|
|
1629
1629
|
"@salesforce/kit" "^3.1.0"
|
|
@@ -6841,16 +6841,7 @@ srcset@^5.0.0:
|
|
|
6841
6841
|
resolved "https://registry.yarnpkg.com/srcset/-/srcset-5.0.0.tgz#9df6c3961b5b44a02532ce6ae4544832609e2e3f"
|
|
6842
6842
|
integrity sha512-SqEZaAEhe0A6ETEa9O1IhSPC7MdvehZtCnTR0AftXk3QhY2UNgb+NApFOUPZILXk/YTDfFxMTNJOBpzrJsEdIA==
|
|
6843
6843
|
|
|
6844
|
-
"string-width-cjs@npm:string-width@^4.2.0":
|
|
6845
|
-
version "4.2.3"
|
|
6846
|
-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
|
6847
|
-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
6848
|
-
dependencies:
|
|
6849
|
-
emoji-regex "^8.0.0"
|
|
6850
|
-
is-fullwidth-code-point "^3.0.0"
|
|
6851
|
-
strip-ansi "^6.0.1"
|
|
6852
|
-
|
|
6853
|
-
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
|
|
6844
|
+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
|
|
6854
6845
|
version "4.2.3"
|
|
6855
6846
|
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
|
6856
6847
|
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
@@ -6909,14 +6900,7 @@ string_decoder@~1.1.1:
|
|
|
6909
6900
|
dependencies:
|
|
6910
6901
|
safe-buffer "~5.1.0"
|
|
6911
6902
|
|
|
6912
|
-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
|
|
6913
|
-
version "6.0.1"
|
|
6914
|
-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
|
6915
|
-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
6916
|
-
dependencies:
|
|
6917
|
-
ansi-regex "^5.0.1"
|
|
6918
|
-
|
|
6919
|
-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
|
6903
|
+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
|
6920
6904
|
version "6.0.1"
|
|
6921
6905
|
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
|
6922
6906
|
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
@@ -7436,7 +7420,7 @@ workerpool@6.2.1:
|
|
|
7436
7420
|
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
|
|
7437
7421
|
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
|
|
7438
7422
|
|
|
7439
|
-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
|
|
7423
|
+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
|
|
7440
7424
|
version "7.0.0"
|
|
7441
7425
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
|
7442
7426
|
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
@@ -7454,15 +7438,6 @@ wrap-ansi@^6.2.0:
|
|
|
7454
7438
|
string-width "^4.1.0"
|
|
7455
7439
|
strip-ansi "^6.0.0"
|
|
7456
7440
|
|
|
7457
|
-
wrap-ansi@^7.0.0:
|
|
7458
|
-
version "7.0.0"
|
|
7459
|
-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
|
7460
|
-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
7461
|
-
dependencies:
|
|
7462
|
-
ansi-styles "^4.0.0"
|
|
7463
|
-
string-width "^4.1.0"
|
|
7464
|
-
strip-ansi "^6.0.0"
|
|
7465
|
-
|
|
7466
7441
|
wrap-ansi@^8.1.0:
|
|
7467
7442
|
version "8.1.0"
|
|
7468
7443
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
|
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.0.
|
|
4
|
+
"version": "3.0.78",
|
|
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": "^3.26.3",
|
|
10
|
-
"@salesforce/core": "^7.
|
|
10
|
+
"@salesforce/core": "^7.2.0",
|
|
11
11
|
"@salesforce/kit": "^3.1.0",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^9.0.1",
|
|
13
13
|
"@salesforce/ts-types": "^2.0.9",
|