@mailmodo/cli 0.0.4-beta.pr6.10 → 0.0.4-beta.pr6.9

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 +82 -82
  2. package/package.json +1 -1
@@ -153,58 +153,6 @@
153
153
  "index.js"
154
154
  ]
155
155
  },
156
- "domain": {
157
- "aliases": [],
158
- "args": {},
159
- "description": "Set up and verify your sending domain",
160
- "examples": [
161
- "<%= config.bin %> domain",
162
- "<%= config.bin %> domain --verify",
163
- "<%= config.bin %> domain --status"
164
- ],
165
- "flags": {
166
- "json": {
167
- "description": "Output as JSON",
168
- "name": "json",
169
- "allowNo": false,
170
- "type": "boolean"
171
- },
172
- "yes": {
173
- "char": "y",
174
- "description": "Skip confirmation prompts",
175
- "name": "yes",
176
- "allowNo": false,
177
- "type": "boolean"
178
- },
179
- "status": {
180
- "description": "Show domain health status",
181
- "name": "status",
182
- "allowNo": false,
183
- "type": "boolean"
184
- },
185
- "verify": {
186
- "description": "Verify DNS records",
187
- "name": "verify",
188
- "allowNo": false,
189
- "type": "boolean"
190
- }
191
- },
192
- "hasDynamicHelp": false,
193
- "hiddenAliases": [],
194
- "id": "domain",
195
- "pluginAlias": "@mailmodo/cli",
196
- "pluginName": "@mailmodo/cli",
197
- "pluginType": "core",
198
- "strict": true,
199
- "enableJsonFlag": false,
200
- "isESM": true,
201
- "relativePath": [
202
- "dist",
203
- "commands",
204
- "domain",
205
- "index.js"
206
- ]
207
- },
208
156
  "edit": {
209
157
  "aliases": [],
210
158
  "args": {
@@ -296,13 +244,14 @@
296
244
  "index.js"
297
245
  ]
298
246
  },
299
- "init": {
247
+ "domain": {
300
248
  "aliases": [],
301
249
  "args": {},
302
- "description": "Analyze your product and generate email sequences",
250
+ "description": "Set up and verify your sending domain",
303
251
  "examples": [
304
- "<%= config.bin %> init",
305
- "<%= config.bin %> init --url https://myapp.com --yes"
252
+ "<%= config.bin %> domain",
253
+ "<%= config.bin %> domain --verify",
254
+ "<%= config.bin %> domain --status"
306
255
  ],
307
256
  "flags": {
308
257
  "json": {
@@ -318,17 +267,22 @@
318
267
  "allowNo": false,
319
268
  "type": "boolean"
320
269
  },
321
- "url": {
322
- "description": "Product URL to analyze",
323
- "name": "url",
324
- "hasDynamicHelp": false,
325
- "multiple": false,
326
- "type": "option"
270
+ "status": {
271
+ "description": "Show domain health status",
272
+ "name": "status",
273
+ "allowNo": false,
274
+ "type": "boolean"
275
+ },
276
+ "verify": {
277
+ "description": "Verify DNS records",
278
+ "name": "verify",
279
+ "allowNo": false,
280
+ "type": "boolean"
327
281
  }
328
282
  },
329
283
  "hasDynamicHelp": false,
330
284
  "hiddenAliases": [],
331
- "id": "init",
285
+ "id": "domain",
332
286
  "pluginAlias": "@mailmodo/cli",
333
287
  "pluginName": "@mailmodo/cli",
334
288
  "pluginType": "core",
@@ -338,7 +292,7 @@
338
292
  "relativePath": [
339
293
  "dist",
340
294
  "commands",
341
- "init",
295
+ "domain",
342
296
  "index.js"
343
297
  ]
344
298
  },
@@ -381,15 +335,13 @@
381
335
  "index.js"
382
336
  ]
383
337
  },
384
- "logs": {
338
+ "init": {
385
339
  "aliases": [],
386
340
  "args": {},
387
- "description": "View email send logs and delivery events",
341
+ "description": "Analyze your product and generate email sequences",
388
342
  "examples": [
389
- "<%= config.bin %> logs",
390
- "<%= config.bin %> logs --email sarah@example.com",
391
- "<%= config.bin %> logs --failed",
392
- "<%= config.bin %> logs --json"
343
+ "<%= config.bin %> init",
344
+ "<%= config.bin %> init --url https://myapp.com --yes"
393
345
  ],
394
346
  "flags": {
395
347
  "json": {
@@ -405,23 +357,17 @@
405
357
  "allowNo": false,
406
358
  "type": "boolean"
407
359
  },
408
- "email": {
409
- "description": "Filter logs by contact email",
410
- "name": "email",
360
+ "url": {
361
+ "description": "Product URL to analyze",
362
+ "name": "url",
411
363
  "hasDynamicHelp": false,
412
364
  "multiple": false,
413
365
  "type": "option"
414
- },
415
- "failed": {
416
- "description": "Show only failed/bounced events",
417
- "name": "failed",
418
- "allowNo": false,
419
- "type": "boolean"
420
366
  }
421
367
  },
422
368
  "hasDynamicHelp": false,
423
369
  "hiddenAliases": [],
424
- "id": "logs",
370
+ "id": "init",
425
371
  "pluginAlias": "@mailmodo/cli",
426
372
  "pluginName": "@mailmodo/cli",
427
373
  "pluginType": "core",
@@ -431,7 +377,7 @@
431
377
  "relativePath": [
432
378
  "dist",
433
379
  "commands",
434
- "logs",
380
+ "init",
435
381
  "index.js"
436
382
  ]
437
383
  },
@@ -540,6 +486,60 @@
540
486
  "index.js"
541
487
  ]
542
488
  },
489
+ "logs": {
490
+ "aliases": [],
491
+ "args": {},
492
+ "description": "View email send logs and delivery events",
493
+ "examples": [
494
+ "<%= config.bin %> logs",
495
+ "<%= config.bin %> logs --email sarah@example.com",
496
+ "<%= config.bin %> logs --failed",
497
+ "<%= config.bin %> logs --json"
498
+ ],
499
+ "flags": {
500
+ "json": {
501
+ "description": "Output as JSON",
502
+ "name": "json",
503
+ "allowNo": false,
504
+ "type": "boolean"
505
+ },
506
+ "yes": {
507
+ "char": "y",
508
+ "description": "Skip confirmation prompts",
509
+ "name": "yes",
510
+ "allowNo": false,
511
+ "type": "boolean"
512
+ },
513
+ "email": {
514
+ "description": "Filter logs by contact email",
515
+ "name": "email",
516
+ "hasDynamicHelp": false,
517
+ "multiple": false,
518
+ "type": "option"
519
+ },
520
+ "failed": {
521
+ "description": "Show only failed/bounced events",
522
+ "name": "failed",
523
+ "allowNo": false,
524
+ "type": "boolean"
525
+ }
526
+ },
527
+ "hasDynamicHelp": false,
528
+ "hiddenAliases": [],
529
+ "id": "logs",
530
+ "pluginAlias": "@mailmodo/cli",
531
+ "pluginName": "@mailmodo/cli",
532
+ "pluginType": "core",
533
+ "strict": true,
534
+ "enableJsonFlag": false,
535
+ "isESM": true,
536
+ "relativePath": [
537
+ "dist",
538
+ "commands",
539
+ "logs",
540
+ "index.js"
541
+ ]
542
+ },
543
543
  "status": {
544
544
  "aliases": [],
545
545
  "args": {},
@@ -580,5 +580,5 @@
580
580
  ]
581
581
  }
582
582
  },
583
- "version": "0.0.4-beta.pr6.10"
583
+ "version": "0.0.4-beta.pr6.9"
584
584
  }
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.4-beta.pr6.10",
4
+ "version": "0.0.4-beta.pr6.9",
5
5
  "author": "provishalk",
6
6
  "bin": {
7
7
  "mailmodo": "bin/run.js"