@memberjunction/cli 4.1.0 → 4.2.0
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/oclif.manifest.json +196 -196
- package/package.json +11 -11
package/oclif.manifest.json
CHANGED
|
@@ -22,78 +22,6 @@
|
|
|
22
22
|
"index.js"
|
|
23
23
|
]
|
|
24
24
|
},
|
|
25
|
-
"bump": {
|
|
26
|
-
"aliases": [],
|
|
27
|
-
"args": {},
|
|
28
|
-
"description": "Bumps MemberJunction dependency versions",
|
|
29
|
-
"examples": [
|
|
30
|
-
{
|
|
31
|
-
"command": "<%= config.bin %> <%= command.id %>",
|
|
32
|
-
"description": "Bump all @memberjunction/* dependencies in the current directory's package.json to the CLI version"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"command": "<%= config.bin %> <%= command.id %> -rdv",
|
|
36
|
-
"description": "Preview all recursive packages bumps without writing any changes."
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"command": "<%= config.bin %> <%= command.id %> -rqt v2.10.0 | xargs -n1 -I{} npm install --prefix {}",
|
|
40
|
-
"description": "Recursively bump all @memberjunction/* dependencies in all packages to version v2.10.0 and output only the paths containing the updated package.json files. Pipe the output to xargs to run npm install in each directory and update the package-lock.json files as well."
|
|
41
|
-
}
|
|
42
|
-
],
|
|
43
|
-
"flags": {
|
|
44
|
-
"verbose": {
|
|
45
|
-
"char": "v",
|
|
46
|
-
"description": "Enable additional logging",
|
|
47
|
-
"name": "verbose",
|
|
48
|
-
"allowNo": false,
|
|
49
|
-
"type": "boolean"
|
|
50
|
-
},
|
|
51
|
-
"recursive": {
|
|
52
|
-
"char": "r",
|
|
53
|
-
"description": "Bump version in current directory and all subdirectories",
|
|
54
|
-
"name": "recursive",
|
|
55
|
-
"allowNo": false,
|
|
56
|
-
"type": "boolean"
|
|
57
|
-
},
|
|
58
|
-
"tag": {
|
|
59
|
-
"char": "t",
|
|
60
|
-
"description": "Version tag to bump target for bump (e.g. v2.10.0), defaults to the CLI version",
|
|
61
|
-
"name": "tag",
|
|
62
|
-
"hasDynamicHelp": false,
|
|
63
|
-
"multiple": false,
|
|
64
|
-
"type": "option"
|
|
65
|
-
},
|
|
66
|
-
"quiet": {
|
|
67
|
-
"char": "q",
|
|
68
|
-
"description": "Only output paths for updated packages",
|
|
69
|
-
"name": "quiet",
|
|
70
|
-
"allowNo": false,
|
|
71
|
-
"type": "boolean"
|
|
72
|
-
},
|
|
73
|
-
"dry": {
|
|
74
|
-
"char": "d",
|
|
75
|
-
"description": "Dry run, do not write changes to package.json files",
|
|
76
|
-
"name": "dry",
|
|
77
|
-
"allowNo": false,
|
|
78
|
-
"type": "boolean"
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
|
-
"hasDynamicHelp": false,
|
|
82
|
-
"hiddenAliases": [],
|
|
83
|
-
"id": "bump",
|
|
84
|
-
"pluginAlias": "@memberjunction/cli",
|
|
85
|
-
"pluginName": "@memberjunction/cli",
|
|
86
|
-
"pluginType": "core",
|
|
87
|
-
"strict": true,
|
|
88
|
-
"enableJsonFlag": false,
|
|
89
|
-
"isESM": true,
|
|
90
|
-
"relativePath": [
|
|
91
|
-
"dist",
|
|
92
|
-
"commands",
|
|
93
|
-
"bump",
|
|
94
|
-
"index.js"
|
|
95
|
-
]
|
|
96
|
-
},
|
|
97
25
|
"clean": {
|
|
98
26
|
"aliases": [],
|
|
99
27
|
"args": {},
|
|
@@ -232,38 +160,6 @@
|
|
|
232
160
|
"manifest.js"
|
|
233
161
|
]
|
|
234
162
|
},
|
|
235
|
-
"install": {
|
|
236
|
-
"aliases": [],
|
|
237
|
-
"args": {},
|
|
238
|
-
"description": "Install MemberJunction",
|
|
239
|
-
"examples": [
|
|
240
|
-
"<%= config.bin %> <%= command.id %>\n"
|
|
241
|
-
],
|
|
242
|
-
"flags": {
|
|
243
|
-
"verbose": {
|
|
244
|
-
"char": "v",
|
|
245
|
-
"description": "Enable additional logging",
|
|
246
|
-
"name": "verbose",
|
|
247
|
-
"allowNo": false,
|
|
248
|
-
"type": "boolean"
|
|
249
|
-
}
|
|
250
|
-
},
|
|
251
|
-
"hasDynamicHelp": false,
|
|
252
|
-
"hiddenAliases": [],
|
|
253
|
-
"id": "install",
|
|
254
|
-
"pluginAlias": "@memberjunction/cli",
|
|
255
|
-
"pluginName": "@memberjunction/cli",
|
|
256
|
-
"pluginType": "core",
|
|
257
|
-
"strict": true,
|
|
258
|
-
"enableJsonFlag": false,
|
|
259
|
-
"isESM": true,
|
|
260
|
-
"relativePath": [
|
|
261
|
-
"dist",
|
|
262
|
-
"commands",
|
|
263
|
-
"install",
|
|
264
|
-
"index.js"
|
|
265
|
-
]
|
|
266
|
-
},
|
|
267
163
|
"dbdoc:analyze": {
|
|
268
164
|
"aliases": [],
|
|
269
165
|
"args": {},
|
|
@@ -701,6 +597,38 @@
|
|
|
701
597
|
"status.js"
|
|
702
598
|
]
|
|
703
599
|
},
|
|
600
|
+
"install": {
|
|
601
|
+
"aliases": [],
|
|
602
|
+
"args": {},
|
|
603
|
+
"description": "Install MemberJunction",
|
|
604
|
+
"examples": [
|
|
605
|
+
"<%= config.bin %> <%= command.id %>\n"
|
|
606
|
+
],
|
|
607
|
+
"flags": {
|
|
608
|
+
"verbose": {
|
|
609
|
+
"char": "v",
|
|
610
|
+
"description": "Enable additional logging",
|
|
611
|
+
"name": "verbose",
|
|
612
|
+
"allowNo": false,
|
|
613
|
+
"type": "boolean"
|
|
614
|
+
}
|
|
615
|
+
},
|
|
616
|
+
"hasDynamicHelp": false,
|
|
617
|
+
"hiddenAliases": [],
|
|
618
|
+
"id": "install",
|
|
619
|
+
"pluginAlias": "@memberjunction/cli",
|
|
620
|
+
"pluginName": "@memberjunction/cli",
|
|
621
|
+
"pluginType": "core",
|
|
622
|
+
"strict": true,
|
|
623
|
+
"enableJsonFlag": false,
|
|
624
|
+
"isESM": true,
|
|
625
|
+
"relativePath": [
|
|
626
|
+
"dist",
|
|
627
|
+
"commands",
|
|
628
|
+
"install",
|
|
629
|
+
"index.js"
|
|
630
|
+
]
|
|
631
|
+
},
|
|
704
632
|
"migrate": {
|
|
705
633
|
"aliases": [],
|
|
706
634
|
"args": {},
|
|
@@ -1990,6 +1918,129 @@
|
|
|
1990
1918
|
"validate.js"
|
|
1991
1919
|
]
|
|
1992
1920
|
},
|
|
1921
|
+
"ai:actions:list": {
|
|
1922
|
+
"aliases": [],
|
|
1923
|
+
"args": {},
|
|
1924
|
+
"description": "List available AI actions",
|
|
1925
|
+
"examples": [
|
|
1926
|
+
"<%= config.bin %> <%= command.id %>",
|
|
1927
|
+
"<%= config.bin %> <%= command.id %> --output=table",
|
|
1928
|
+
"<%= config.bin %> <%= command.id %> --output=json"
|
|
1929
|
+
],
|
|
1930
|
+
"flags": {
|
|
1931
|
+
"output": {
|
|
1932
|
+
"char": "o",
|
|
1933
|
+
"description": "Output format",
|
|
1934
|
+
"name": "output",
|
|
1935
|
+
"default": "compact",
|
|
1936
|
+
"hasDynamicHelp": false,
|
|
1937
|
+
"multiple": false,
|
|
1938
|
+
"options": [
|
|
1939
|
+
"compact",
|
|
1940
|
+
"json",
|
|
1941
|
+
"table"
|
|
1942
|
+
],
|
|
1943
|
+
"type": "option"
|
|
1944
|
+
}
|
|
1945
|
+
},
|
|
1946
|
+
"hasDynamicHelp": false,
|
|
1947
|
+
"hiddenAliases": [],
|
|
1948
|
+
"id": "ai:actions:list",
|
|
1949
|
+
"pluginAlias": "@memberjunction/cli",
|
|
1950
|
+
"pluginName": "@memberjunction/cli",
|
|
1951
|
+
"pluginType": "core",
|
|
1952
|
+
"strict": true,
|
|
1953
|
+
"enableJsonFlag": false,
|
|
1954
|
+
"isESM": true,
|
|
1955
|
+
"relativePath": [
|
|
1956
|
+
"dist",
|
|
1957
|
+
"commands",
|
|
1958
|
+
"ai",
|
|
1959
|
+
"actions",
|
|
1960
|
+
"list.js"
|
|
1961
|
+
]
|
|
1962
|
+
},
|
|
1963
|
+
"ai:actions:run": {
|
|
1964
|
+
"aliases": [],
|
|
1965
|
+
"args": {},
|
|
1966
|
+
"description": "Execute an AI action with parameters",
|
|
1967
|
+
"examples": [
|
|
1968
|
+
"<%= config.bin %> <%= command.id %> -n \"Get Weather\" --param \"Location=Boston\"",
|
|
1969
|
+
"<%= config.bin %> <%= command.id %> -n \"Get Stock Price\" --param \"Ticker=AAPL\"",
|
|
1970
|
+
"<%= config.bin %> <%= command.id %> -n \"Send Single Message\" --param \"To=user@example.com\" --param \"Subject=Test\" --param \"Body=Hello\" --param \"MessageType=Email\" --param \"Provider=SendGrid\"",
|
|
1971
|
+
"<%= config.bin %> <%= command.id %> -n \"Calculate Expression\" --param \"Expression=2+2*3\" --dry-run"
|
|
1972
|
+
],
|
|
1973
|
+
"flags": {
|
|
1974
|
+
"name": {
|
|
1975
|
+
"char": "n",
|
|
1976
|
+
"description": "Action name",
|
|
1977
|
+
"name": "name",
|
|
1978
|
+
"required": true,
|
|
1979
|
+
"hasDynamicHelp": false,
|
|
1980
|
+
"multiple": false,
|
|
1981
|
+
"type": "option"
|
|
1982
|
+
},
|
|
1983
|
+
"param": {
|
|
1984
|
+
"char": "p",
|
|
1985
|
+
"description": "Action parameters in key=value format",
|
|
1986
|
+
"name": "param",
|
|
1987
|
+
"hasDynamicHelp": false,
|
|
1988
|
+
"multiple": true,
|
|
1989
|
+
"type": "option"
|
|
1990
|
+
},
|
|
1991
|
+
"dry-run": {
|
|
1992
|
+
"description": "Validate without executing",
|
|
1993
|
+
"name": "dry-run",
|
|
1994
|
+
"allowNo": false,
|
|
1995
|
+
"type": "boolean"
|
|
1996
|
+
},
|
|
1997
|
+
"output": {
|
|
1998
|
+
"char": "o",
|
|
1999
|
+
"description": "Output format",
|
|
2000
|
+
"name": "output",
|
|
2001
|
+
"default": "compact",
|
|
2002
|
+
"hasDynamicHelp": false,
|
|
2003
|
+
"multiple": false,
|
|
2004
|
+
"options": [
|
|
2005
|
+
"compact",
|
|
2006
|
+
"json",
|
|
2007
|
+
"table"
|
|
2008
|
+
],
|
|
2009
|
+
"type": "option"
|
|
2010
|
+
},
|
|
2011
|
+
"verbose": {
|
|
2012
|
+
"char": "v",
|
|
2013
|
+
"description": "Show detailed execution information",
|
|
2014
|
+
"name": "verbose",
|
|
2015
|
+
"allowNo": false,
|
|
2016
|
+
"type": "boolean"
|
|
2017
|
+
},
|
|
2018
|
+
"timeout": {
|
|
2019
|
+
"description": "Execution timeout in milliseconds",
|
|
2020
|
+
"name": "timeout",
|
|
2021
|
+
"default": 300000,
|
|
2022
|
+
"hasDynamicHelp": false,
|
|
2023
|
+
"multiple": false,
|
|
2024
|
+
"type": "option"
|
|
2025
|
+
}
|
|
2026
|
+
},
|
|
2027
|
+
"hasDynamicHelp": false,
|
|
2028
|
+
"hiddenAliases": [],
|
|
2029
|
+
"id": "ai:actions:run",
|
|
2030
|
+
"pluginAlias": "@memberjunction/cli",
|
|
2031
|
+
"pluginName": "@memberjunction/cli",
|
|
2032
|
+
"pluginType": "core",
|
|
2033
|
+
"strict": true,
|
|
2034
|
+
"enableJsonFlag": false,
|
|
2035
|
+
"isESM": true,
|
|
2036
|
+
"relativePath": [
|
|
2037
|
+
"dist",
|
|
2038
|
+
"commands",
|
|
2039
|
+
"ai",
|
|
2040
|
+
"actions",
|
|
2041
|
+
"run.js"
|
|
2042
|
+
]
|
|
2043
|
+
},
|
|
1993
2044
|
"ai:agents:list": {
|
|
1994
2045
|
"aliases": [],
|
|
1995
2046
|
"args": {},
|
|
@@ -2335,115 +2386,65 @@
|
|
|
2335
2386
|
"index.js"
|
|
2336
2387
|
]
|
|
2337
2388
|
},
|
|
2338
|
-
"
|
|
2389
|
+
"bump": {
|
|
2339
2390
|
"aliases": [],
|
|
2340
2391
|
"args": {},
|
|
2341
|
-
"description": "
|
|
2392
|
+
"description": "Bumps MemberJunction dependency versions",
|
|
2342
2393
|
"examples": [
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
"
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
"
|
|
2353
|
-
"
|
|
2354
|
-
"multiple": false,
|
|
2355
|
-
"options": [
|
|
2356
|
-
"compact",
|
|
2357
|
-
"json",
|
|
2358
|
-
"table"
|
|
2359
|
-
],
|
|
2360
|
-
"type": "option"
|
|
2394
|
+
{
|
|
2395
|
+
"command": "<%= config.bin %> <%= command.id %>",
|
|
2396
|
+
"description": "Bump all @memberjunction/* dependencies in the current directory's package.json to the CLI version"
|
|
2397
|
+
},
|
|
2398
|
+
{
|
|
2399
|
+
"command": "<%= config.bin %> <%= command.id %> -rdv",
|
|
2400
|
+
"description": "Preview all recursive packages bumps without writing any changes."
|
|
2401
|
+
},
|
|
2402
|
+
{
|
|
2403
|
+
"command": "<%= config.bin %> <%= command.id %> -rqt v2.10.0 | xargs -n1 -I{} npm install --prefix {}",
|
|
2404
|
+
"description": "Recursively bump all @memberjunction/* dependencies in all packages to version v2.10.0 and output only the paths containing the updated package.json files. Pipe the output to xargs to run npm install in each directory and update the package-lock.json files as well."
|
|
2361
2405
|
}
|
|
2362
|
-
},
|
|
2363
|
-
"hasDynamicHelp": false,
|
|
2364
|
-
"hiddenAliases": [],
|
|
2365
|
-
"id": "ai:actions:list",
|
|
2366
|
-
"pluginAlias": "@memberjunction/cli",
|
|
2367
|
-
"pluginName": "@memberjunction/cli",
|
|
2368
|
-
"pluginType": "core",
|
|
2369
|
-
"strict": true,
|
|
2370
|
-
"enableJsonFlag": false,
|
|
2371
|
-
"isESM": true,
|
|
2372
|
-
"relativePath": [
|
|
2373
|
-
"dist",
|
|
2374
|
-
"commands",
|
|
2375
|
-
"ai",
|
|
2376
|
-
"actions",
|
|
2377
|
-
"list.js"
|
|
2378
|
-
]
|
|
2379
|
-
},
|
|
2380
|
-
"ai:actions:run": {
|
|
2381
|
-
"aliases": [],
|
|
2382
|
-
"args": {},
|
|
2383
|
-
"description": "Execute an AI action with parameters",
|
|
2384
|
-
"examples": [
|
|
2385
|
-
"<%= config.bin %> <%= command.id %> -n \"Get Weather\" --param \"Location=Boston\"",
|
|
2386
|
-
"<%= config.bin %> <%= command.id %> -n \"Get Stock Price\" --param \"Ticker=AAPL\"",
|
|
2387
|
-
"<%= config.bin %> <%= command.id %> -n \"Send Single Message\" --param \"To=user@example.com\" --param \"Subject=Test\" --param \"Body=Hello\" --param \"MessageType=Email\" --param \"Provider=SendGrid\"",
|
|
2388
|
-
"<%= config.bin %> <%= command.id %> -n \"Calculate Expression\" --param \"Expression=2+2*3\" --dry-run"
|
|
2389
2406
|
],
|
|
2390
2407
|
"flags": {
|
|
2391
|
-
"
|
|
2392
|
-
"char": "
|
|
2393
|
-
"description": "
|
|
2394
|
-
"name": "
|
|
2395
|
-
"
|
|
2396
|
-
"
|
|
2397
|
-
"multiple": false,
|
|
2398
|
-
"type": "option"
|
|
2399
|
-
},
|
|
2400
|
-
"param": {
|
|
2401
|
-
"char": "p",
|
|
2402
|
-
"description": "Action parameters in key=value format",
|
|
2403
|
-
"name": "param",
|
|
2404
|
-
"hasDynamicHelp": false,
|
|
2405
|
-
"multiple": true,
|
|
2406
|
-
"type": "option"
|
|
2408
|
+
"verbose": {
|
|
2409
|
+
"char": "v",
|
|
2410
|
+
"description": "Enable additional logging",
|
|
2411
|
+
"name": "verbose",
|
|
2412
|
+
"allowNo": false,
|
|
2413
|
+
"type": "boolean"
|
|
2407
2414
|
},
|
|
2408
|
-
"
|
|
2409
|
-
"
|
|
2410
|
-
"
|
|
2415
|
+
"recursive": {
|
|
2416
|
+
"char": "r",
|
|
2417
|
+
"description": "Bump version in current directory and all subdirectories",
|
|
2418
|
+
"name": "recursive",
|
|
2411
2419
|
"allowNo": false,
|
|
2412
2420
|
"type": "boolean"
|
|
2413
2421
|
},
|
|
2414
|
-
"
|
|
2415
|
-
"char": "
|
|
2416
|
-
"description": "
|
|
2417
|
-
"name": "
|
|
2418
|
-
"default": "compact",
|
|
2422
|
+
"tag": {
|
|
2423
|
+
"char": "t",
|
|
2424
|
+
"description": "Version tag to bump target for bump (e.g. v2.10.0), defaults to the CLI version",
|
|
2425
|
+
"name": "tag",
|
|
2419
2426
|
"hasDynamicHelp": false,
|
|
2420
2427
|
"multiple": false,
|
|
2421
|
-
"options": [
|
|
2422
|
-
"compact",
|
|
2423
|
-
"json",
|
|
2424
|
-
"table"
|
|
2425
|
-
],
|
|
2426
2428
|
"type": "option"
|
|
2427
2429
|
},
|
|
2428
|
-
"
|
|
2429
|
-
"char": "
|
|
2430
|
-
"description": "
|
|
2431
|
-
"name": "
|
|
2430
|
+
"quiet": {
|
|
2431
|
+
"char": "q",
|
|
2432
|
+
"description": "Only output paths for updated packages",
|
|
2433
|
+
"name": "quiet",
|
|
2432
2434
|
"allowNo": false,
|
|
2433
2435
|
"type": "boolean"
|
|
2434
2436
|
},
|
|
2435
|
-
"
|
|
2436
|
-
"
|
|
2437
|
-
"
|
|
2438
|
-
"
|
|
2439
|
-
"
|
|
2440
|
-
"
|
|
2441
|
-
"type": "option"
|
|
2437
|
+
"dry": {
|
|
2438
|
+
"char": "d",
|
|
2439
|
+
"description": "Dry run, do not write changes to package.json files",
|
|
2440
|
+
"name": "dry",
|
|
2441
|
+
"allowNo": false,
|
|
2442
|
+
"type": "boolean"
|
|
2442
2443
|
}
|
|
2443
2444
|
},
|
|
2444
2445
|
"hasDynamicHelp": false,
|
|
2445
2446
|
"hiddenAliases": [],
|
|
2446
|
-
"id": "
|
|
2447
|
+
"id": "bump",
|
|
2447
2448
|
"pluginAlias": "@memberjunction/cli",
|
|
2448
2449
|
"pluginName": "@memberjunction/cli",
|
|
2449
2450
|
"pluginType": "core",
|
|
@@ -2453,9 +2454,8 @@
|
|
|
2453
2454
|
"relativePath": [
|
|
2454
2455
|
"dist",
|
|
2455
2456
|
"commands",
|
|
2456
|
-
"
|
|
2457
|
-
"
|
|
2458
|
-
"run.js"
|
|
2457
|
+
"bump",
|
|
2458
|
+
"index.js"
|
|
2459
2459
|
]
|
|
2460
2460
|
},
|
|
2461
2461
|
"ai:prompts:list": {
|
|
@@ -2598,5 +2598,5 @@
|
|
|
2598
2598
|
]
|
|
2599
2599
|
}
|
|
2600
2600
|
},
|
|
2601
|
-
"version": "4.
|
|
2601
|
+
"version": "4.2.0"
|
|
2602
2602
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/cli",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "4.
|
|
4
|
+
"version": "4.2.0",
|
|
5
5
|
"description": "MemberJunction command line tools",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"oclif"
|
|
@@ -52,16 +52,16 @@
|
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@inquirer/prompts": "^8.2.0",
|
|
55
|
-
"@memberjunction/ai-cli": "4.
|
|
56
|
-
"@memberjunction/codegen-lib": "4.
|
|
57
|
-
"@memberjunction/config": "4.
|
|
58
|
-
"@memberjunction/core": "4.
|
|
59
|
-
"@memberjunction/db-auto-doc": "4.
|
|
60
|
-
"@memberjunction/metadata-sync": "4.
|
|
61
|
-
"@memberjunction/query-gen": "4.
|
|
62
|
-
"@memberjunction/server-bootstrap-lite": "4.
|
|
63
|
-
"@memberjunction/sqlserver-dataprovider": "4.
|
|
64
|
-
"@memberjunction/testing-cli": "4.
|
|
55
|
+
"@memberjunction/ai-cli": "4.2.0",
|
|
56
|
+
"@memberjunction/codegen-lib": "4.2.0",
|
|
57
|
+
"@memberjunction/config": "4.2.0",
|
|
58
|
+
"@memberjunction/core": "4.2.0",
|
|
59
|
+
"@memberjunction/db-auto-doc": "4.2.0",
|
|
60
|
+
"@memberjunction/metadata-sync": "4.2.0",
|
|
61
|
+
"@memberjunction/query-gen": "4.2.0",
|
|
62
|
+
"@memberjunction/server-bootstrap-lite": "4.2.0",
|
|
63
|
+
"@memberjunction/sqlserver-dataprovider": "4.2.0",
|
|
64
|
+
"@memberjunction/testing-cli": "4.2.0",
|
|
65
65
|
"@oclif/core": "^3.27.0",
|
|
66
66
|
"@oclif/plugin-help": "^6.2.37",
|
|
67
67
|
"@oclif/plugin-version": "^2.2.36",
|