@mailmodo/cli 0.0.31-beta.pr33.54 → 0.0.31-beta.pr33.55
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 +54 -54
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -442,14 +442,15 @@
|
|
|
442
442
|
"index.js"
|
|
443
443
|
]
|
|
444
444
|
},
|
|
445
|
-
"
|
|
445
|
+
"logs": {
|
|
446
446
|
"aliases": [],
|
|
447
447
|
"args": {},
|
|
448
|
-
"description": "View and
|
|
448
|
+
"description": "View email send logs and delivery events",
|
|
449
449
|
"examples": [
|
|
450
|
-
"<%= config.bin %>
|
|
451
|
-
"<%= config.bin %>
|
|
452
|
-
"<%= config.bin %>
|
|
450
|
+
"<%= config.bin %> logs",
|
|
451
|
+
"<%= config.bin %> logs --email sarah@example.com",
|
|
452
|
+
"<%= config.bin %> logs --failed",
|
|
453
|
+
"<%= config.bin %> logs --json"
|
|
453
454
|
],
|
|
454
455
|
"flags": {
|
|
455
456
|
"json": {
|
|
@@ -465,9 +466,31 @@
|
|
|
465
466
|
"allowNo": false,
|
|
466
467
|
"type": "boolean"
|
|
467
468
|
},
|
|
468
|
-
"
|
|
469
|
-
"description": "
|
|
470
|
-
"name": "
|
|
469
|
+
"email": {
|
|
470
|
+
"description": "Filter logs by contact email",
|
|
471
|
+
"name": "email",
|
|
472
|
+
"hasDynamicHelp": false,
|
|
473
|
+
"multiple": false,
|
|
474
|
+
"type": "option"
|
|
475
|
+
},
|
|
476
|
+
"failed": {
|
|
477
|
+
"description": "Show only failed/bounced events",
|
|
478
|
+
"name": "failed",
|
|
479
|
+
"allowNo": false,
|
|
480
|
+
"type": "boolean"
|
|
481
|
+
},
|
|
482
|
+
"limit": {
|
|
483
|
+
"description": "Entries per page (max 200)",
|
|
484
|
+
"name": "limit",
|
|
485
|
+
"default": 50,
|
|
486
|
+
"hasDynamicHelp": false,
|
|
487
|
+
"multiple": false,
|
|
488
|
+
"type": "option"
|
|
489
|
+
},
|
|
490
|
+
"page": {
|
|
491
|
+
"description": "Page number",
|
|
492
|
+
"name": "page",
|
|
493
|
+
"default": 1,
|
|
471
494
|
"hasDynamicHelp": false,
|
|
472
495
|
"multiple": false,
|
|
473
496
|
"type": "option"
|
|
@@ -475,7 +498,7 @@
|
|
|
475
498
|
},
|
|
476
499
|
"hasDynamicHelp": false,
|
|
477
500
|
"hiddenAliases": [],
|
|
478
|
-
"id": "
|
|
501
|
+
"id": "logs",
|
|
479
502
|
"pluginAlias": "@mailmodo/cli",
|
|
480
503
|
"pluginName": "@mailmodo/cli",
|
|
481
504
|
"pluginType": "core",
|
|
@@ -485,7 +508,7 @@
|
|
|
485
508
|
"relativePath": [
|
|
486
509
|
"dist",
|
|
487
510
|
"commands",
|
|
488
|
-
"
|
|
511
|
+
"logs",
|
|
489
512
|
"index.js"
|
|
490
513
|
]
|
|
491
514
|
},
|
|
@@ -547,13 +570,14 @@
|
|
|
547
570
|
"index.js"
|
|
548
571
|
]
|
|
549
572
|
},
|
|
550
|
-
"
|
|
573
|
+
"settings": {
|
|
551
574
|
"aliases": [],
|
|
552
575
|
"args": {},
|
|
553
|
-
"description": "View
|
|
576
|
+
"description": "View and update project settings",
|
|
554
577
|
"examples": [
|
|
555
|
-
"<%= config.bin %>
|
|
556
|
-
"<%= config.bin %>
|
|
578
|
+
"<%= config.bin %> settings",
|
|
579
|
+
"<%= config.bin %> settings --set brand_color=#0F3460",
|
|
580
|
+
"<%= config.bin %> settings --json"
|
|
557
581
|
],
|
|
558
582
|
"flags": {
|
|
559
583
|
"json": {
|
|
@@ -568,11 +592,18 @@
|
|
|
568
592
|
"name": "yes",
|
|
569
593
|
"allowNo": false,
|
|
570
594
|
"type": "boolean"
|
|
595
|
+
},
|
|
596
|
+
"set": {
|
|
597
|
+
"description": "Set a setting (format: key=value)",
|
|
598
|
+
"name": "set",
|
|
599
|
+
"hasDynamicHelp": false,
|
|
600
|
+
"multiple": false,
|
|
601
|
+
"type": "option"
|
|
571
602
|
}
|
|
572
603
|
},
|
|
573
604
|
"hasDynamicHelp": false,
|
|
574
605
|
"hiddenAliases": [],
|
|
575
|
-
"id": "
|
|
606
|
+
"id": "settings",
|
|
576
607
|
"pluginAlias": "@mailmodo/cli",
|
|
577
608
|
"pluginName": "@mailmodo/cli",
|
|
578
609
|
"pluginType": "core",
|
|
@@ -582,19 +613,17 @@
|
|
|
582
613
|
"relativePath": [
|
|
583
614
|
"dist",
|
|
584
615
|
"commands",
|
|
585
|
-
"
|
|
616
|
+
"settings",
|
|
586
617
|
"index.js"
|
|
587
618
|
]
|
|
588
619
|
},
|
|
589
|
-
"
|
|
620
|
+
"status": {
|
|
590
621
|
"aliases": [],
|
|
591
622
|
"args": {},
|
|
592
|
-
"description": "View email
|
|
623
|
+
"description": "View email performance metrics and quota usage",
|
|
593
624
|
"examples": [
|
|
594
|
-
"<%= config.bin %>
|
|
595
|
-
"<%= config.bin %>
|
|
596
|
-
"<%= config.bin %> logs --failed",
|
|
597
|
-
"<%= config.bin %> logs --json"
|
|
625
|
+
"<%= config.bin %> status",
|
|
626
|
+
"<%= config.bin %> status --json"
|
|
598
627
|
],
|
|
599
628
|
"flags": {
|
|
600
629
|
"json": {
|
|
@@ -609,40 +638,11 @@
|
|
|
609
638
|
"name": "yes",
|
|
610
639
|
"allowNo": false,
|
|
611
640
|
"type": "boolean"
|
|
612
|
-
},
|
|
613
|
-
"email": {
|
|
614
|
-
"description": "Filter logs by contact email",
|
|
615
|
-
"name": "email",
|
|
616
|
-
"hasDynamicHelp": false,
|
|
617
|
-
"multiple": false,
|
|
618
|
-
"type": "option"
|
|
619
|
-
},
|
|
620
|
-
"failed": {
|
|
621
|
-
"description": "Show only failed/bounced events",
|
|
622
|
-
"name": "failed",
|
|
623
|
-
"allowNo": false,
|
|
624
|
-
"type": "boolean"
|
|
625
|
-
},
|
|
626
|
-
"limit": {
|
|
627
|
-
"description": "Entries per page (max 200)",
|
|
628
|
-
"name": "limit",
|
|
629
|
-
"default": 50,
|
|
630
|
-
"hasDynamicHelp": false,
|
|
631
|
-
"multiple": false,
|
|
632
|
-
"type": "option"
|
|
633
|
-
},
|
|
634
|
-
"page": {
|
|
635
|
-
"description": "Page number",
|
|
636
|
-
"name": "page",
|
|
637
|
-
"default": 1,
|
|
638
|
-
"hasDynamicHelp": false,
|
|
639
|
-
"multiple": false,
|
|
640
|
-
"type": "option"
|
|
641
641
|
}
|
|
642
642
|
},
|
|
643
643
|
"hasDynamicHelp": false,
|
|
644
644
|
"hiddenAliases": [],
|
|
645
|
-
"id": "
|
|
645
|
+
"id": "status",
|
|
646
646
|
"pluginAlias": "@mailmodo/cli",
|
|
647
647
|
"pluginName": "@mailmodo/cli",
|
|
648
648
|
"pluginType": "core",
|
|
@@ -652,10 +652,10 @@
|
|
|
652
652
|
"relativePath": [
|
|
653
653
|
"dist",
|
|
654
654
|
"commands",
|
|
655
|
-
"
|
|
655
|
+
"status",
|
|
656
656
|
"index.js"
|
|
657
657
|
]
|
|
658
658
|
}
|
|
659
659
|
},
|
|
660
|
-
"version": "0.0.31-beta.pr33.
|
|
660
|
+
"version": "0.0.31-beta.pr33.55"
|
|
661
661
|
}
|
package/package.json
CHANGED