@capuchoo/cli 0.6.0 → 0.8.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/README.md +41 -20
- package/bin/run.js +22 -0
- package/dist/cli/menu.d.ts +38 -0
- package/dist/cli/menu.d.ts.map +1 -0
- package/dist/cli/menu.js +62 -0
- package/dist/cli/menu.js.map +1 -0
- package/dist/cli/prompts.d.ts +15 -0
- package/dist/cli/prompts.d.ts.map +1 -1
- package/dist/cli/prompts.js +42 -0
- package/dist/cli/prompts.js.map +1 -1
- package/dist/commands/app/list.d.ts.map +1 -1
- package/dist/commands/app/list.js +2 -1
- package/dist/commands/app/list.js.map +1 -1
- package/dist/commands/auth/whoami.d.ts.map +1 -1
- package/dist/commands/auth/whoami.js +2 -1
- package/dist/commands/auth/whoami.js.map +1 -1
- package/dist/commands/channel/list.d.ts.map +1 -1
- package/dist/commands/channel/list.js +2 -1
- package/dist/commands/channel/list.js.map +1 -1
- package/dist/commands/doctor.d.ts +2 -0
- package/dist/commands/doctor.d.ts.map +1 -1
- package/dist/commands/doctor.js +86 -13
- package/dist/commands/doctor.js.map +1 -1
- package/dist/commands/init.d.ts +22 -3
- package/dist/commands/init.d.ts.map +1 -1
- package/dist/commands/init.js +53 -19
- package/dist/commands/init.js.map +1 -1
- package/dist/commands/menu.d.ts +39 -0
- package/dist/commands/menu.d.ts.map +1 -0
- package/dist/commands/menu.js +130 -0
- package/dist/commands/menu.js.map +1 -0
- package/dist/deploy/execute.d.ts.map +1 -1
- package/dist/deploy/execute.js +25 -5
- package/dist/deploy/execute.js.map +1 -1
- package/dist/deploy/signing.d.ts +24 -0
- package/dist/deploy/signing.d.ts.map +1 -0
- package/dist/deploy/signing.js +57 -0
- package/dist/deploy/signing.js.map +1 -0
- package/dist/pipeline/android-signing.d.ts +41 -0
- package/dist/pipeline/android-signing.d.ts.map +1 -0
- package/dist/pipeline/android-signing.js +82 -0
- package/dist/pipeline/android-signing.js.map +1 -0
- package/dist/pipeline/capacitor-support.d.ts +1 -1
- package/dist/pipeline/capacitor-support.js +1 -1
- package/dist/services/cloud.d.ts +13 -1
- package/dist/services/cloud.d.ts.map +1 -1
- package/dist/services/cloud.js +19 -4
- package/dist/services/cloud.js.map +1 -1
- package/dist/utils/http.d.ts.map +1 -1
- package/dist/utils/http.js +16 -5
- package/dist/utils/http.js.map +1 -1
- package/oclif.manifest.json +90 -67
- package/package.json +2 -2
package/oclif.manifest.json
CHANGED
|
@@ -109,6 +109,29 @@
|
|
|
109
109
|
"init.js"
|
|
110
110
|
]
|
|
111
111
|
},
|
|
112
|
+
"menu": {
|
|
113
|
+
"aliases": [],
|
|
114
|
+
"args": {},
|
|
115
|
+
"description": "Browse and run commands interactively",
|
|
116
|
+
"examples": [
|
|
117
|
+
"<%= config.bin %>",
|
|
118
|
+
"<%= config.bin %> menu"
|
|
119
|
+
],
|
|
120
|
+
"flags": {},
|
|
121
|
+
"hasDynamicHelp": false,
|
|
122
|
+
"hiddenAliases": [],
|
|
123
|
+
"id": "menu",
|
|
124
|
+
"pluginAlias": "@capuchoo/cli",
|
|
125
|
+
"pluginName": "@capuchoo/cli",
|
|
126
|
+
"pluginType": "core",
|
|
127
|
+
"strict": true,
|
|
128
|
+
"isESM": true,
|
|
129
|
+
"relativePath": [
|
|
130
|
+
"dist",
|
|
131
|
+
"commands",
|
|
132
|
+
"menu.js"
|
|
133
|
+
]
|
|
134
|
+
},
|
|
112
135
|
"setup": {
|
|
113
136
|
"aliases": [],
|
|
114
137
|
"args": {},
|
|
@@ -316,72 +339,6 @@
|
|
|
316
339
|
"whoami.js"
|
|
317
340
|
]
|
|
318
341
|
},
|
|
319
|
-
"config:list": {
|
|
320
|
-
"aliases": [],
|
|
321
|
-
"args": {},
|
|
322
|
-
"description": "Show the resolved configuration, and which build tools were found",
|
|
323
|
-
"flags": {
|
|
324
|
-
"json": {
|
|
325
|
-
"description": "Machine-readable output",
|
|
326
|
-
"name": "json",
|
|
327
|
-
"allowNo": false,
|
|
328
|
-
"type": "boolean"
|
|
329
|
-
}
|
|
330
|
-
},
|
|
331
|
-
"hasDynamicHelp": false,
|
|
332
|
-
"hiddenAliases": [],
|
|
333
|
-
"id": "config:list",
|
|
334
|
-
"pluginAlias": "@capuchoo/cli",
|
|
335
|
-
"pluginName": "@capuchoo/cli",
|
|
336
|
-
"pluginType": "core",
|
|
337
|
-
"strict": true,
|
|
338
|
-
"isESM": true,
|
|
339
|
-
"relativePath": [
|
|
340
|
-
"dist",
|
|
341
|
-
"commands",
|
|
342
|
-
"config",
|
|
343
|
-
"list.js"
|
|
344
|
-
]
|
|
345
|
-
},
|
|
346
|
-
"config:set": {
|
|
347
|
-
"aliases": [],
|
|
348
|
-
"args": {
|
|
349
|
-
"key": {
|
|
350
|
-
"description": "Preference to set",
|
|
351
|
-
"name": "key",
|
|
352
|
-
"options": [
|
|
353
|
-
"endpoint",
|
|
354
|
-
"defaultChannel"
|
|
355
|
-
],
|
|
356
|
-
"required": true
|
|
357
|
-
},
|
|
358
|
-
"value": {
|
|
359
|
-
"description": "New value",
|
|
360
|
-
"name": "value",
|
|
361
|
-
"required": true
|
|
362
|
-
}
|
|
363
|
-
},
|
|
364
|
-
"description": "Set a user preference in ~/.capuchoo/config.json",
|
|
365
|
-
"examples": [
|
|
366
|
-
"<%= config.bin %> config set endpoint https://capucho.internal",
|
|
367
|
-
"<%= config.bin %> config set defaultChannel staging"
|
|
368
|
-
],
|
|
369
|
-
"flags": {},
|
|
370
|
-
"hasDynamicHelp": false,
|
|
371
|
-
"hiddenAliases": [],
|
|
372
|
-
"id": "config:set",
|
|
373
|
-
"pluginAlias": "@capuchoo/cli",
|
|
374
|
-
"pluginName": "@capuchoo/cli",
|
|
375
|
-
"pluginType": "core",
|
|
376
|
-
"strict": true,
|
|
377
|
-
"isESM": true,
|
|
378
|
-
"relativePath": [
|
|
379
|
-
"dist",
|
|
380
|
-
"commands",
|
|
381
|
-
"config",
|
|
382
|
-
"set.js"
|
|
383
|
-
]
|
|
384
|
-
},
|
|
385
342
|
"channel:create": {
|
|
386
343
|
"aliases": [],
|
|
387
344
|
"args": {
|
|
@@ -503,6 +460,72 @@
|
|
|
503
460
|
"list.js"
|
|
504
461
|
]
|
|
505
462
|
},
|
|
463
|
+
"config:list": {
|
|
464
|
+
"aliases": [],
|
|
465
|
+
"args": {},
|
|
466
|
+
"description": "Show the resolved configuration, and which build tools were found",
|
|
467
|
+
"flags": {
|
|
468
|
+
"json": {
|
|
469
|
+
"description": "Machine-readable output",
|
|
470
|
+
"name": "json",
|
|
471
|
+
"allowNo": false,
|
|
472
|
+
"type": "boolean"
|
|
473
|
+
}
|
|
474
|
+
},
|
|
475
|
+
"hasDynamicHelp": false,
|
|
476
|
+
"hiddenAliases": [],
|
|
477
|
+
"id": "config:list",
|
|
478
|
+
"pluginAlias": "@capuchoo/cli",
|
|
479
|
+
"pluginName": "@capuchoo/cli",
|
|
480
|
+
"pluginType": "core",
|
|
481
|
+
"strict": true,
|
|
482
|
+
"isESM": true,
|
|
483
|
+
"relativePath": [
|
|
484
|
+
"dist",
|
|
485
|
+
"commands",
|
|
486
|
+
"config",
|
|
487
|
+
"list.js"
|
|
488
|
+
]
|
|
489
|
+
},
|
|
490
|
+
"config:set": {
|
|
491
|
+
"aliases": [],
|
|
492
|
+
"args": {
|
|
493
|
+
"key": {
|
|
494
|
+
"description": "Preference to set",
|
|
495
|
+
"name": "key",
|
|
496
|
+
"options": [
|
|
497
|
+
"endpoint",
|
|
498
|
+
"defaultChannel"
|
|
499
|
+
],
|
|
500
|
+
"required": true
|
|
501
|
+
},
|
|
502
|
+
"value": {
|
|
503
|
+
"description": "New value",
|
|
504
|
+
"name": "value",
|
|
505
|
+
"required": true
|
|
506
|
+
}
|
|
507
|
+
},
|
|
508
|
+
"description": "Set a user preference in ~/.capuchoo/config.json",
|
|
509
|
+
"examples": [
|
|
510
|
+
"<%= config.bin %> config set endpoint https://capucho.internal",
|
|
511
|
+
"<%= config.bin %> config set defaultChannel staging"
|
|
512
|
+
],
|
|
513
|
+
"flags": {},
|
|
514
|
+
"hasDynamicHelp": false,
|
|
515
|
+
"hiddenAliases": [],
|
|
516
|
+
"id": "config:set",
|
|
517
|
+
"pluginAlias": "@capuchoo/cli",
|
|
518
|
+
"pluginName": "@capuchoo/cli",
|
|
519
|
+
"pluginType": "core",
|
|
520
|
+
"strict": true,
|
|
521
|
+
"isESM": true,
|
|
522
|
+
"relativePath": [
|
|
523
|
+
"dist",
|
|
524
|
+
"commands",
|
|
525
|
+
"config",
|
|
526
|
+
"set.js"
|
|
527
|
+
]
|
|
528
|
+
},
|
|
506
529
|
"deploy:native": {
|
|
507
530
|
"aliases": [],
|
|
508
531
|
"args": {},
|
|
@@ -918,5 +941,5 @@
|
|
|
918
941
|
]
|
|
919
942
|
}
|
|
920
943
|
},
|
|
921
|
-
"version": "0.
|
|
944
|
+
"version": "0.8.0"
|
|
922
945
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capuchoo/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.0",
|
|
4
4
|
"description": "Builds and publishes OTA and native releases for Capacitor applications through Capucho.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"capacitor",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@oclif/plugin-help": "^6",
|
|
38
38
|
"chalk": "^5.6.2",
|
|
39
39
|
"ora": "^9.0.0",
|
|
40
|
-
"@capuchoo/core": "^0.
|
|
40
|
+
"@capuchoo/core": "^0.4.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/node": "^24.10.4",
|