@capuchoo/cli 0.7.0 → 0.9.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.
Files changed (106) hide show
  1. package/README.md +231 -22
  2. package/bin/run.js +22 -0
  3. package/dist/cli/members.d.ts +23 -0
  4. package/dist/cli/members.d.ts.map +1 -0
  5. package/dist/cli/members.js +38 -0
  6. package/dist/cli/members.js.map +1 -0
  7. package/dist/cli/menu.d.ts +38 -0
  8. package/dist/cli/menu.d.ts.map +1 -0
  9. package/dist/cli/menu.js +62 -0
  10. package/dist/cli/menu.js.map +1 -0
  11. package/dist/cli/onboarding.d.ts +41 -0
  12. package/dist/cli/onboarding.d.ts.map +1 -0
  13. package/dist/cli/onboarding.js +94 -0
  14. package/dist/cli/onboarding.js.map +1 -0
  15. package/dist/cli/prompts.d.ts +15 -0
  16. package/dist/cli/prompts.d.ts.map +1 -1
  17. package/dist/cli/prompts.js +42 -0
  18. package/dist/cli/prompts.js.map +1 -1
  19. package/dist/cli/team.d.ts +16 -0
  20. package/dist/cli/team.d.ts.map +1 -0
  21. package/dist/cli/team.js +32 -0
  22. package/dist/cli/team.js.map +1 -0
  23. package/dist/commands/app/grant.d.ts +11 -0
  24. package/dist/commands/app/grant.d.ts.map +1 -0
  25. package/dist/commands/app/grant.js +31 -0
  26. package/dist/commands/app/grant.js.map +1 -0
  27. package/dist/commands/app/list.d.ts.map +1 -1
  28. package/dist/commands/app/list.js +2 -1
  29. package/dist/commands/app/list.js.map +1 -1
  30. package/dist/commands/app/revoke.d.ts +13 -0
  31. package/dist/commands/app/revoke.d.ts.map +1 -0
  32. package/dist/commands/app/revoke.js +40 -0
  33. package/dist/commands/app/revoke.js.map +1 -0
  34. package/dist/commands/app/roles.d.ts +7 -0
  35. package/dist/commands/app/roles.d.ts.map +1 -0
  36. package/dist/commands/app/roles.js +30 -0
  37. package/dist/commands/app/roles.js.map +1 -0
  38. package/dist/commands/auth/issue.d.ts +12 -0
  39. package/dist/commands/auth/issue.d.ts.map +1 -0
  40. package/dist/commands/auth/issue.js +52 -0
  41. package/dist/commands/auth/issue.js.map +1 -0
  42. package/dist/commands/auth/keys.d.ts +7 -0
  43. package/dist/commands/auth/keys.d.ts.map +1 -0
  44. package/dist/commands/auth/keys.js +39 -0
  45. package/dist/commands/auth/keys.js.map +1 -0
  46. package/dist/commands/auth/login.d.ts +20 -0
  47. package/dist/commands/auth/login.d.ts.map +1 -1
  48. package/dist/commands/auth/login.js +90 -11
  49. package/dist/commands/auth/login.js.map +1 -1
  50. package/dist/commands/auth/revoke.d.ts +13 -0
  51. package/dist/commands/auth/revoke.d.ts.map +1 -0
  52. package/dist/commands/auth/revoke.js +48 -0
  53. package/dist/commands/auth/revoke.js.map +1 -0
  54. package/dist/commands/auth/whoami.d.ts.map +1 -1
  55. package/dist/commands/auth/whoami.js +2 -1
  56. package/dist/commands/auth/whoami.js.map +1 -1
  57. package/dist/commands/channel/list.d.ts.map +1 -1
  58. package/dist/commands/channel/list.js +2 -1
  59. package/dist/commands/channel/list.js.map +1 -1
  60. package/dist/commands/doctor.d.ts +2 -0
  61. package/dist/commands/doctor.d.ts.map +1 -1
  62. package/dist/commands/doctor.js +86 -13
  63. package/dist/commands/doctor.js.map +1 -1
  64. package/dist/commands/init.d.ts +35 -3
  65. package/dist/commands/init.d.ts.map +1 -1
  66. package/dist/commands/init.js +121 -29
  67. package/dist/commands/init.js.map +1 -1
  68. package/dist/commands/menu.d.ts +42 -0
  69. package/dist/commands/menu.d.ts.map +1 -0
  70. package/dist/commands/menu.js +185 -0
  71. package/dist/commands/menu.js.map +1 -0
  72. package/dist/commands/org/invite.d.ts +14 -0
  73. package/dist/commands/org/invite.d.ts.map +1 -0
  74. package/dist/commands/org/invite.js +52 -0
  75. package/dist/commands/org/invite.js.map +1 -0
  76. package/dist/commands/org/members.d.ts +10 -0
  77. package/dist/commands/org/members.d.ts.map +1 -0
  78. package/dist/commands/org/members.js +49 -0
  79. package/dist/commands/org/members.js.map +1 -0
  80. package/dist/deploy/execute.d.ts.map +1 -1
  81. package/dist/deploy/execute.js +25 -5
  82. package/dist/deploy/execute.js.map +1 -1
  83. package/dist/deploy/signing.d.ts +24 -0
  84. package/dist/deploy/signing.d.ts.map +1 -0
  85. package/dist/deploy/signing.js +57 -0
  86. package/dist/deploy/signing.js.map +1 -0
  87. package/dist/pipeline/android-signing.d.ts +41 -0
  88. package/dist/pipeline/android-signing.d.ts.map +1 -0
  89. package/dist/pipeline/android-signing.js +82 -0
  90. package/dist/pipeline/android-signing.js.map +1 -0
  91. package/dist/pipeline/app-identity.d.ts +35 -0
  92. package/dist/pipeline/app-identity.d.ts.map +1 -0
  93. package/dist/pipeline/app-identity.js +109 -0
  94. package/dist/pipeline/app-identity.js.map +1 -0
  95. package/dist/pipeline/capacitor-support.d.ts +1 -1
  96. package/dist/pipeline/capacitor-support.js +1 -1
  97. package/dist/services/cloud.d.ts +82 -2
  98. package/dist/services/cloud.d.ts.map +1 -1
  99. package/dist/services/cloud.js +85 -4
  100. package/dist/services/cloud.js.map +1 -1
  101. package/dist/utils/http.d.ts +5 -0
  102. package/dist/utils/http.d.ts.map +1 -1
  103. package/dist/utils/http.js +13 -2
  104. package/dist/utils/http.js.map +1 -1
  105. package/oclif.manifest.json +397 -84
  106. package/package.json +5 -5
@@ -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": {},
@@ -201,21 +224,35 @@
201
224
  "delete.js"
202
225
  ]
203
226
  },
204
- "app:list": {
227
+ "app:grant": {
205
228
  "aliases": [],
206
- "args": {},
207
- "description": "List the apps this account can reach",
208
- "flags": {
209
- "json": {
210
- "description": "Machine-readable output",
211
- "name": "json",
212
- "allowNo": false,
213
- "type": "boolean"
229
+ "args": {
230
+ "email": {
231
+ "description": "Account to grant",
232
+ "name": "email",
233
+ "required": true
234
+ },
235
+ "role": {
236
+ "description": "One of admin, developer, tester, viewer",
237
+ "name": "role",
238
+ "options": [
239
+ "admin",
240
+ "developer",
241
+ "tester",
242
+ "viewer"
243
+ ],
244
+ "required": true
214
245
  }
215
246
  },
247
+ "description": "Give someone a role on this app",
248
+ "examples": [
249
+ "<%= config.bin %> app grant dev@company.com developer",
250
+ "<%= config.bin %> app grant qa@company.com tester"
251
+ ],
252
+ "flags": {},
216
253
  "hasDynamicHelp": false,
217
254
  "hiddenAliases": [],
218
- "id": "app:list",
255
+ "id": "app:grant",
219
256
  "pluginAlias": "@capuchoo/cli",
220
257
  "pluginName": "@capuchoo/cli",
221
258
  "pluginType": "core",
@@ -225,38 +262,24 @@
225
262
  "dist",
226
263
  "commands",
227
264
  "app",
228
- "list.js"
265
+ "grant.js"
229
266
  ]
230
267
  },
231
- "auth:login": {
268
+ "app:list": {
232
269
  "aliases": [],
233
270
  "args": {},
234
- "description": "Store an API key for the Capuchoo backend",
235
- "examples": [
236
- "<%= config.bin %> auth login",
237
- "<%= config.bin %> auth login --endpoint https://capucho.internal --api-key cap_..."
238
- ],
271
+ "description": "List the apps this account can reach",
239
272
  "flags": {
240
- "api-key": {
241
- "char": "k",
242
- "description": "API key from Settings > API Keys in the dashboard",
243
- "name": "api-key",
244
- "hasDynamicHelp": false,
245
- "multiple": false,
246
- "type": "option"
247
- },
248
- "endpoint": {
249
- "char": "e",
250
- "description": "Backend base URL",
251
- "name": "endpoint",
252
- "hasDynamicHelp": false,
253
- "multiple": false,
254
- "type": "option"
273
+ "json": {
274
+ "description": "Machine-readable output",
275
+ "name": "json",
276
+ "allowNo": false,
277
+ "type": "boolean"
255
278
  }
256
279
  },
257
280
  "hasDynamicHelp": false,
258
281
  "hiddenAliases": [],
259
- "id": "auth:login",
282
+ "id": "app:list",
260
283
  "pluginAlias": "@capuchoo/cli",
261
284
  "pluginName": "@capuchoo/cli",
262
285
  "pluginType": "core",
@@ -265,18 +288,35 @@
265
288
  "relativePath": [
266
289
  "dist",
267
290
  "commands",
268
- "auth",
269
- "login.js"
291
+ "app",
292
+ "list.js"
270
293
  ]
271
294
  },
272
- "auth:logout": {
295
+ "app:revoke": {
273
296
  "aliases": [],
274
- "args": {},
275
- "description": "Remove the stored API key",
276
- "flags": {},
297
+ "args": {
298
+ "email": {
299
+ "description": "Account to revoke",
300
+ "name": "email",
301
+ "required": true
302
+ }
303
+ },
304
+ "description": "Remove someone's role on this app",
305
+ "examples": [
306
+ "<%= config.bin %> app revoke dev@company.com"
307
+ ],
308
+ "flags": {
309
+ "yes": {
310
+ "char": "y",
311
+ "description": "Skip the confirmation",
312
+ "name": "yes",
313
+ "allowNo": false,
314
+ "type": "boolean"
315
+ }
316
+ },
277
317
  "hasDynamicHelp": false,
278
318
  "hiddenAliases": [],
279
- "id": "auth:logout",
319
+ "id": "app:revoke",
280
320
  "pluginAlias": "@capuchoo/cli",
281
321
  "pluginName": "@capuchoo/cli",
282
322
  "pluginType": "core",
@@ -285,25 +325,21 @@
285
325
  "relativePath": [
286
326
  "dist",
287
327
  "commands",
288
- "auth",
289
- "logout.js"
328
+ "app",
329
+ "revoke.js"
290
330
  ]
291
331
  },
292
- "auth:whoami": {
332
+ "app:roles": {
293
333
  "aliases": [],
294
334
  "args": {},
295
- "description": "Show the signed-in account, and the organizations and apps it can reach",
296
- "flags": {
297
- "json": {
298
- "description": "Machine-readable output",
299
- "name": "json",
300
- "allowNo": false,
301
- "type": "boolean"
302
- }
303
- },
335
+ "description": "Show who can do what on this app",
336
+ "examples": [
337
+ "<%= config.bin %> app roles"
338
+ ],
339
+ "flags": {},
304
340
  "hasDynamicHelp": false,
305
341
  "hiddenAliases": [],
306
- "id": "auth:whoami",
342
+ "id": "app:roles",
307
343
  "pluginAlias": "@capuchoo/cli",
308
344
  "pluginName": "@capuchoo/cli",
309
345
  "pluginType": "core",
@@ -312,8 +348,8 @@
312
348
  "relativePath": [
313
349
  "dist",
314
350
  "commands",
315
- "auth",
316
- "whoami.js"
351
+ "app",
352
+ "roles.js"
317
353
  ]
318
354
  },
319
355
  "channel:create": {
@@ -437,21 +473,45 @@
437
473
  "list.js"
438
474
  ]
439
475
  },
440
- "config:list": {
476
+ "auth:issue": {
441
477
  "aliases": [],
442
478
  "args": {},
443
- "description": "Show the resolved configuration, and which build tools were found",
479
+ "description": "Create an API key, optionally limited to one app and one role",
480
+ "examples": [
481
+ "<%= config.bin %> auth issue --name ci --role developer --this-app",
482
+ "<%= config.bin %> auth issue --name readonly --role viewer"
483
+ ],
444
484
  "flags": {
445
- "json": {
446
- "description": "Machine-readable output",
447
- "name": "json",
485
+ "name": {
486
+ "description": "Label shown in capuchoo auth keys",
487
+ "name": "name",
488
+ "hasDynamicHelp": false,
489
+ "multiple": false,
490
+ "type": "option"
491
+ },
492
+ "role": {
493
+ "description": "Ceiling on what the key may do: viewer, tester, developer, admin",
494
+ "name": "role",
495
+ "hasDynamicHelp": false,
496
+ "multiple": false,
497
+ "options": [
498
+ "viewer",
499
+ "tester",
500
+ "developer",
501
+ "admin"
502
+ ],
503
+ "type": "option"
504
+ },
505
+ "this-app": {
506
+ "description": "Restrict the key to the app this directory is linked to",
507
+ "name": "this-app",
448
508
  "allowNo": false,
449
509
  "type": "boolean"
450
510
  }
451
511
  },
452
512
  "hasDynamicHelp": false,
453
513
  "hiddenAliases": [],
454
- "id": "config:list",
514
+ "id": "auth:issue",
455
515
  "pluginAlias": "@capuchoo/cli",
456
516
  "pluginName": "@capuchoo/cli",
457
517
  "pluginType": "core",
@@ -460,37 +520,119 @@
460
520
  "relativePath": [
461
521
  "dist",
462
522
  "commands",
463
- "config",
464
- "list.js"
523
+ "auth",
524
+ "issue.js"
465
525
  ]
466
526
  },
467
- "config:set": {
527
+ "auth:keys": {
468
528
  "aliases": [],
469
- "args": {
470
- "key": {
471
- "description": "Preference to set",
472
- "name": "key",
473
- "options": [
474
- "endpoint",
475
- "defaultChannel"
476
- ],
477
- "required": true
529
+ "args": {},
530
+ "description": "List the API keys on this account",
531
+ "examples": [
532
+ "<%= config.bin %> auth keys"
533
+ ],
534
+ "flags": {},
535
+ "hasDynamicHelp": false,
536
+ "hiddenAliases": [],
537
+ "id": "auth:keys",
538
+ "pluginAlias": "@capuchoo/cli",
539
+ "pluginName": "@capuchoo/cli",
540
+ "pluginType": "core",
541
+ "strict": true,
542
+ "isESM": true,
543
+ "relativePath": [
544
+ "dist",
545
+ "commands",
546
+ "auth",
547
+ "keys.js"
548
+ ]
549
+ },
550
+ "auth:login": {
551
+ "aliases": [],
552
+ "args": {},
553
+ "description": "Sign in to a Capuchoo backend",
554
+ "examples": [
555
+ "<%= config.bin %> auth login",
556
+ "<%= config.bin %> auth login --endpoint https://capucho.internal --api-key cap_..."
557
+ ],
558
+ "flags": {
559
+ "api-key": {
560
+ "char": "k",
561
+ "description": "API key from Settings > API Keys in the dashboard",
562
+ "name": "api-key",
563
+ "hasDynamicHelp": false,
564
+ "multiple": false,
565
+ "type": "option"
478
566
  },
479
- "value": {
480
- "description": "New value",
481
- "name": "value",
567
+ "endpoint": {
568
+ "char": "e",
569
+ "description": "Backend base URL",
570
+ "name": "endpoint",
571
+ "hasDynamicHelp": false,
572
+ "multiple": false,
573
+ "type": "option"
574
+ }
575
+ },
576
+ "hasDynamicHelp": false,
577
+ "hiddenAliases": [],
578
+ "id": "auth:login",
579
+ "pluginAlias": "@capuchoo/cli",
580
+ "pluginName": "@capuchoo/cli",
581
+ "pluginType": "core",
582
+ "strict": true,
583
+ "isESM": true,
584
+ "relativePath": [
585
+ "dist",
586
+ "commands",
587
+ "auth",
588
+ "login.js"
589
+ ]
590
+ },
591
+ "auth:logout": {
592
+ "aliases": [],
593
+ "args": {},
594
+ "description": "Remove the stored API key",
595
+ "flags": {},
596
+ "hasDynamicHelp": false,
597
+ "hiddenAliases": [],
598
+ "id": "auth:logout",
599
+ "pluginAlias": "@capuchoo/cli",
600
+ "pluginName": "@capuchoo/cli",
601
+ "pluginType": "core",
602
+ "strict": true,
603
+ "isESM": true,
604
+ "relativePath": [
605
+ "dist",
606
+ "commands",
607
+ "auth",
608
+ "logout.js"
609
+ ]
610
+ },
611
+ "auth:revoke": {
612
+ "aliases": [],
613
+ "args": {
614
+ "id": {
615
+ "description": "Key id, from capuchoo auth keys",
616
+ "name": "id",
482
617
  "required": true
483
618
  }
484
619
  },
485
- "description": "Set a user preference in ~/.capuchoo/config.json",
620
+ "description": "Revoke an API key",
486
621
  "examples": [
487
- "<%= config.bin %> config set endpoint https://capucho.internal",
488
- "<%= config.bin %> config set defaultChannel staging"
622
+ "<%= config.bin %> auth revoke <id>"
489
623
  ],
490
- "flags": {},
624
+ "flags": {
625
+ "yes": {
626
+ "char": "y",
627
+ "description": "Skip the confirmation",
628
+ "name": "yes",
629
+ "allowNo": false,
630
+ "type": "boolean"
631
+ }
632
+ },
491
633
  "hasDynamicHelp": false,
492
634
  "hiddenAliases": [],
493
- "id": "config:set",
635
+ "id": "auth:revoke",
494
636
  "pluginAlias": "@capuchoo/cli",
495
637
  "pluginName": "@capuchoo/cli",
496
638
  "pluginType": "core",
@@ -499,8 +641,35 @@
499
641
  "relativePath": [
500
642
  "dist",
501
643
  "commands",
502
- "config",
503
- "set.js"
644
+ "auth",
645
+ "revoke.js"
646
+ ]
647
+ },
648
+ "auth:whoami": {
649
+ "aliases": [],
650
+ "args": {},
651
+ "description": "Show the signed-in account, and the organizations and apps it can reach",
652
+ "flags": {
653
+ "json": {
654
+ "description": "Machine-readable output",
655
+ "name": "json",
656
+ "allowNo": false,
657
+ "type": "boolean"
658
+ }
659
+ },
660
+ "hasDynamicHelp": false,
661
+ "hiddenAliases": [],
662
+ "id": "auth:whoami",
663
+ "pluginAlias": "@capuchoo/cli",
664
+ "pluginName": "@capuchoo/cli",
665
+ "pluginType": "core",
666
+ "strict": true,
667
+ "isESM": true,
668
+ "relativePath": [
669
+ "dist",
670
+ "commands",
671
+ "auth",
672
+ "whoami.js"
504
673
  ]
505
674
  },
506
675
  "deploy:native": {
@@ -754,6 +923,72 @@
754
923
  "ota.js"
755
924
  ]
756
925
  },
926
+ "config:list": {
927
+ "aliases": [],
928
+ "args": {},
929
+ "description": "Show the resolved configuration, and which build tools were found",
930
+ "flags": {
931
+ "json": {
932
+ "description": "Machine-readable output",
933
+ "name": "json",
934
+ "allowNo": false,
935
+ "type": "boolean"
936
+ }
937
+ },
938
+ "hasDynamicHelp": false,
939
+ "hiddenAliases": [],
940
+ "id": "config:list",
941
+ "pluginAlias": "@capuchoo/cli",
942
+ "pluginName": "@capuchoo/cli",
943
+ "pluginType": "core",
944
+ "strict": true,
945
+ "isESM": true,
946
+ "relativePath": [
947
+ "dist",
948
+ "commands",
949
+ "config",
950
+ "list.js"
951
+ ]
952
+ },
953
+ "config:set": {
954
+ "aliases": [],
955
+ "args": {
956
+ "key": {
957
+ "description": "Preference to set",
958
+ "name": "key",
959
+ "options": [
960
+ "endpoint",
961
+ "defaultChannel"
962
+ ],
963
+ "required": true
964
+ },
965
+ "value": {
966
+ "description": "New value",
967
+ "name": "value",
968
+ "required": true
969
+ }
970
+ },
971
+ "description": "Set a user preference in ~/.capuchoo/config.json",
972
+ "examples": [
973
+ "<%= config.bin %> config set endpoint https://capucho.internal",
974
+ "<%= config.bin %> config set defaultChannel staging"
975
+ ],
976
+ "flags": {},
977
+ "hasDynamicHelp": false,
978
+ "hiddenAliases": [],
979
+ "id": "config:set",
980
+ "pluginAlias": "@capuchoo/cli",
981
+ "pluginName": "@capuchoo/cli",
982
+ "pluginType": "core",
983
+ "strict": true,
984
+ "isESM": true,
985
+ "relativePath": [
986
+ "dist",
987
+ "commands",
988
+ "config",
989
+ "set.js"
990
+ ]
991
+ },
757
992
  "org:create": {
758
993
  "aliases": [],
759
994
  "args": {
@@ -790,6 +1025,53 @@
790
1025
  "create.js"
791
1026
  ]
792
1027
  },
1028
+ "org:invite": {
1029
+ "aliases": [],
1030
+ "args": {
1031
+ "email": {
1032
+ "description": "Account to add",
1033
+ "name": "email",
1034
+ "required": true
1035
+ },
1036
+ "role": {
1037
+ "description": "One of owner, admin, member",
1038
+ "name": "role",
1039
+ "options": [
1040
+ "owner",
1041
+ "admin",
1042
+ "member"
1043
+ ],
1044
+ "required": true
1045
+ }
1046
+ },
1047
+ "description": "Add an existing account to an organization",
1048
+ "examples": [
1049
+ "<%= config.bin %> org invite dev@company.com member"
1050
+ ],
1051
+ "flags": {
1052
+ "org": {
1053
+ "description": "Organization by name or id",
1054
+ "name": "org",
1055
+ "hasDynamicHelp": false,
1056
+ "multiple": false,
1057
+ "type": "option"
1058
+ }
1059
+ },
1060
+ "hasDynamicHelp": false,
1061
+ "hiddenAliases": [],
1062
+ "id": "org:invite",
1063
+ "pluginAlias": "@capuchoo/cli",
1064
+ "pluginName": "@capuchoo/cli",
1065
+ "pluginType": "core",
1066
+ "strict": true,
1067
+ "isESM": true,
1068
+ "relativePath": [
1069
+ "dist",
1070
+ "commands",
1071
+ "org",
1072
+ "invite.js"
1073
+ ]
1074
+ },
793
1075
  "org:list": {
794
1076
  "aliases": [],
795
1077
  "args": {},
@@ -817,6 +1099,37 @@
817
1099
  "list.js"
818
1100
  ]
819
1101
  },
1102
+ "org:members": {
1103
+ "aliases": [],
1104
+ "args": {},
1105
+ "description": "List the people in an organization",
1106
+ "examples": [
1107
+ "<%= config.bin %> org members"
1108
+ ],
1109
+ "flags": {
1110
+ "org": {
1111
+ "description": "Organization by name or id",
1112
+ "name": "org",
1113
+ "hasDynamicHelp": false,
1114
+ "multiple": false,
1115
+ "type": "option"
1116
+ }
1117
+ },
1118
+ "hasDynamicHelp": false,
1119
+ "hiddenAliases": [],
1120
+ "id": "org:members",
1121
+ "pluginAlias": "@capuchoo/cli",
1122
+ "pluginName": "@capuchoo/cli",
1123
+ "pluginType": "core",
1124
+ "strict": true,
1125
+ "isESM": true,
1126
+ "relativePath": [
1127
+ "dist",
1128
+ "commands",
1129
+ "org",
1130
+ "members.js"
1131
+ ]
1132
+ },
820
1133
  "version:bump": {
821
1134
  "aliases": [],
822
1135
  "args": {
@@ -918,5 +1231,5 @@
918
1231
  ]
919
1232
  }
920
1233
  },
921
- "version": "0.7.0"
1234
+ "version": "0.9.0"
922
1235
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capuchoo/cli",
3
- "version": "0.7.0",
3
+ "version": "0.9.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.3.0"
40
+ "@capuchoo/core": "^0.5.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/node": "^24.10.4",
@@ -55,10 +55,10 @@
55
55
  "topicSeparator": " ",
56
56
  "topics": {
57
57
  "app": {
58
- "description": "List and delete apps"
58
+ "description": "List and delete apps, and manage who can publish"
59
59
  },
60
60
  "auth": {
61
- "description": "Sign in to a Capuchoo backend"
61
+ "description": "Sign in, and manage this account's API keys"
62
62
  },
63
63
  "channel": {
64
64
  "description": "Create and inspect an app's channels"
@@ -70,7 +70,7 @@
70
70
  "description": "Build and publish a release"
71
71
  },
72
72
  "org": {
73
- "description": "Create and list organizations"
73
+ "description": "Create organizations and manage who is in them"
74
74
  },
75
75
  "version": {
76
76
  "description": "Manage the app version and native build numbers"