@mailmodo/cli 0.0.51-beta.pr54.83 → 0.0.51

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 (2) hide show
  1. package/oclif.manifest.json +79 -79
  2. package/package.json +1 -1
@@ -289,6 +289,45 @@
289
289
  "index.js"
290
290
  ]
291
291
  },
292
+ "emails": {
293
+ "aliases": [],
294
+ "args": {},
295
+ "description": "List and view configured email sequences",
296
+ "examples": [
297
+ "<%= config.bin %> emails",
298
+ "<%= config.bin %> emails --json"
299
+ ],
300
+ "flags": {
301
+ "json": {
302
+ "description": "Output as JSON",
303
+ "name": "json",
304
+ "allowNo": false,
305
+ "type": "boolean"
306
+ },
307
+ "yes": {
308
+ "char": "y",
309
+ "description": "Skip confirmation prompts",
310
+ "name": "yes",
311
+ "allowNo": false,
312
+ "type": "boolean"
313
+ }
314
+ },
315
+ "hasDynamicHelp": false,
316
+ "hiddenAliases": [],
317
+ "id": "emails",
318
+ "pluginAlias": "@mailmodo/cli",
319
+ "pluginName": "@mailmodo/cli",
320
+ "pluginType": "core",
321
+ "strict": true,
322
+ "enableJsonFlag": false,
323
+ "isESM": true,
324
+ "relativePath": [
325
+ "dist",
326
+ "commands",
327
+ "emails",
328
+ "index.js"
329
+ ]
330
+ },
292
331
  "edit": {
293
332
  "aliases": [],
294
333
  "args": {
@@ -341,13 +380,13 @@
341
380
  "index.js"
342
381
  ]
343
382
  },
344
- "emails": {
383
+ "init": {
345
384
  "aliases": [],
346
385
  "args": {},
347
- "description": "List and view configured email sequences",
386
+ "description": "Analyze your product and generate email sequences",
348
387
  "examples": [
349
- "<%= config.bin %> emails",
350
- "<%= config.bin %> emails --json"
388
+ "<%= config.bin %> init",
389
+ "<%= config.bin %> init --url https://myapp.com --yes"
351
390
  ],
352
391
  "flags": {
353
392
  "json": {
@@ -362,11 +401,18 @@
362
401
  "name": "yes",
363
402
  "allowNo": false,
364
403
  "type": "boolean"
404
+ },
405
+ "url": {
406
+ "description": "Product URL to analyze",
407
+ "name": "url",
408
+ "hasDynamicHelp": false,
409
+ "multiple": false,
410
+ "type": "option"
365
411
  }
366
412
  },
367
413
  "hasDynamicHelp": false,
368
414
  "hiddenAliases": [],
369
- "id": "emails",
415
+ "id": "init",
370
416
  "pluginAlias": "@mailmodo/cli",
371
417
  "pluginName": "@mailmodo/cli",
372
418
  "pluginType": "core",
@@ -376,17 +422,17 @@
376
422
  "relativePath": [
377
423
  "dist",
378
424
  "commands",
379
- "emails",
425
+ "init",
380
426
  "index.js"
381
427
  ]
382
428
  },
383
- "init": {
429
+ "login": {
384
430
  "aliases": [],
385
431
  "args": {},
386
- "description": "Analyze your product and generate email sequences",
432
+ "description": "Authenticate with Mailmodo using your API key",
387
433
  "examples": [
388
- "<%= config.bin %> init",
389
- "<%= config.bin %> init --url https://myapp.com --yes"
434
+ "<%= config.bin %> login",
435
+ "MAILMODO_API_KEY=YOUR_API_KEY <%= config.bin %> login"
390
436
  ],
391
437
  "flags": {
392
438
  "json": {
@@ -401,18 +447,11 @@
401
447
  "name": "yes",
402
448
  "allowNo": false,
403
449
  "type": "boolean"
404
- },
405
- "url": {
406
- "description": "Product URL to analyze",
407
- "name": "url",
408
- "hasDynamicHelp": false,
409
- "multiple": false,
410
- "type": "option"
411
450
  }
412
451
  },
413
452
  "hasDynamicHelp": false,
414
453
  "hiddenAliases": [],
415
- "id": "init",
454
+ "id": "login",
416
455
  "pluginAlias": "@mailmodo/cli",
417
456
  "pluginName": "@mailmodo/cli",
418
457
  "pluginType": "core",
@@ -422,7 +461,7 @@
422
461
  "relativePath": [
423
462
  "dist",
424
463
  "commands",
425
- "init",
464
+ "login",
426
465
  "index.js"
427
466
  ]
428
467
  },
@@ -534,45 +573,6 @@
534
573
  "index.js"
535
574
  ]
536
575
  },
537
- "login": {
538
- "aliases": [],
539
- "args": {},
540
- "description": "Authenticate with Mailmodo using your API key",
541
- "examples": [
542
- "<%= config.bin %> login",
543
- "MAILMODO_API_KEY=YOUR_API_KEY <%= config.bin %> login"
544
- ],
545
- "flags": {
546
- "json": {
547
- "description": "Output as JSON",
548
- "name": "json",
549
- "allowNo": false,
550
- "type": "boolean"
551
- },
552
- "yes": {
553
- "char": "y",
554
- "description": "Skip confirmation prompts",
555
- "name": "yes",
556
- "allowNo": false,
557
- "type": "boolean"
558
- }
559
- },
560
- "hasDynamicHelp": false,
561
- "hiddenAliases": [],
562
- "id": "login",
563
- "pluginAlias": "@mailmodo/cli",
564
- "pluginName": "@mailmodo/cli",
565
- "pluginType": "core",
566
- "strict": true,
567
- "enableJsonFlag": false,
568
- "isESM": true,
569
- "relativePath": [
570
- "dist",
571
- "commands",
572
- "login",
573
- "index.js"
574
- ]
575
- },
576
576
  "preview": {
577
577
  "aliases": [],
578
578
  "args": {
@@ -631,14 +631,13 @@
631
631
  "index.js"
632
632
  ]
633
633
  },
634
- "settings": {
634
+ "status": {
635
635
  "aliases": [],
636
636
  "args": {},
637
- "description": "View and update project settings",
637
+ "description": "View email performance metrics and quota usage",
638
638
  "examples": [
639
- "<%= config.bin %> settings",
640
- "<%= config.bin %> settings --set brand_color=#0F3460",
641
- "<%= config.bin %> settings --json"
639
+ "<%= config.bin %> status",
640
+ "<%= config.bin %> status --json"
642
641
  ],
643
642
  "flags": {
644
643
  "json": {
@@ -653,18 +652,11 @@
653
652
  "name": "yes",
654
653
  "allowNo": false,
655
654
  "type": "boolean"
656
- },
657
- "set": {
658
- "description": "Set a setting (format: key=value)",
659
- "name": "set",
660
- "hasDynamicHelp": false,
661
- "multiple": false,
662
- "type": "option"
663
655
  }
664
656
  },
665
657
  "hasDynamicHelp": false,
666
658
  "hiddenAliases": [],
667
- "id": "settings",
659
+ "id": "status",
668
660
  "pluginAlias": "@mailmodo/cli",
669
661
  "pluginName": "@mailmodo/cli",
670
662
  "pluginType": "core",
@@ -674,17 +666,18 @@
674
666
  "relativePath": [
675
667
  "dist",
676
668
  "commands",
677
- "settings",
669
+ "status",
678
670
  "index.js"
679
671
  ]
680
672
  },
681
- "status": {
673
+ "settings": {
682
674
  "aliases": [],
683
675
  "args": {},
684
- "description": "View email performance metrics and quota usage",
676
+ "description": "View and update project settings",
685
677
  "examples": [
686
- "<%= config.bin %> status",
687
- "<%= config.bin %> status --json"
678
+ "<%= config.bin %> settings",
679
+ "<%= config.bin %> settings --set brand_color=#0F3460",
680
+ "<%= config.bin %> settings --json"
688
681
  ],
689
682
  "flags": {
690
683
  "json": {
@@ -699,11 +692,18 @@
699
692
  "name": "yes",
700
693
  "allowNo": false,
701
694
  "type": "boolean"
695
+ },
696
+ "set": {
697
+ "description": "Set a setting (format: key=value)",
698
+ "name": "set",
699
+ "hasDynamicHelp": false,
700
+ "multiple": false,
701
+ "type": "option"
702
702
  }
703
703
  },
704
704
  "hasDynamicHelp": false,
705
705
  "hiddenAliases": [],
706
- "id": "status",
706
+ "id": "settings",
707
707
  "pluginAlias": "@mailmodo/cli",
708
708
  "pluginName": "@mailmodo/cli",
709
709
  "pluginType": "core",
@@ -713,10 +713,10 @@
713
713
  "relativePath": [
714
714
  "dist",
715
715
  "commands",
716
- "status",
716
+ "settings",
717
717
  "index.js"
718
718
  ]
719
719
  }
720
720
  },
721
- "version": "0.0.51-beta.pr54.83"
721
+ "version": "0.0.51"
722
722
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mailmodo/cli",
3
3
  "description": "Email lifecycle automation for the AI-native builder generation.",
4
- "version": "0.0.51-beta.pr54.83",
4
+ "version": "0.0.51",
5
5
  "author": "provishalk",
6
6
  "bin": {
7
7
  "mailmodo": "bin/run.js"