@salesforce/plugin-command-reference 3.0.74 → 3.0.76

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.
Files changed (39) hide show
  1. package/README.md +9 -7
  2. package/lib/commands/commandreference/generate.js +68 -70
  3. package/lib/commands/commandreference/generate.js.map +1 -1
  4. package/lib/commands/jit/install.d.ts +1 -1
  5. package/lib/commands/jit/install.js +14 -17
  6. package/lib/commands/jit/install.js.map +1 -1
  7. package/lib/ditamap/base-ditamap.d.ts +1 -1
  8. package/lib/ditamap/base-ditamap.js +4 -8
  9. package/lib/ditamap/base-ditamap.js.map +1 -1
  10. package/lib/ditamap/cli-reference.d.ts +1 -1
  11. package/lib/ditamap/cli-reference.js +5 -9
  12. package/lib/ditamap/cli-reference.js.map +1 -1
  13. package/lib/ditamap/command.d.ts +2 -2
  14. package/lib/ditamap/command.js +19 -20
  15. package/lib/ditamap/command.js.map +1 -1
  16. package/lib/ditamap/ditamap.d.ts +1 -1
  17. package/lib/ditamap/ditamap.js +20 -14
  18. package/lib/ditamap/ditamap.js.map +1 -1
  19. package/lib/ditamap/help-reference.d.ts +1 -1
  20. package/lib/ditamap/help-reference.js +3 -7
  21. package/lib/ditamap/help-reference.js.map +1 -1
  22. package/lib/ditamap/topic-commands.d.ts +2 -2
  23. package/lib/ditamap/topic-commands.js +5 -9
  24. package/lib/ditamap/topic-commands.js.map +1 -1
  25. package/lib/ditamap/topic-ditamap.d.ts +1 -1
  26. package/lib/ditamap/topic-ditamap.js +5 -9
  27. package/lib/ditamap/topic-ditamap.js.map +1 -1
  28. package/lib/docs.d.ts +1 -1
  29. package/lib/docs.js +33 -33
  30. package/lib/docs.js.map +1 -1
  31. package/lib/index.js +1 -3
  32. package/lib/index.js.map +1 -1
  33. package/lib/utils.d.ts +2 -2
  34. package/lib/utils.js +6 -11
  35. package/lib/utils.js.map +1 -1
  36. package/npm-shrinkwrap.json +2026 -1829
  37. package/oclif.lock +1035 -900
  38. package/oclif.manifest.json +29 -5
  39. package/package.json +17 -16
@@ -18,6 +18,14 @@
18
18
  "allowNo": false,
19
19
  "type": "boolean"
20
20
  },
21
+ "flags-dir": {
22
+ "helpGroup": "GLOBAL",
23
+ "name": "flags-dir",
24
+ "summary": "Import flag values from a directory.",
25
+ "hasDynamicHelp": false,
26
+ "multiple": false,
27
+ "type": "option"
28
+ },
21
29
  "output-dir": {
22
30
  "aliases": [
23
31
  "outputdir"
@@ -95,13 +103,17 @@
95
103
  "strict": true,
96
104
  "summary": "generate the command reference guide located",
97
105
  "enableJsonFlag": true,
98
- "SF_ENV": "SF_ENV",
99
- "isESM": false,
106
+ "isESM": true,
100
107
  "relativePath": [
101
108
  "lib",
102
109
  "commands",
103
110
  "commandreference",
104
111
  "generate.js"
112
+ ],
113
+ "aliasPermutations": [],
114
+ "permutations": [
115
+ "commandreference:generate",
116
+ "generate:commandreference"
105
117
  ]
106
118
  },
107
119
  "jit:install": {
@@ -118,6 +130,14 @@
118
130
  "allowNo": false,
119
131
  "type": "boolean"
120
132
  },
133
+ "flags-dir": {
134
+ "helpGroup": "GLOBAL",
135
+ "name": "flags-dir",
136
+ "summary": "Import flag values from a directory.",
137
+ "hasDynamicHelp": false,
138
+ "multiple": false,
139
+ "type": "option"
140
+ },
121
141
  "dry-run": {
122
142
  "char": "d",
123
143
  "name": "dry-run",
@@ -135,15 +155,19 @@
135
155
  "strict": true,
136
156
  "summary": "Install all JIT plugins.",
137
157
  "enableJsonFlag": true,
138
- "SF_ENV": "SF_ENV",
139
- "isESM": false,
158
+ "isESM": true,
140
159
  "relativePath": [
141
160
  "lib",
142
161
  "commands",
143
162
  "jit",
144
163
  "install.js"
164
+ ],
165
+ "aliasPermutations": [],
166
+ "permutations": [
167
+ "jit:install",
168
+ "install:jit"
145
169
  ]
146
170
  }
147
171
  },
148
- "version": "3.0.74"
172
+ "version": "3.0.76"
149
173
  }
package/package.json CHANGED
@@ -1,32 +1,32 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-command-reference",
3
3
  "description": "Generate the Salesforce CLI command reference guide",
4
- "version": "3.0.74",
4
+ "version": "3.0.76",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
7
+ "type": "module",
7
8
  "dependencies": {
8
- "@oclif/core": "^3.26.0",
9
- "@salesforce/core": "^6.7.3",
9
+ "@oclif/core": "^3.26.2",
10
+ "@salesforce/core": "^7.1.0",
10
11
  "@salesforce/kit": "^3.1.0",
11
- "@salesforce/sf-plugins-core": "^5.0.13",
12
+ "@salesforce/sf-plugins-core": "^9.0.1",
12
13
  "@salesforce/ts-types": "^2.0.9",
13
- "chalk": "^4",
14
- "handlebars": "^4.7.8",
15
- "tslib": "^2"
14
+ "chalk": "^5.3.0",
15
+ "debug": "^4.3.4",
16
+ "handlebars": "^4.7.8"
16
17
  },
17
18
  "devDependencies": {
18
- "@oclif/plugin-help": "^6",
19
- "@salesforce/dev-scripts": "^8.4.1",
20
- "@salesforce/plugin-auth": "^2.8.26",
19
+ "@oclif/plugin-help": "^6.0.20",
20
+ "@salesforce/dev-scripts": "^8.5.0",
21
+ "@salesforce/plugin-auth": "^3.6.1",
21
22
  "@types/debug": "^4.1.12",
22
- "@types/ejs": "^3.1.5",
23
- "eslint-plugin-sf-plugin": "^1.17.5",
24
- "oclif": "^4",
23
+ "eslint-plugin-sf-plugin": "^1.18.0",
24
+ "oclif": "^4.8.0",
25
25
  "ts-node": "^10.9.2",
26
- "typescript": "^5.4.3"
26
+ "typescript": "^5.4.4"
27
27
  },
28
28
  "engines": {
29
- "node": ">=16.0.0"
29
+ "node": ">=18.0.0"
30
30
  },
31
31
  "files": [
32
32
  "/lib",
@@ -43,6 +43,7 @@
43
43
  "license": "BSD-3-Clause",
44
44
  "oclif": {
45
45
  "commands": "./lib/commands",
46
+ "flexibleTaxonomy": true,
46
47
  "bin": "sf",
47
48
  "topicSeparator": " ",
48
49
  "topics": {
@@ -156,7 +157,7 @@
156
157
  ]
157
158
  },
158
159
  "test:command-reference": {
159
- "command": "ts-node \"./bin/dev.js\" commandreference:generate --plugins auth --outputdir test/tmp",
160
+ "command": "node --loader ts-node/esm --no-warnings=ExperimentalWarning \"./bin/dev.js\" commandreference generate --plugins auth --outputdir test/tmp",
160
161
  "files": [
161
162
  "src/**/*.ts",
162
163
  "messages/**",