@@ -7,8 +7,7 @@ The HeroDevs CLI
7
7
[ ![ Downloads/week] ( https://img.shields.io/npm/dw/@herodevs/cli.svg )] ( https://npmjs.org/package/@herodevs/cli )
8
8
9
9
<!-- toc -->
10
- * [ Usage] ( #usage )
11
- * [ Commands] ( #commands )
10
+ * [ @herodevs/cli ] ( #herodevscli )
12
11
<!-- tocstop -->
13
12
## Usage
14
13
<!-- usage -->
@@ -17,7 +16,7 @@ $ npm install -g @herodevs/cli
17
16
$ hd COMMAND
18
17
running command...
19
18
$ hd (--version)
20
- @herodevs/cli/2.0.0 darwin-arm64 node-v22.13.1
19
+ @herodevs/cli/2.0.0 darwin-arm64 node-v22.13.0
21
20
$ hd --help [COMMAND]
22
21
USAGE
23
22
$ hd COMMAND
@@ -37,58 +36,14 @@ USAGE
37
36
* [ ` hd plugins uninstall [PLUGIN] ` ] ( #hd-plugins-uninstall-plugin )
38
37
* [ ` hd plugins unlink [PLUGIN] ` ] ( #hd-plugins-unlink-plugin )
39
38
* [ ` hd plugins update ` ] ( #hd-plugins-update )
40
- * [ ` hd report committers [FILE] ` ] ( #hd-report-committers-file )
41
- * [ ` hd scan eol [DIR] ` ] ( #hd-scan-eol-dir )
42
39
43
- ### ` hd help [COMMAND] `
40
+ ## ` hd help [COMMAND] `
44
41
45
42
Display help for hd.
46
43
47
- ``` text
48
- USAGE
49
- $ mycli123 hello PERSON -f <value>
50
-
51
- ARGUMENTS
52
- PERSON Person to say hello to
53
-
54
- FLAGS
55
- -f, --from=<value> (required) Who is saying hello
56
-
57
- DESCRIPTION
58
- Say hello
59
-
60
- EXAMPLES
61
- $ mycli123 hello friend --from oclif
62
- hello friend from oclif! (./src/commands/hello/index.ts)
63
- ```
64
-
65
- _ See code: [ src/commands/hello/index.ts] ( https://github.com/mdonnalley/mycli123/blob/v0.0.0/src/commands/hello/index.ts ) _
66
-
67
- ### ` mycli123 hello world `
68
-
69
- Say hello world
70
-
71
- ``` text
72
- USAGE
73
- $ mycli123 hello world
74
-
75
- DESCRIPTION
76
- Say hello world
77
-
78
- EXAMPLES
79
- $ mycli123 hello world
80
- hello world! (./src/commands/hello/world.ts)
81
44
```
82
-
83
- _ See code: [ src/commands/hello/world.ts] ( https://github.com/mdonnalley/mycli123/blob/v0.0.0/src/commands/hello/world.ts ) _
84
-
85
- ### ` mycli123 help [COMMAND] `
86
-
87
- Display help for mycli123.
88
-
89
- ``` text
90
45
USAGE
91
- $ mycli123 help [COMMAND...] [-n]
46
+ $ hd help [COMMAND...] [-n]
92
47
93
48
ARGUMENTS
94
49
COMMAND... Command to show help for.
@@ -102,11 +57,11 @@ DESCRIPTION
102
57
103
58
_ See code: [ @oclif/plugin-help ] ( https://github.com/oclif/plugin-help/blob/v6.2.26/src/commands/help.ts ) _
104
59
105
- ### ` hd plugins `
60
+ ## ` hd plugins `
106
61
107
62
List installed plugins.
108
63
109
- ``` text
64
+ ```
110
65
USAGE
111
66
$ hd plugins [--json] [--core]
112
67
@@ -125,11 +80,11 @@ EXAMPLES
125
80
126
81
_ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.34/src/commands/plugins/index.ts ) _
127
82
128
- ### ` hd plugins add PLUGIN `
83
+ ## ` hd plugins add PLUGIN `
129
84
130
85
Installs a plugin into hd.
131
86
132
- ``` text
87
+ ```
133
88
USAGE
134
89
$ hd plugins add PLUGIN... [--json] [-f] [-h] [-s | -v]
135
90
@@ -172,11 +127,11 @@ EXAMPLES
172
127
$ hd plugins add someuser/someplugin
173
128
```
174
129
175
- ### ` hd plugins:inspect PLUGIN... `
130
+ ## ` hd plugins:inspect PLUGIN... `
176
131
177
132
Displays installation properties of a plugin.
178
133
179
- ``` text
134
+ ```
180
135
USAGE
181
136
$ hd plugins inspect PLUGIN...
182
137
@@ -199,11 +154,11 @@ EXAMPLES
199
154
200
155
_ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.34/src/commands/plugins/inspect.ts ) _
201
156
202
- ### ` hd plugins install PLUGIN `
157
+ ## ` hd plugins install PLUGIN `
203
158
204
159
Installs a plugin into hd.
205
160
206
- ``` text
161
+ ```
207
162
USAGE
208
163
$ hd plugins install PLUGIN... [--json] [-f] [-h] [-s | -v]
209
164
@@ -248,11 +203,11 @@ EXAMPLES
248
203
249
204
_ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.34/src/commands/plugins/install.ts ) _
250
205
251
- ### ` hd plugins link PATH `
206
+ ## ` hd plugins link PATH `
252
207
253
208
Links a plugin into the CLI for development.
254
209
255
- ``` text
210
+ ```
256
211
USAGE
257
212
$ hd plugins link PATH [-h] [--install] [-v]
258
213
@@ -279,11 +234,11 @@ EXAMPLES
279
234
280
235
_ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.34/src/commands/plugins/link.ts ) _
281
236
282
- ### ` hd plugins remove [PLUGIN] `
237
+ ## ` hd plugins remove [PLUGIN] `
283
238
284
239
Removes a plugin from the CLI.
285
240
286
- ``` text
241
+ ```
287
242
USAGE
288
243
$ hd plugins remove [PLUGIN...] [-h] [-v]
289
244
@@ -305,11 +260,11 @@ EXAMPLES
305
260
$ hd plugins remove myplugin
306
261
```
307
262
308
- ### ` hd plugins reset `
263
+ ## ` hd plugins reset `
309
264
310
265
Remove all user-installed and linked plugins.
311
266
312
- ``` text
267
+ ```
313
268
USAGE
314
269
$ hd plugins reset [--hard] [--reinstall]
315
270
@@ -320,11 +275,11 @@ FLAGS
320
275
321
276
_ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.34/src/commands/plugins/reset.ts ) _
322
277
323
- ### ` hd plugins uninstall [PLUGIN] `
278
+ ## ` hd plugins uninstall [PLUGIN] `
324
279
325
280
Removes a plugin from the CLI.
326
281
327
- ``` text
282
+ ```
328
283
USAGE
329
284
$ hd plugins uninstall [PLUGIN...] [-h] [-v]
330
285
@@ -348,11 +303,11 @@ EXAMPLES
348
303
349
304
_ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.34/src/commands/plugins/uninstall.ts ) _
350
305
351
- ### ` hd plugins unlink [PLUGIN] `
306
+ ## ` hd plugins unlink [PLUGIN] `
352
307
353
308
Removes a plugin from the CLI.
354
309
355
- ``` text
310
+ ```
356
311
USAGE
357
312
$ hd plugins unlink [PLUGIN...] [-h] [-v]
358
313
@@ -374,11 +329,11 @@ EXAMPLES
374
329
$ hd plugins unlink myplugin
375
330
```
376
331
377
- ### ` hd plugins update `
332
+ ## ` hd plugins update `
378
333
379
334
Update installed plugins.
380
335
381
- ``` text
336
+ ```
382
337
USAGE
383
338
$ hd plugins update [-h] [-v]
384
339
@@ -391,55 +346,4 @@ DESCRIPTION
391
346
```
392
347
393
348
_ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.34/src/commands/plugins/update.ts ) _
394
-
395
- ### ` hd report committers [FILE] `
396
-
397
- describe the command here
398
-
399
- ``` text
400
- USAGE
401
- $ hd report committers [FILE] [-f] [-n <value>]
402
-
403
- ARGUMENTS
404
- FILE file to read
405
-
406
- FLAGS
407
- -f, --force
408
- -n, --name=<value> name to print
409
-
410
- DESCRIPTION
411
- describe the command here
412
-
413
- EXAMPLES
414
- $ hd report committers
415
- ```
416
-
417
- _ See code: [ src/commands/report/committers.ts] ( https://github.com/herodevs/cli/blob/v2.0.0/src/commands/report/committers.ts ) _
418
-
419
- ### ` hd scan eol [DIR] `
420
-
421
- Scan a given directory
422
-
423
- ``` text
424
- USAGE
425
- $ hd scan eol [DIR] [--json] [-a] [-d <value>]
426
-
427
- ARGUMENTS
428
- DIR file to read
429
-
430
- FLAGS
431
- -a, --all
432
- -d, --dir=<value> [default: /Users/edward/code/herodevs/cli] The directory to scan
433
-
434
- GLOBAL FLAGS
435
- --json Format output as json.
436
-
437
- DESCRIPTION
438
- Scan a given directory
439
-
440
- EXAMPLES
441
- $ hd scan eol
442
- ```
443
-
444
- _ See code: [ src/commands/scan/eol.ts] ( https://github.com/herodevs/cli/blob/v2.0.0/src/commands/scan/eol.ts ) _
445
349
<!-- commandsstop -->
0 commit comments