@mailmodo/cli 0.0.48-beta.pr50.76 → 0.0.48

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.
@@ -57,8 +57,7 @@ export default class Logs extends BaseCommand {
57
57
  const contact = entry.contact || '';
58
58
  this.log(` ${time}${templateId}${status}${contact}`);
59
59
  if (entry.reason) {
60
- const label = entry.status === 'skipped' ? 'condition not met' : 'reason';
61
- this.log(` ${' '.repeat(52)}${chalk.dim(`(${label}: ${entry.reason})`)}`);
60
+ this.log(` ${' '.repeat(52)}${chalk.dim(`(reason: ${entry.reason})`)}`);
62
61
  }
63
62
  }
64
63
  const totalPages = Math.ceil(total / limit);
@@ -570,14 +570,13 @@
570
570
  "index.js"
571
571
  ]
572
572
  },
573
- "settings": {
573
+ "status": {
574
574
  "aliases": [],
575
575
  "args": {},
576
- "description": "View and update project settings",
576
+ "description": "View email performance metrics and quota usage",
577
577
  "examples": [
578
- "<%= config.bin %> settings",
579
- "<%= config.bin %> settings --set brand_color=#0F3460",
580
- "<%= config.bin %> settings --json"
578
+ "<%= config.bin %> status",
579
+ "<%= config.bin %> status --json"
581
580
  ],
582
581
  "flags": {
583
582
  "json": {
@@ -592,18 +591,11 @@
592
591
  "name": "yes",
593
592
  "allowNo": false,
594
593
  "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"
602
594
  }
603
595
  },
604
596
  "hasDynamicHelp": false,
605
597
  "hiddenAliases": [],
606
- "id": "settings",
598
+ "id": "status",
607
599
  "pluginAlias": "@mailmodo/cli",
608
600
  "pluginName": "@mailmodo/cli",
609
601
  "pluginType": "core",
@@ -613,17 +605,18 @@
613
605
  "relativePath": [
614
606
  "dist",
615
607
  "commands",
616
- "settings",
608
+ "status",
617
609
  "index.js"
618
610
  ]
619
611
  },
620
- "status": {
612
+ "settings": {
621
613
  "aliases": [],
622
614
  "args": {},
623
- "description": "View email performance metrics and quota usage",
615
+ "description": "View and update project settings",
624
616
  "examples": [
625
- "<%= config.bin %> status",
626
- "<%= config.bin %> status --json"
617
+ "<%= config.bin %> settings",
618
+ "<%= config.bin %> settings --set brand_color=#0F3460",
619
+ "<%= config.bin %> settings --json"
627
620
  ],
628
621
  "flags": {
629
622
  "json": {
@@ -638,11 +631,18 @@
638
631
  "name": "yes",
639
632
  "allowNo": false,
640
633
  "type": "boolean"
634
+ },
635
+ "set": {
636
+ "description": "Set a setting (format: key=value)",
637
+ "name": "set",
638
+ "hasDynamicHelp": false,
639
+ "multiple": false,
640
+ "type": "option"
641
641
  }
642
642
  },
643
643
  "hasDynamicHelp": false,
644
644
  "hiddenAliases": [],
645
- "id": "status",
645
+ "id": "settings",
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
- "status",
655
+ "settings",
656
656
  "index.js"
657
657
  ]
658
658
  }
659
659
  },
660
- "version": "0.0.48-beta.pr50.76"
660
+ "version": "0.0.48"
661
661
  }
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.48-beta.pr50.76",
4
+ "version": "0.0.48",
5
5
  "author": "provishalk",
6
6
  "bin": {
7
7
  "mailmodo": "bin/run.js"