@mailmodo/cli 0.0.43 → 0.0.44

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.
@@ -97,7 +97,7 @@ export default class Domain extends BaseCommand {
97
97
  this.log(`\n ${INFO.DNS_RECORDS_FAILED}`);
98
98
  if (!dkim) {
99
99
  this.log(`\n DKIM common mistakes:`);
100
- this.log(` - Using TXT instead of CNAME record type`);
100
+ this.log(` - Using CNAME instead of TXT record type`);
101
101
  this.log(` - Including the full domain in the Host field`);
102
102
  this.log(` - Cloudflare: proxy must be OFF (grey cloud, not orange)`);
103
103
  }
@@ -228,6 +228,45 @@
228
228
  "index.js"
229
229
  ]
230
230
  },
231
+ "emails": {
232
+ "aliases": [],
233
+ "args": {},
234
+ "description": "List and view configured email sequences",
235
+ "examples": [
236
+ "<%= config.bin %> emails",
237
+ "<%= config.bin %> emails --json"
238
+ ],
239
+ "flags": {
240
+ "json": {
241
+ "description": "Output as JSON",
242
+ "name": "json",
243
+ "allowNo": false,
244
+ "type": "boolean"
245
+ },
246
+ "yes": {
247
+ "char": "y",
248
+ "description": "Skip confirmation prompts",
249
+ "name": "yes",
250
+ "allowNo": false,
251
+ "type": "boolean"
252
+ }
253
+ },
254
+ "hasDynamicHelp": false,
255
+ "hiddenAliases": [],
256
+ "id": "emails",
257
+ "pluginAlias": "@mailmodo/cli",
258
+ "pluginName": "@mailmodo/cli",
259
+ "pluginType": "core",
260
+ "strict": true,
261
+ "enableJsonFlag": false,
262
+ "isESM": true,
263
+ "relativePath": [
264
+ "dist",
265
+ "commands",
266
+ "emails",
267
+ "index.js"
268
+ ]
269
+ },
231
270
  "edit": {
232
271
  "aliases": [],
233
272
  "args": {
@@ -326,13 +365,13 @@
326
365
  "index.js"
327
366
  ]
328
367
  },
329
- "emails": {
368
+ "login": {
330
369
  "aliases": [],
331
370
  "args": {},
332
- "description": "List and view configured email sequences",
371
+ "description": "Authenticate with Mailmodo using your API key",
333
372
  "examples": [
334
- "<%= config.bin %> emails",
335
- "<%= config.bin %> emails --json"
373
+ "<%= config.bin %> login",
374
+ "MAILMODO_API_KEY=YOUR_API_KEY <%= config.bin %> login"
336
375
  ],
337
376
  "flags": {
338
377
  "json": {
@@ -351,7 +390,7 @@
351
390
  },
352
391
  "hasDynamicHelp": false,
353
392
  "hiddenAliases": [],
354
- "id": "emails",
393
+ "id": "login",
355
394
  "pluginAlias": "@mailmodo/cli",
356
395
  "pluginName": "@mailmodo/cli",
357
396
  "pluginType": "core",
@@ -361,17 +400,16 @@
361
400
  "relativePath": [
362
401
  "dist",
363
402
  "commands",
364
- "emails",
403
+ "login",
365
404
  "index.js"
366
405
  ]
367
406
  },
368
- "login": {
407
+ "logout": {
369
408
  "aliases": [],
370
409
  "args": {},
371
- "description": "Authenticate with Mailmodo using your API key",
410
+ "description": "Sign out by removing saved credentials from this machine",
372
411
  "examples": [
373
- "<%= config.bin %> login",
374
- "MAILMODO_API_KEY=YOUR_API_KEY <%= config.bin %> login"
412
+ "<%= config.bin %> logout"
375
413
  ],
376
414
  "flags": {
377
415
  "json": {
@@ -390,7 +428,7 @@
390
428
  },
391
429
  "hasDynamicHelp": false,
392
430
  "hiddenAliases": [],
393
- "id": "login",
431
+ "id": "logout",
394
432
  "pluginAlias": "@mailmodo/cli",
395
433
  "pluginName": "@mailmodo/cli",
396
434
  "pluginType": "core",
@@ -400,7 +438,7 @@
400
438
  "relativePath": [
401
439
  "dist",
402
440
  "commands",
403
- "login",
441
+ "logout",
404
442
  "index.js"
405
443
  ]
406
444
  },
@@ -474,44 +512,6 @@
474
512
  "index.js"
475
513
  ]
476
514
  },
477
- "logout": {
478
- "aliases": [],
479
- "args": {},
480
- "description": "Sign out by removing saved credentials from this machine",
481
- "examples": [
482
- "<%= config.bin %> logout"
483
- ],
484
- "flags": {
485
- "json": {
486
- "description": "Output as JSON",
487
- "name": "json",
488
- "allowNo": false,
489
- "type": "boolean"
490
- },
491
- "yes": {
492
- "char": "y",
493
- "description": "Skip confirmation prompts",
494
- "name": "yes",
495
- "allowNo": false,
496
- "type": "boolean"
497
- }
498
- },
499
- "hasDynamicHelp": false,
500
- "hiddenAliases": [],
501
- "id": "logout",
502
- "pluginAlias": "@mailmodo/cli",
503
- "pluginName": "@mailmodo/cli",
504
- "pluginType": "core",
505
- "strict": true,
506
- "enableJsonFlag": false,
507
- "isESM": true,
508
- "relativePath": [
509
- "dist",
510
- "commands",
511
- "logout",
512
- "index.js"
513
- ]
514
- },
515
515
  "preview": {
516
516
  "aliases": [],
517
517
  "args": {
@@ -657,5 +657,5 @@
657
657
  ]
658
658
  }
659
659
  },
660
- "version": "0.0.43"
660
+ "version": "0.0.44"
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.43",
4
+ "version": "0.0.44",
5
5
  "author": "provishalk",
6
6
  "bin": {
7
7
  "mailmodo": "bin/run.js"