@salesforce/plugin-command-reference 3.1.56 → 3.1.58
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 +24 -24
- package/oclif.lock +24 -24
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
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.58/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.58/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.58",
|
|
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.58",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
13
|
-
"@salesforce/core": "^8.
|
|
13
|
+
"@salesforce/core": "^8.14.0",
|
|
14
14
|
"@salesforce/kit": "^3.2.3",
|
|
15
15
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
16
16
|
"@salesforce/ts-types": "^2.0.11",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"handlebars": "^4.7.8"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@oclif/plugin-help": "^6.2.
|
|
22
|
+
"@oclif/plugin-help": "^6.2.29",
|
|
23
23
|
"@salesforce/dev-scripts": "^11.0.2",
|
|
24
|
-
"@salesforce/plugin-auth": "^3.
|
|
24
|
+
"@salesforce/plugin-auth": "^3.7.2",
|
|
25
25
|
"@salesforce/plugin-user": "^3.6.25",
|
|
26
26
|
"@types/debug": "^4.1.12",
|
|
27
27
|
"eslint-plugin-sf-plugin": "^1.20.24",
|
|
28
|
-
"oclif": "^4.18.
|
|
28
|
+
"oclif": "^4.18.1",
|
|
29
29
|
"ts-node": "^10.9.2",
|
|
30
30
|
"typescript": "^5.5.4"
|
|
31
31
|
},
|
|
@@ -3618,9 +3618,9 @@
|
|
|
3618
3618
|
}
|
|
3619
3619
|
},
|
|
3620
3620
|
"node_modules/@oclif/core": {
|
|
3621
|
-
"version": "4.
|
|
3622
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.
|
|
3623
|
-
"integrity": "sha512-
|
|
3621
|
+
"version": "4.4.0",
|
|
3622
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.4.0.tgz",
|
|
3623
|
+
"integrity": "sha512-wH5g3SLmbRutnr7UzQBSozRFEAZ7U9YGB/wFuBRr0ZghTgv5DE+KQaf6ZtU7iFb9pvkvoVRnT5XheNAtbjRDaQ==",
|
|
3624
3624
|
"license": "MIT",
|
|
3625
3625
|
"dependencies": {
|
|
3626
3626
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3637,7 +3637,7 @@
|
|
|
3637
3637
|
"semver": "^7.6.3",
|
|
3638
3638
|
"string-width": "^4.2.3",
|
|
3639
3639
|
"supports-color": "^8",
|
|
3640
|
-
"tinyglobby": "^0.2.
|
|
3640
|
+
"tinyglobby": "^0.2.14",
|
|
3641
3641
|
"widest-line": "^3.1.0",
|
|
3642
3642
|
"wordwrap": "^1.0.0",
|
|
3643
3643
|
"wrap-ansi": "^7.0.0"
|
|
@@ -3709,9 +3709,9 @@
|
|
|
3709
3709
|
}
|
|
3710
3710
|
},
|
|
3711
3711
|
"node_modules/@oclif/plugin-help": {
|
|
3712
|
-
"version": "6.2.
|
|
3713
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
3714
|
-
"integrity": "sha512-
|
|
3712
|
+
"version": "6.2.29",
|
|
3713
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.29.tgz",
|
|
3714
|
+
"integrity": "sha512-90DMOngEHiQw1I7oylVE1Hco991OkeDFJMx3CNJ2M3g5F1dhXgscjbaIlYHdiuNyVs0mTkKevdiMs911suD4yA==",
|
|
3715
3715
|
"dev": true,
|
|
3716
3716
|
"license": "MIT",
|
|
3717
3717
|
"dependencies": {
|
|
@@ -3912,9 +3912,9 @@
|
|
|
3912
3912
|
}
|
|
3913
3913
|
},
|
|
3914
3914
|
"node_modules/@salesforce/core": {
|
|
3915
|
-
"version": "8.
|
|
3916
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
3917
|
-
"integrity": "sha512-
|
|
3915
|
+
"version": "8.14.0",
|
|
3916
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.14.0.tgz",
|
|
3917
|
+
"integrity": "sha512-Ta1aY15TfgxLyFNNlkw60Mm3dDtiEb50TSp3/wzrbuMgkEGvFBEZQca/ChrjANXhpw8pURDUTzL4VV/1eGCHrQ==",
|
|
3918
3918
|
"license": "BSD-3-Clause",
|
|
3919
3919
|
"dependencies": {
|
|
3920
3920
|
"@jsforce/jsforce-node": "^3.8.2",
|
|
@@ -4105,16 +4105,16 @@
|
|
|
4105
4105
|
}
|
|
4106
4106
|
},
|
|
4107
4107
|
"node_modules/@salesforce/plugin-auth": {
|
|
4108
|
-
"version": "3.
|
|
4109
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.
|
|
4110
|
-
"integrity": "sha512-
|
|
4108
|
+
"version": "3.7.2",
|
|
4109
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.7.2.tgz",
|
|
4110
|
+
"integrity": "sha512-a5kIba0xsALhAzl6thfqXMAMYjSQJAk91gnMBkOv/sZfvYwEG6pMGpKdM/DOfibOpZWPbLNB1B3yjFbcPQjytQ==",
|
|
4111
4111
|
"dev": true,
|
|
4112
4112
|
"license": "Apache-2.0",
|
|
4113
4113
|
"dependencies": {
|
|
4114
4114
|
"@inquirer/checkbox": "^2.5.0",
|
|
4115
4115
|
"@inquirer/select": "^2.5.0",
|
|
4116
4116
|
"@oclif/core": "^4",
|
|
4117
|
-
"@salesforce/core": "^8.
|
|
4117
|
+
"@salesforce/core": "^8.14.0",
|
|
4118
4118
|
"@salesforce/kit": "^3.2.3",
|
|
4119
4119
|
"@salesforce/plugin-info": "^3.4.65",
|
|
4120
4120
|
"@salesforce/sf-plugins-core": "^12.2.2",
|
|
@@ -12001,9 +12001,9 @@
|
|
|
12001
12001
|
}
|
|
12002
12002
|
},
|
|
12003
12003
|
"node_modules/oclif": {
|
|
12004
|
-
"version": "4.18.
|
|
12005
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.18.
|
|
12006
|
-
"integrity": "sha512-
|
|
12004
|
+
"version": "4.18.1",
|
|
12005
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.18.1.tgz",
|
|
12006
|
+
"integrity": "sha512-C5w/kUuIH3WxtjSfg3vxbdinT1dZuFoNaU7YhBTRx/FshO4WNHPsRqLgFFdx94dezkbskMJFcESS6i5RM96YSw==",
|
|
12007
12007
|
"dev": true,
|
|
12008
12008
|
"license": "MIT",
|
|
12009
12009
|
"dependencies": {
|
|
@@ -12012,7 +12012,7 @@
|
|
|
12012
12012
|
"@inquirer/confirm": "^3.1.22",
|
|
12013
12013
|
"@inquirer/input": "^2.2.4",
|
|
12014
12014
|
"@inquirer/select": "^2.5.0",
|
|
12015
|
-
"@oclif/core": "^4.2
|
|
12015
|
+
"@oclif/core": "^4.3.2",
|
|
12016
12016
|
"@oclif/plugin-help": "^6.2.27",
|
|
12017
12017
|
"@oclif/plugin-not-found": "^3.2.48",
|
|
12018
12018
|
"@oclif/plugin-warn-if-update-available": "^3.1.38",
|
package/oclif.lock
CHANGED
|
@@ -1565,10 +1565,10 @@
|
|
|
1565
1565
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1566
1566
|
fastq "^1.6.0"
|
|
1567
1567
|
|
|
1568
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.
|
|
1569
|
-
version "4.
|
|
1570
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.
|
|
1571
|
-
integrity sha512-
|
|
1568
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.3.0", "@oclif/core@^4.3.2":
|
|
1569
|
+
version "4.4.0"
|
|
1570
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.4.0.tgz#82fb972822270c8e585587bd1c8a01ffbac588e2"
|
|
1571
|
+
integrity sha512-wH5g3SLmbRutnr7UzQBSozRFEAZ7U9YGB/wFuBRr0ZghTgv5DE+KQaf6ZtU7iFb9pvkvoVRnT5XheNAtbjRDaQ==
|
|
1572
1572
|
dependencies:
|
|
1573
1573
|
ansi-escapes "^4.3.2"
|
|
1574
1574
|
ansis "^3.17.0"
|
|
@@ -1584,15 +1584,15 @@
|
|
|
1584
1584
|
semver "^7.6.3"
|
|
1585
1585
|
string-width "^4.2.3"
|
|
1586
1586
|
supports-color "^8"
|
|
1587
|
-
tinyglobby "^0.2.
|
|
1587
|
+
tinyglobby "^0.2.14"
|
|
1588
1588
|
widest-line "^3.1.0"
|
|
1589
1589
|
wordwrap "^1.0.0"
|
|
1590
1590
|
wrap-ansi "^7.0.0"
|
|
1591
1591
|
|
|
1592
|
-
"@oclif/plugin-help@^6.2.27", "@oclif/plugin-help@^6.2.
|
|
1593
|
-
version "6.2.
|
|
1594
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.
|
|
1595
|
-
integrity sha512-
|
|
1592
|
+
"@oclif/plugin-help@^6.2.27", "@oclif/plugin-help@^6.2.29":
|
|
1593
|
+
version "6.2.29"
|
|
1594
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.29.tgz#6c349de65f5a7fee5f94032137fc872ac829d259"
|
|
1595
|
+
integrity sha512-90DMOngEHiQw1I7oylVE1Hco991OkeDFJMx3CNJ2M3g5F1dhXgscjbaIlYHdiuNyVs0mTkKevdiMs911suD4yA==
|
|
1596
1596
|
dependencies:
|
|
1597
1597
|
"@oclif/core" "^4"
|
|
1598
1598
|
|
|
@@ -1659,10 +1659,10 @@
|
|
|
1659
1659
|
"@pnpm/network.ca-file" "^1.0.1"
|
|
1660
1660
|
config-chain "^1.1.11"
|
|
1661
1661
|
|
|
1662
|
-
"@salesforce/core@^8.10.0", "@salesforce/core@^8.11.1", "@salesforce/core@^8.11.4", "@salesforce/core@^8.12.0", "@salesforce/core@^8.5.1":
|
|
1663
|
-
version "8.
|
|
1664
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.
|
|
1665
|
-
integrity sha512-
|
|
1662
|
+
"@salesforce/core@^8.10.0", "@salesforce/core@^8.11.1", "@salesforce/core@^8.11.4", "@salesforce/core@^8.12.0", "@salesforce/core@^8.14.0", "@salesforce/core@^8.5.1":
|
|
1663
|
+
version "8.14.0"
|
|
1664
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.14.0.tgz#fcdd8b641221fee668b95ed2ede56b251668077c"
|
|
1665
|
+
integrity sha512-Ta1aY15TfgxLyFNNlkw60Mm3dDtiEb50TSp3/wzrbuMgkEGvFBEZQca/ChrjANXhpw8pURDUTzL4VV/1eGCHrQ==
|
|
1666
1666
|
dependencies:
|
|
1667
1667
|
"@jsforce/jsforce-node" "^3.8.2"
|
|
1668
1668
|
"@salesforce/kit" "^3.2.2"
|
|
@@ -1727,15 +1727,15 @@
|
|
|
1727
1727
|
dependencies:
|
|
1728
1728
|
"@salesforce/ts-types" "^2.0.12"
|
|
1729
1729
|
|
|
1730
|
-
"@salesforce/plugin-auth@^3.
|
|
1731
|
-
version "3.
|
|
1732
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-auth/-/plugin-auth-3.
|
|
1733
|
-
integrity sha512-
|
|
1730
|
+
"@salesforce/plugin-auth@^3.7.2":
|
|
1731
|
+
version "3.7.2"
|
|
1732
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-auth/-/plugin-auth-3.7.2.tgz#4e9913c0c81fd040487be2919a65a70e639225e5"
|
|
1733
|
+
integrity sha512-a5kIba0xsALhAzl6thfqXMAMYjSQJAk91gnMBkOv/sZfvYwEG6pMGpKdM/DOfibOpZWPbLNB1B3yjFbcPQjytQ==
|
|
1734
1734
|
dependencies:
|
|
1735
1735
|
"@inquirer/checkbox" "^2.5.0"
|
|
1736
1736
|
"@inquirer/select" "^2.5.0"
|
|
1737
1737
|
"@oclif/core" "^4"
|
|
1738
|
-
"@salesforce/core" "^8.
|
|
1738
|
+
"@salesforce/core" "^8.14.0"
|
|
1739
1739
|
"@salesforce/kit" "^3.2.3"
|
|
1740
1740
|
"@salesforce/plugin-info" "^3.4.65"
|
|
1741
1741
|
"@salesforce/sf-plugins-core" "^12.2.2"
|
|
@@ -6145,17 +6145,17 @@ object.values@^1.1.7:
|
|
|
6145
6145
|
define-properties "^1.2.0"
|
|
6146
6146
|
es-abstract "^1.22.1"
|
|
6147
6147
|
|
|
6148
|
-
oclif@^4.18.
|
|
6149
|
-
version "4.18.
|
|
6150
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.18.
|
|
6151
|
-
integrity sha512-
|
|
6148
|
+
oclif@^4.18.1:
|
|
6149
|
+
version "4.18.1"
|
|
6150
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.18.1.tgz#697c10712f022a4d8b596b15868a149fcbca3e8d"
|
|
6151
|
+
integrity sha512-C5w/kUuIH3WxtjSfg3vxbdinT1dZuFoNaU7YhBTRx/FshO4WNHPsRqLgFFdx94dezkbskMJFcESS6i5RM96YSw==
|
|
6152
6152
|
dependencies:
|
|
6153
6153
|
"@aws-sdk/client-cloudfront" "^3.787.0"
|
|
6154
6154
|
"@aws-sdk/client-s3" "^3.787.0"
|
|
6155
6155
|
"@inquirer/confirm" "^3.1.22"
|
|
6156
6156
|
"@inquirer/input" "^2.2.4"
|
|
6157
6157
|
"@inquirer/select" "^2.5.0"
|
|
6158
|
-
"@oclif/core" "^4.2
|
|
6158
|
+
"@oclif/core" "^4.3.2"
|
|
6159
6159
|
"@oclif/plugin-help" "^6.2.27"
|
|
6160
6160
|
"@oclif/plugin-not-found" "^3.2.48"
|
|
6161
6161
|
"@oclif/plugin-warn-if-update-available" "^3.1.38"
|
|
@@ -7443,7 +7443,7 @@ tiny-jsonc@^1.0.2:
|
|
|
7443
7443
|
resolved "https://registry.yarnpkg.com/tiny-jsonc/-/tiny-jsonc-1.0.2.tgz#208df4c437684199cc724f31c2b91ee39c349678"
|
|
7444
7444
|
integrity sha512-f5QDAfLq6zIVSyCZQZhhyl0QS6MvAyTxgz4X4x3+EoCktNWEYJ6PeoEA97fyb98njpBNNi88ybpD7m+BDFXaCw==
|
|
7445
7445
|
|
|
7446
|
-
tinyglobby@^0.2.
|
|
7446
|
+
tinyglobby@^0.2.14, tinyglobby@^0.2.9:
|
|
7447
7447
|
version "0.2.14"
|
|
7448
7448
|
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.14.tgz#5280b0cf3f972b050e74ae88406c0a6a58f4079d"
|
|
7449
7449
|
integrity sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==
|
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.58",
|
|
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": "^8.
|
|
10
|
+
"@salesforce/core": "^8.14.0",
|
|
11
11
|
"@salesforce/kit": "^3.2.3",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
13
13
|
"@salesforce/ts-types": "^2.0.11",
|
|
@@ -16,13 +16,13 @@
|
|
|
16
16
|
"handlebars": "^4.7.8"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@oclif/plugin-help": "^6.2.
|
|
19
|
+
"@oclif/plugin-help": "^6.2.29",
|
|
20
20
|
"@salesforce/dev-scripts": "^11.0.2",
|
|
21
|
-
"@salesforce/plugin-auth": "^3.
|
|
21
|
+
"@salesforce/plugin-auth": "^3.7.2",
|
|
22
22
|
"@salesforce/plugin-user": "^3.6.25",
|
|
23
23
|
"@types/debug": "^4.1.12",
|
|
24
24
|
"eslint-plugin-sf-plugin": "^1.20.24",
|
|
25
|
-
"oclif": "^4.18.
|
|
25
|
+
"oclif": "^4.18.1",
|
|
26
26
|
"ts-node": "^10.9.2",
|
|
27
27
|
"typescript": "^5.5.4"
|
|
28
28
|
},
|