@mailmodo/cli 0.0.51-beta.pr53.82 → 0.0.51-beta.pr53.84
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 +74 -74
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -503,15 +503,19 @@
|
|
|
503
503
|
"index.js"
|
|
504
504
|
]
|
|
505
505
|
},
|
|
506
|
-
"
|
|
506
|
+
"preview": {
|
|
507
507
|
"aliases": [],
|
|
508
|
-
"args": {
|
|
509
|
-
|
|
508
|
+
"args": {
|
|
509
|
+
"id": {
|
|
510
|
+
"description": "Email template ID to preview",
|
|
511
|
+
"name": "id"
|
|
512
|
+
}
|
|
513
|
+
},
|
|
514
|
+
"description": "Preview an email in browser, as text, or send a test",
|
|
510
515
|
"examples": [
|
|
511
|
-
"<%= config.bin %>
|
|
512
|
-
"<%= config.bin %>
|
|
513
|
-
"<%= config.bin %>
|
|
514
|
-
"<%= config.bin %> logs --json"
|
|
516
|
+
"<%= config.bin %> preview welcome",
|
|
517
|
+
"<%= config.bin %> preview welcome --text",
|
|
518
|
+
"<%= config.bin %> preview welcome --send me@example.com"
|
|
515
519
|
],
|
|
516
520
|
"flags": {
|
|
517
521
|
"json": {
|
|
@@ -527,39 +531,23 @@
|
|
|
527
531
|
"allowNo": false,
|
|
528
532
|
"type": "boolean"
|
|
529
533
|
},
|
|
530
|
-
"
|
|
531
|
-
"description": "
|
|
532
|
-
"name": "
|
|
534
|
+
"send": {
|
|
535
|
+
"description": "Send test email to this address",
|
|
536
|
+
"name": "send",
|
|
533
537
|
"hasDynamicHelp": false,
|
|
534
538
|
"multiple": false,
|
|
535
539
|
"type": "option"
|
|
536
540
|
},
|
|
537
|
-
"
|
|
538
|
-
"description": "
|
|
539
|
-
"name": "
|
|
541
|
+
"text": {
|
|
542
|
+
"description": "Output plain text version (for AI agents)",
|
|
543
|
+
"name": "text",
|
|
540
544
|
"allowNo": false,
|
|
541
545
|
"type": "boolean"
|
|
542
|
-
},
|
|
543
|
-
"limit": {
|
|
544
|
-
"description": "Entries per page (max 200)",
|
|
545
|
-
"name": "limit",
|
|
546
|
-
"default": 50,
|
|
547
|
-
"hasDynamicHelp": false,
|
|
548
|
-
"multiple": false,
|
|
549
|
-
"type": "option"
|
|
550
|
-
},
|
|
551
|
-
"page": {
|
|
552
|
-
"description": "Page number",
|
|
553
|
-
"name": "page",
|
|
554
|
-
"default": 1,
|
|
555
|
-
"hasDynamicHelp": false,
|
|
556
|
-
"multiple": false,
|
|
557
|
-
"type": "option"
|
|
558
546
|
}
|
|
559
547
|
},
|
|
560
548
|
"hasDynamicHelp": false,
|
|
561
549
|
"hiddenAliases": [],
|
|
562
|
-
"id": "
|
|
550
|
+
"id": "preview",
|
|
563
551
|
"pluginAlias": "@mailmodo/cli",
|
|
564
552
|
"pluginName": "@mailmodo/cli",
|
|
565
553
|
"pluginType": "core",
|
|
@@ -569,23 +557,18 @@
|
|
|
569
557
|
"relativePath": [
|
|
570
558
|
"dist",
|
|
571
559
|
"commands",
|
|
572
|
-
"
|
|
560
|
+
"preview",
|
|
573
561
|
"index.js"
|
|
574
562
|
]
|
|
575
563
|
},
|
|
576
|
-
"
|
|
564
|
+
"sdk": {
|
|
577
565
|
"aliases": [],
|
|
578
|
-
"args": {
|
|
579
|
-
|
|
580
|
-
"description": "Email template ID to preview",
|
|
581
|
-
"name": "id"
|
|
582
|
-
}
|
|
583
|
-
},
|
|
584
|
-
"description": "Preview an email in browser, as text, or send a test",
|
|
566
|
+
"args": {},
|
|
567
|
+
"description": "Show the SDK track() / identify() reference for deployed sequences",
|
|
585
568
|
"examples": [
|
|
586
|
-
"<%= config.bin %>
|
|
587
|
-
"<%= config.bin %>
|
|
588
|
-
"<%= config.bin %>
|
|
569
|
+
"<%= config.bin %> sdk",
|
|
570
|
+
"<%= config.bin %> sdk --sequence-id a1b2c3d4",
|
|
571
|
+
"<%= config.bin %> sdk --json"
|
|
589
572
|
],
|
|
590
573
|
"flags": {
|
|
591
574
|
"json": {
|
|
@@ -601,23 +584,17 @@
|
|
|
601
584
|
"allowNo": false,
|
|
602
585
|
"type": "boolean"
|
|
603
586
|
},
|
|
604
|
-
"
|
|
605
|
-
"description": "
|
|
606
|
-
"name": "
|
|
587
|
+
"sequence-id": {
|
|
588
|
+
"description": "Limit output to a single active sequence by ID (default: all active sequences)",
|
|
589
|
+
"name": "sequence-id",
|
|
607
590
|
"hasDynamicHelp": false,
|
|
608
591
|
"multiple": false,
|
|
609
592
|
"type": "option"
|
|
610
|
-
},
|
|
611
|
-
"text": {
|
|
612
|
-
"description": "Output plain text version (for AI agents)",
|
|
613
|
-
"name": "text",
|
|
614
|
-
"allowNo": false,
|
|
615
|
-
"type": "boolean"
|
|
616
593
|
}
|
|
617
594
|
},
|
|
618
595
|
"hasDynamicHelp": false,
|
|
619
596
|
"hiddenAliases": [],
|
|
620
|
-
"id": "
|
|
597
|
+
"id": "sdk",
|
|
621
598
|
"pluginAlias": "@mailmodo/cli",
|
|
622
599
|
"pluginName": "@mailmodo/cli",
|
|
623
600
|
"pluginType": "core",
|
|
@@ -627,18 +604,18 @@
|
|
|
627
604
|
"relativePath": [
|
|
628
605
|
"dist",
|
|
629
606
|
"commands",
|
|
630
|
-
"
|
|
607
|
+
"sdk",
|
|
631
608
|
"index.js"
|
|
632
609
|
]
|
|
633
610
|
},
|
|
634
|
-
"
|
|
611
|
+
"settings": {
|
|
635
612
|
"aliases": [],
|
|
636
613
|
"args": {},
|
|
637
|
-
"description": "
|
|
614
|
+
"description": "View and update project settings",
|
|
638
615
|
"examples": [
|
|
639
|
-
"<%= config.bin %>
|
|
640
|
-
"<%= config.bin %>
|
|
641
|
-
"<%= config.bin %>
|
|
616
|
+
"<%= config.bin %> settings",
|
|
617
|
+
"<%= config.bin %> settings --set brand_color=#0F3460",
|
|
618
|
+
"<%= config.bin %> settings --json"
|
|
642
619
|
],
|
|
643
620
|
"flags": {
|
|
644
621
|
"json": {
|
|
@@ -654,9 +631,9 @@
|
|
|
654
631
|
"allowNo": false,
|
|
655
632
|
"type": "boolean"
|
|
656
633
|
},
|
|
657
|
-
"
|
|
658
|
-
"description": "
|
|
659
|
-
"name": "
|
|
634
|
+
"set": {
|
|
635
|
+
"description": "Set a setting (format: key=value)",
|
|
636
|
+
"name": "set",
|
|
660
637
|
"hasDynamicHelp": false,
|
|
661
638
|
"multiple": false,
|
|
662
639
|
"type": "option"
|
|
@@ -664,7 +641,7 @@
|
|
|
664
641
|
},
|
|
665
642
|
"hasDynamicHelp": false,
|
|
666
643
|
"hiddenAliases": [],
|
|
667
|
-
"id": "
|
|
644
|
+
"id": "settings",
|
|
668
645
|
"pluginAlias": "@mailmodo/cli",
|
|
669
646
|
"pluginName": "@mailmodo/cli",
|
|
670
647
|
"pluginType": "core",
|
|
@@ -674,7 +651,7 @@
|
|
|
674
651
|
"relativePath": [
|
|
675
652
|
"dist",
|
|
676
653
|
"commands",
|
|
677
|
-
"
|
|
654
|
+
"settings",
|
|
678
655
|
"index.js"
|
|
679
656
|
]
|
|
680
657
|
},
|
|
@@ -717,14 +694,15 @@
|
|
|
717
694
|
"index.js"
|
|
718
695
|
]
|
|
719
696
|
},
|
|
720
|
-
"
|
|
697
|
+
"logs": {
|
|
721
698
|
"aliases": [],
|
|
722
699
|
"args": {},
|
|
723
|
-
"description": "View and
|
|
700
|
+
"description": "View email send logs and delivery events",
|
|
724
701
|
"examples": [
|
|
725
|
-
"<%= config.bin %>
|
|
726
|
-
"<%= config.bin %>
|
|
727
|
-
"<%= config.bin %>
|
|
702
|
+
"<%= config.bin %> logs",
|
|
703
|
+
"<%= config.bin %> logs --email sarah@example.com",
|
|
704
|
+
"<%= config.bin %> logs --failed",
|
|
705
|
+
"<%= config.bin %> logs --json"
|
|
728
706
|
],
|
|
729
707
|
"flags": {
|
|
730
708
|
"json": {
|
|
@@ -740,9 +718,31 @@
|
|
|
740
718
|
"allowNo": false,
|
|
741
719
|
"type": "boolean"
|
|
742
720
|
},
|
|
743
|
-
"
|
|
744
|
-
"description": "
|
|
745
|
-
"name": "
|
|
721
|
+
"email": {
|
|
722
|
+
"description": "Filter logs by contact email",
|
|
723
|
+
"name": "email",
|
|
724
|
+
"hasDynamicHelp": false,
|
|
725
|
+
"multiple": false,
|
|
726
|
+
"type": "option"
|
|
727
|
+
},
|
|
728
|
+
"failed": {
|
|
729
|
+
"description": "Show only failed/bounced events",
|
|
730
|
+
"name": "failed",
|
|
731
|
+
"allowNo": false,
|
|
732
|
+
"type": "boolean"
|
|
733
|
+
},
|
|
734
|
+
"limit": {
|
|
735
|
+
"description": "Entries per page (max 200)",
|
|
736
|
+
"name": "limit",
|
|
737
|
+
"default": 50,
|
|
738
|
+
"hasDynamicHelp": false,
|
|
739
|
+
"multiple": false,
|
|
740
|
+
"type": "option"
|
|
741
|
+
},
|
|
742
|
+
"page": {
|
|
743
|
+
"description": "Page number",
|
|
744
|
+
"name": "page",
|
|
745
|
+
"default": 1,
|
|
746
746
|
"hasDynamicHelp": false,
|
|
747
747
|
"multiple": false,
|
|
748
748
|
"type": "option"
|
|
@@ -750,7 +750,7 @@
|
|
|
750
750
|
},
|
|
751
751
|
"hasDynamicHelp": false,
|
|
752
752
|
"hiddenAliases": [],
|
|
753
|
-
"id": "
|
|
753
|
+
"id": "logs",
|
|
754
754
|
"pluginAlias": "@mailmodo/cli",
|
|
755
755
|
"pluginName": "@mailmodo/cli",
|
|
756
756
|
"pluginType": "core",
|
|
@@ -760,10 +760,10 @@
|
|
|
760
760
|
"relativePath": [
|
|
761
761
|
"dist",
|
|
762
762
|
"commands",
|
|
763
|
-
"
|
|
763
|
+
"logs",
|
|
764
764
|
"index.js"
|
|
765
765
|
]
|
|
766
766
|
}
|
|
767
767
|
},
|
|
768
|
-
"version": "0.0.51-beta.pr53.
|
|
768
|
+
"version": "0.0.51-beta.pr53.84"
|
|
769
769
|
}
|
package/package.json
CHANGED